- 升级tauri1.4 - 隐藏未完的页面 - 修复一些bug

This commit is contained in:
ZilongYang
2023-06-29 14:40:56 +08:00
parent a3c872c7d7
commit 3cc551fe0d
45 changed files with 5698 additions and 4692 deletions

View File

@@ -4,11 +4,12 @@
"beforeBuildCommand": "yarn build:for:electron",
"beforeDevCommand": "yarn dev",
"devPath": "http://localhost:3301",
"distDir": "../dist"
"distDir": "../dist",
"withGlobalTauri": true
},
"package": {
"productName": "zmusic",
"version": "0.1.0"
"version": "0.1.3"
},
"tauri": {
"allowlist": {
@@ -23,19 +24,20 @@
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
"icons/icon_32x32.png",
"icons/icon_32x32@2x.png",
"icons/icon_128x128.png",
"icons/icon_128x128@2x.png",
"icons/zmusic.icns",
"icons/zmusic.ico"
],
"identifier": "com.zlyum.zmusic",
"longDescription": "",
"identifier": "com.zlmix.zmusic",
"longDescription": "zmusic",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"providerShortName": "zmusic",
"signingIdentity": null
},
"resources": [],
@@ -51,17 +53,24 @@
},
"updater": {
"active": false
"active": true,
"endpoints": [
"https://zlmix.com/zupdater/zmusic/update.json"
],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDg4MjUyRTQ3M0Y3OTMwNkIKUldSck1Iay9SeTRsaVB6Q3ZNaUJSbUp4dURhWjJRdm8wU2pOcS92bXdJa1VhbzJQeU9VY3haTFQK"
},
"windows": [
{
"fullscreen": false,
"height": 600,
"resizable": true,
"title": "zmusic",
"width": 800,
"height": 620,
"minWidth": 800,
"minHeight": 600
"minHeight": 620,
"visible": false,
"label": "main"
}
]