增加主题切换

This commit is contained in:
NewTab
2022-01-21 19:57:53 +08:00
parent b9d0071302
commit 7c2a16a18d
4 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
## 1.0.4
* 增加主题切换功能,各种颜色主题随意切换
* 修改无法停止任务的bug
* 修改脚本管理页面json解析失败的bug
* 修改变更配置文件没有及时刷新UI的bug

View File

@@ -12,8 +12,8 @@ iOS端暂无上架打算用户自行下载main分支源码编译安装
<p float="left">
<img src="./art/14.jpg" width="200" />
<img src="./art/1.jpg" width="200" />
<img src="./art/8.jpg" width="200" />
<img src="./art/9.jpg" width="200" />
</p>
<p float="left">
@@ -35,6 +35,7 @@ iOS端暂无上架打算用户自行下载main分支源码编译安装
<p float="left">
<img src="./art/13.jpg" width="200" />
<img src="./art/8.jpg" width="200" />
</p>
### 尚未完成的功能

BIN
art/14.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

View File

@@ -1,7 +1,7 @@
name: qinglong_app
description: A new Flutter project.
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:
sdk: ">=2.15.1 <3.0.0"