mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
增加主题切换
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
## 1.0.4
|
## 1.0.4
|
||||||
|
* 增加主题切换功能,各种颜色主题随意切换
|
||||||
* 修改无法停止任务的bug
|
* 修改无法停止任务的bug
|
||||||
* 修改脚本管理页面json解析失败的bug
|
* 修改脚本管理页面json解析失败的bug
|
||||||
* 修改变更配置文件没有及时刷新UI的bug
|
* 修改变更配置文件没有及时刷新UI的bug
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ iOS端暂无上架打算,用户自行下载main分支源码编译安装
|
|||||||
|
|
||||||
|
|
||||||
<p float="left">
|
<p float="left">
|
||||||
|
<img src="./art/14.jpg" width="200" />
|
||||||
<img src="./art/1.jpg" width="200" />
|
<img src="./art/1.jpg" width="200" />
|
||||||
<img src="./art/8.jpg" width="200" />
|
|
||||||
<img src="./art/9.jpg" width="200" />
|
<img src="./art/9.jpg" width="200" />
|
||||||
</p>
|
</p>
|
||||||
<p float="left">
|
<p float="left">
|
||||||
@@ -35,6 +35,7 @@ iOS端暂无上架打算,用户自行下载main分支源码编译安装
|
|||||||
|
|
||||||
<p float="left">
|
<p float="left">
|
||||||
<img src="./art/13.jpg" width="200" />
|
<img src="./art/13.jpg" width="200" />
|
||||||
|
<img src="./art/8.jpg" width="200" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
### 尚未完成的功能
|
### 尚未完成的功能
|
||||||
|
|||||||
BIN
art/14.png
Normal file
BIN
art/14.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 148 KiB |
@@ -1,7 +1,7 @@
|
|||||||
name: qinglong_app
|
name: qinglong_app
|
||||||
description: A new Flutter project.
|
description: A new Flutter project.
|
||||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
version: 1.0.3+4
|
version: 1.0.4+5
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.15.1 <3.0.0"
|
sdk: ">=2.15.1 <3.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user