Skip to content

Commit 894e021

Browse files
committed
更新[BoxJs]: 主题优化
1 parent ef1801f commit 894e021

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

box/release/box.release.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
{
22
"releases": [
3+
{
4+
"version": "0.6.2",
5+
"tags": ["beta"],
6+
"author": "@chavyleung",
7+
"icon": "https://avatars3.githubusercontent.com/u/29748519",
8+
"repo": "https://github.com/chavyleung",
9+
"notes": [
10+
{
11+
"name": "主题",
12+
"descs": ["浅色主题下使用黄色头部", "全屏状态下使用透明头部"]
13+
},
14+
{
15+
"name": "注意",
16+
"descs": ["需要重新添加到桌面才能生效"]
17+
},
18+
{
19+
"name": "感谢",
20+
"descs": ["感谢 @chouchoui 的 PR"]
21+
}
22+
]
23+
},
324
{
425
"version": "0.6.0",
526
"tags": ["beta"],

chavy.box.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const $ = new Env('BoxJs')
22
$.domain = '8.8.8.8'
33

4-
$.version = '0.6.1'
4+
$.version = '0.6.2'
55
$.versionType = 'beta'
66
$.KEY_sessions = 'chavy_boxjs_sessions'
77
$.KEY_versions = 'chavy_boxjs_versions'

0 commit comments

Comments
 (0)