diff --git a/README.md b/README.md index 77e07ae..93bfd44 100644 --- a/README.md +++ b/README.md @@ -1,51 +1,51 @@ -# LobeChat Android 客户端 +# LobeChat Android Client -一个[LobeChat](https://lobechat.com/)的第三方Android客户端! +A third-party Android client for [LobeChat](https://lobechat.com/)! -## 支持功能 +## Supported Features -- 支持自定义 LobeChat 服务地址 -- 图片上传功能 +- Custom LobeChat service address support +- Image upload feature -## 请求权限 +## Requested Permissions ```xml ``` -目前有一处权限请求: +Currently, there is one permission request: -1. 使用网络请求,用于打开LobeChat服务网页; +- Network requests to open the LobeChat service webpage. -## 使用方法 +## Usage Instructions -你可以从以下链接下载最新版本: +You can download the latest version from the following link: [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 -对不起我现在水平还没到可以写后门的地步。即便是让我问AI,我都不知道怎么问。 -所有的代码都在Github上,可以自己进行编译或者修改。 +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. # 🤗 下一步 -目前需要解决的问题还很多: -- [ ] 在WebView增加刷新与返回首页功能。 -- [ ] 优化缓存与WebView的使用体验。 -- [ ] 页面美化,与LobeChat保持一致。 -- [ ] 增加页面加载进度条,优化页面加载体验。 -- [X] 安装包更新优化,目前需要先卸载再安装。 -- [x] 增加自动记录自定义URL地址功能,避免每次需要手动输入 -- [X] 现在输入任意URL之后就会通过WebView打开,目前考虑要不要增加判断只允许使用特定服务。 -- [X] 解决Google账号无法登录问题 -- [X] 解决安装包的证书问题。 +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.