Skip to content

Commit 5ae2271

Browse files
committed
更新[BoxJs TF]: 新的手势, 优化样式
1 parent dcc7cf4 commit 5ae2271

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

box/chavy.boxjs.js

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

3-
$.version = '0.7.41'
3+
$.version = '0.7.42'
44
$.versionType = 'beta'
55

66
/**

box/release/box.release.tf.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"releases": [
3+
{
4+
"version": "0.7.42",
5+
"tags": ["beta"],
6+
"author": "@chavyleung",
7+
"icon": "https://avatars3.githubusercontent.com/u/29748519",
8+
"repo": "https://github.com/chavyleung",
9+
"msg": "更新[BoxJs TF]: 新的手势, 优化样式",
10+
"notes": [
11+
{
12+
"name": "新增",
13+
"descs": ["在顶栏上滑可隐藏顶栏", "在底栏下滑可以隐藏底栏", "壁纸模式上滑可以重新渲染壁纸"]
14+
},
15+
{
16+
"name": "修复",
17+
"descs": ["代码编辑器不显示问题", "二次进入搜索界面无法自动获取焦点"]
18+
}
19+
]
20+
},
321
{
422
"version": "0.7.41",
523
"tags": ["beta"],

0 commit comments

Comments
 (0)