Skip to content

Commit 14eed86

Browse files
committed
v0.7.16 测试自动更新
1 parent f9ff6bb commit 14eed86

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tk8b3600eb86beceafc3580faeff9242168aafc7b2
1+
GH_TOKEN=fc794ea58a602f31788c54d612afa4bbd1e225c4

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232

3333
### 未完成:
3434
1. 主题: 暗黑主题
35-
2. 更新: 自动更新以及手动更新
35+
2. 更新: 自动更新
36+
3. 图标: 求一个 zy 的logo, 256x256 像素的
3637

3738
### 重要:
3839
所有资源来自网上, 该软件不参与任何制作, 上传, 储存, 下载等内容. 该软件仅供学习参考, 请于安装后24小时内删除.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zy",
3-
"version": "0.7.13",
3+
"version": "0.7.16",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",
@@ -11,7 +11,7 @@
1111
"postinstall": "electron-builder install-app-deps",
1212
"postuninstall": "electron-builder install-app-deps",
1313
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
14-
"publish": "electron:build --win -p always"
14+
"bp": "vue-cli-service electron:build --win -p always"
1515
},
1616
"main": "background.js",
1717
"dependencies": {

src/page/setting.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</el-row>
1111
</el-row>
1212
<el-row class="item theme">
13-
<el-row class="title"><i class="el-icon-picture-outline-round"></i><span>主题 (即将来到...)</span></el-row>
13+
<el-row class="title"><i class="el-icon-picture-outline-round"></i><span>主题</span></el-row>
1414
<el-row class="card-box">
1515
<el-card shadow="hover" class="card">
1616
<img src="@/assets/image/light.png" class="image">

0 commit comments

Comments
 (0)