mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
Merge remote-tracking branch 'remotes/origin/main' into dev
This commit is contained in:
11
README.md
11
README.md
@@ -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,6 +31,7 @@ Android端去[release](https://github.com/qinglong-app/qinglong_app/releases)下
|
|||||||
|
|
||||||
|
|
||||||
### 尚未完成的功能
|
### 尚未完成的功能
|
||||||
|
>* 修改用户名密码
|
||||||
>* 两步验证
|
>* 两步验证
|
||||||
>* 应用设置
|
>* 应用设置
|
||||||
>* 通知设置
|
>* 通知设置
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user