We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1801f commit 894e021Copy full SHA for 894e021
2 files changed
box/release/box.release.json
@@ -1,5 +1,26 @@
1
{
2
"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
24
25
"version": "0.6.0",
26
"tags": ["beta"],
chavy.box.js
@@ -1,7 +1,7 @@
const $ = new Env('BoxJs')
$.domain = '8.8.8.8'
-$.version = '0.6.1'
+$.version = '0.6.2'
$.versionType = 'beta'
$.KEY_sessions = 'chavy_boxjs_sessions'
$.KEY_versions = 'chavy_boxjs_versions'
0 commit comments