[feat] start hidden + hidden on close + basic tray function
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user