[feat] start hidden + hidden on close + basic tray function

This commit is contained in:
Purp1e
2025-03-26 03:00:18 +08:00
parent e0a84a0570
commit ee03bf0160
20 changed files with 266 additions and 40 deletions

View File

@@ -42,7 +42,7 @@
},
"productName": "CS工具箱",
"mainBinaryName": "cstb",
"version": "0.0.5-beta.2",
"version": "0.0.5-beta.4",
"identifier": "upup.cool",
"plugins": {
"deep-link": {
@@ -51,6 +51,15 @@
"cstb"
]
}
},
"cli": {
"description": "CS Toolbox CLI",
"args": [
{
"name": "hidden",
"description": "hidden on start"
}
]
}
},
"app": {
@@ -70,7 +79,8 @@
"transparent": true,
"theme": null,
"hiddenTitle": true,
"titleBarStyle": "Transparent"
"titleBarStyle": "Transparent",
"visible": false
}
],
"security": {