LobeChat-Android/README.md
2024-10-05 20:30:41 +08:00

40 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 支持功能
- 使用自定义Lobe Chat服务地址
- 支持上传图片
- 支持上传音频
## 请求权限
```bash
<uses-permission android:name="android.permission.INTERNET" />
```
目前有1处权限请求
1. 使用网络请求用于打开Lobe Chat服务网页
## 使用方法
下载位置在Github Action里取最近一份成功编译的文件即可。我还不怎么会用Github Action和Release完全是新手入门。
https://github.com/moreoronce/LobeChat-Android/releases
目前已经测试Android 14API 34和Android 12是使用没有问题其他版本的兼容都还没测试。
## 关于后门
对不起我现在水平还没到可以写后门的地步即便是让我问AI我都不知道怎么问。所有的代码都在Github上也可以自己进行编译或者修改。
## 下一步
目前需要解决的问题还很多:
- [ ] 现在输入任意URL之后就会通过WebView打开目前考虑要不要增加判断只允许使用特定服务。
- [ ] 在WebView增加刷新与返回首页功能。
- [ ] 优化缓存与WebView的使用体验。
- [ ] 解决安装包的证书问题。
- [ ] 页面美化与Lobe Chat保持一致。
- [ ] 增加页面加载进度条,优化页面加载体验。
- [ ] 安装包更新优化,目前需要先卸载再安装。
- [x] 增加自动记录自定义URL地址功能避免每次需要手动输入