From 57b14cc413a25803ec61ab98ae3a2956fe25bebd Mon Sep 17 00:00:00 2001 From: Yawata Date: Mon, 7 Oct 2024 14:38:11 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a60ba80..baf8102 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,15 @@ https://github.com/moreoronce/LobeChat-Android/releases # 🤗 下一步 目前需要解决的问题还很多: -- [ ] 解决Google账号无法登录问题 - [ ] 在WebView增加刷新与返回首页功能。 - [ ] 优化缓存与WebView的使用体验。 -- [ ] 解决安装包的证书问题。 - [ ] 页面美化,与LobeChat保持一致。 - [ ] 增加页面加载进度条,优化页面加载体验。 - [X] 安装包更新优化,目前需要先卸载再安装。 - [x] 增加自动记录自定义URL地址功能,避免每次需要手动输入 - [X] 现在输入任意URL之后就会通过WebView打开,目前考虑要不要增加判断只允许使用特定服务。 +- [X] 解决Google账号无法登录问题 +- [X] 解决安装包的证书问题。 + + From 1a9a24236cc6e9d9ba4807c00d25c215d1d88904 Mon Sep 17 00:00:00 2001 From: Yawata Date: Mon, 7 Oct 2024 14:48:51 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index baf8102..77e07ae 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ -# 一个[LobeChat](https://lobechat.com/)的Android客户端 +# LobeChat Android 客户端 + +一个[LobeChat](https://lobechat.com/)的第三方Android客户端! ## 支持功能 -- 使用自定义LobeChat服务地址 -- 支持上传图片 +- 支持自定义 LobeChat 服务地址 +- 图片上传功能 ## 请求权限 -```bash - +```xml + ``` 目前有一处权限请求: @@ -17,17 +19,18 @@ ## 使用方法 -下载位置在Github Releases里。我还不怎么会用Github Action和Release,完全是新手入门。 +你可以从以下链接下载最新版本: -https://github.com/moreoronce/LobeChat-Android/releases +[GitHub Releases](https://github.com/moreoronce/LobeChat-Android/releases) -目前已经测试Android 14(API 34)和Android 12是使用没有问题,其他版本的兼容都还没测试。 +目前已在 Android 14(API 34)和 Android 12 上成功测试,其他版本的兼容性尚未验证。 -应用的使用速度大部分都看目标网站的速度,如果目标网站的速度不够快,那么应用也会白屏等待。 +请注意,应用速度受目标网站性能影响,若目标网站速度较慢,可能会出现空白界面。 ## 关于后门 -对不起我现在水平还没到可以写后门的地步,即便是让我问AI,我都不知道怎么问。所有的代码都在Github上,也可以自己进行编译或者修改。 +对不起我现在水平还没到可以写后门的地步。即便是让我问AI,我都不知道怎么问。 +所有的代码都在Github上,可以自己进行编译或者修改。 # 🤗 下一步 @@ -42,5 +45,9 @@ https://github.com/moreoronce/LobeChat-Android/releases - [X] 解决Google账号无法登录问题 - [X] 解决安装包的证书问题。 +感谢你的支持与反馈!希望你喜欢这个应用,并期待你的建议与意见。 + + + From 2b203c56b4851ec557794eac11ef66c219ed6513 Mon Sep 17 00:00:00 2001 From: Yawata Date: Mon, 7 Oct 2024 14:54:02 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) 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. From 3974bdfd27a45783ad0c0397aaa8b5aa4745be93 Mon Sep 17 00:00:00 2001 From: Yawata Date: Mon, 7 Oct 2024 14:54:26 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93bfd44..b436ffe 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Please note that the application speed is influenced by the performance of the t 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.