mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"productName": "TeyvatGuide",
|
|
"identifier": "TeyvatGuide",
|
|
"version": "0.6.3",
|
|
"build": {
|
|
"beforeDevCommand": "pnpm vite:dev",
|
|
"beforeBuildCommand": "pnpm vite:build",
|
|
"devUrl": "http://localhost:4000",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"icon": [
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/32x32.png",
|
|
"icons/Square107x107Logo.png",
|
|
"icons/Square142x142Logo.png",
|
|
"icons/Square150x150Logo.png",
|
|
"icons/Square284x284Logo.png",
|
|
"icons/Square30x30Logo.png",
|
|
"icons/Square310x310Logo.png",
|
|
"icons/Square44x44Logo.png",
|
|
"icons/Square71x71Logo.png",
|
|
"icons/Square89x89Logo.png",
|
|
"icons/StoreLogo.png",
|
|
"icons/icon.ico",
|
|
"icons/icon.png"
|
|
],
|
|
"targets": ["msi", "app", "dmg"],
|
|
"windows": {
|
|
"wix": {
|
|
"language": "zh-CN"
|
|
}
|
|
},
|
|
"macOS": {}
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"fullscreen": false,
|
|
"resizable": true,
|
|
"title": "Teyvat Guide",
|
|
"label": "TeyvatGuide",
|
|
"width": 1600,
|
|
"height": 900,
|
|
"center": true,
|
|
"visible": false
|
|
}
|
|
],
|
|
"security": {
|
|
"capabilities": ["TeyvatGuide", "Mys", "SubWindow", "DevJson"]
|
|
}
|
|
},
|
|
"plugins": {
|
|
"deep-link": {
|
|
"desktop": {
|
|
"schemes": ["teyvatguide"]
|
|
},
|
|
"mobile": []
|
|
}
|
|
}
|
|
}
|