Merge remote-tracking branch 'remotes/origin/main' into dev

This commit is contained in:
jyuesong
2022-01-19 10:32:03 +08:00
2 changed files with 9 additions and 7 deletions

View File

@@ -1,12 +1,16 @@
# qinglong_app # qinglong_app
基于[qinglong](https://github.com/whyour/qinglong)API实现的三方客户端,采用Flutter编写 版本更新通知 https://t.me/qinglongapp
仅供学习交流, 禁止用于任何商业用途
基于[qinglong](https://github.com/whyour/qinglong)API实现的三方客户端,采用Flutter编写 (API基于v2.10.13)
Android端去[release](https://github.com/qinglong-app/qinglong_app/releases)下载 Android端去[release](https://github.com/qinglong-app/qinglong_app/releases)下载
本人没有iOS开发者账号,iOS端用户自行下载源码编译安装 本人没有iOS开发者账号,iOS端用户自行下载main分支源码编译安装
禁止用于任何商业用途 目前只支持用户名密码登录,不用担心,你的用户名密码不会泄露
<p float="left"> <p float="left">
<img src="./art/1.jpg" width="200" /> <img src="./art/1.jpg" width="200" />
@@ -27,8 +31,9 @@ Android端去[release](https://github.com/qinglong-app/qinglong_app/releases)下
### 尚未完成的功能 ### 尚未完成的功能
>* 修改用户名密码
>* 两步验证 >* 两步验证
>* 应用设置 >* 应用设置
>* 通知设置 >* 通知设置
>* 脚本管理中的增删改和调试 >* 脚本管理中的增删改和调试
>* 暂不支持通过Client ID/Client Secret登录 >* 暂不支持通过Client ID/Client Secret登录

View File

@@ -47,9 +47,6 @@ android {
targetSdkVersion flutter.targetSdkVersion targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName
ndk {
abiFilters 'armeabi-v7a'
}
} }
buildTypes { buildTypes {