Merge branch 'master' of https://github.com/moreoronce/LobeChat-Android
This commit is contained in:
commit
789d2eea0d
1 changed files with 36 additions and 27 deletions
63
README.md
63
README.md
|
|
@ -1,44 +1,53 @@
|
|||
# 一个[LobeChat](https://lobechat.com/)的Android客户端
|
||||
# LobeChat Android Client
|
||||
|
||||
## 支持功能
|
||||
A third-party Android client for [LobeChat](https://lobechat.com/)!
|
||||
|
||||
- 使用自定义LobeChat服务地址
|
||||
- 支持上传图片
|
||||
## Supported Features
|
||||
|
||||
## 请求权限
|
||||
- Custom LobeChat service address support
|
||||
- Image upload feature
|
||||
|
||||
```bash
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
## Requested Permissions
|
||||
|
||||
```xml
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
```
|
||||
|
||||
目前有一处权限请求:
|
||||
Currently, there is one permission request:
|
||||
|
||||
1. 使用网络请求,用于打开LobeChat服务网页;
|
||||
- Network requests to open the LobeChat service webpage.
|
||||
|
||||
## 使用方法
|
||||
## Usage Instructions
|
||||
|
||||
下载位置在Github Releases里。我还不怎么会用Github Action和Release,完全是新手入门。
|
||||
You can download the latest version from the following link:
|
||||
|
||||
https://github.com/moreoronce/LobeChat-Android/releases
|
||||
[GitHub Releases](https://github.com/moreoronce/LobeChat-Android/releases)
|
||||
|
||||
目前已经测试Android 14(API 34)和Android 12是使用没有问题,其他版本的兼容都还没测试。
|
||||
The app has been successfully tested on Android 14 (API level 34) and Android 12; compatibility with other versions has not been verified.
|
||||
|
||||
应用的使用速度大部分都看目标网站的速度,如果目标网站的速度不够快,那么应用也会白屏等待。
|
||||
Please note that the application speed is influenced by the performance of the target website. If the target website is slow, a blank screen may appear.
|
||||
|
||||
## Backdoors
|
||||
|
||||
I'm sorry, but my current skill level does not allow me to write backdoors. I wouldn't even know how to ask an AI for help with this.
|
||||
|
||||
## 🤗 Next
|
||||
|
||||
There are still many issues that need to be resolved:
|
||||
- [ ] Add refresh and return to homepage functionality in WebView.
|
||||
- [ ] Optimize cache and WebView user experience.
|
||||
- [ ] Beautify the page to maintain consistency with LobeChat.
|
||||
- [ ] Add a page loading progress bar to enhance the loading experience.
|
||||
- [X] Optimize installation package updates (currently requires uninstalling before reinstalling).
|
||||
- [x] Implement automatic recording of custom URL addresses to avoid manual input each time.
|
||||
- [X] Currently, any URL can be opened via WebView, considering if restrictions should be added to allow only specific services.
|
||||
- [X] Resolved the issue of Google account login.
|
||||
- [X] Fixed the certificate issue with the installation package.
|
||||
|
||||
Thank you for your support and feedback! I hope you enjoy this application and look forward to your suggestions and comments.
|
||||
All the code is available on GitHub, and you can compile or modify it yourself.
|
||||
|
||||
## 关于后门
|
||||
|
||||
对不起我现在水平还没到可以写后门的地步,即便是让我问AI,我都不知道怎么问。所有的代码都在Github上,也可以自己进行编译或者修改。
|
||||
|
||||
# 🤗 下一步
|
||||
|
||||
目前需要解决的问题还很多:
|
||||
- [ ] 解决Google账号无法登录问题
|
||||
- [ ] 在WebView增加刷新与返回首页功能。
|
||||
- [ ] 优化缓存与WebView的使用体验。
|
||||
- [ ] 解决安装包的证书问题。
|
||||
- [ ] 页面美化,与LobeChat保持一致。
|
||||
- [ ] 增加页面加载进度条,优化页面加载体验。
|
||||
- [X] 安装包更新优化,目前需要先卸载再安装。
|
||||
- [x] 增加自动记录自定义URL地址功能,避免每次需要手动输入
|
||||
- [X] 现在输入任意URL之后就会通过WebView打开,目前考虑要不要增加判断只允许使用特定服务。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue