Skip to content

Commit c1b5970

Browse files
committed
更新: 版本0.5.6
1 parent fa59005 commit c1b5970

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "T-Shell",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"author": {
55
"name": "TheBlind",
66
"email": "1043193478@qq.com",

ui/src-tauri/tauri.conf.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "T-Shell",
11-
"version": "0.5.6"
11+
"version": "0.5.7"
1212
},
1313
"tauri": {
1414
"allowlist": {
@@ -27,7 +27,7 @@
2727
"readText": true
2828
},
2929
"window": {
30-
"startDragging": true
30+
"all": true
3131
}
3232
},
3333
"bundle": {
@@ -85,7 +85,8 @@
8585
"width": 1200,
8686
"minWidth": 1000,
8787
"minHeight": 700,
88-
"decorations": false
88+
"decorations": false,
89+
"transparent": true
8990
}
9091
]
9192
}

0 commit comments

Comments
 (0)