mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-10 08:58:15 +08:00
102 lines
2.8 KiB
JSON
102 lines
2.8 KiB
JSON
{
|
|
"build": {
|
|
"beforeDevCommand": "pnpm vite:dev",
|
|
"beforeBuildCommand": "pnpm vite:build",
|
|
"devPath": "http://localhost:3000",
|
|
"distDir": "../dist",
|
|
"withGlobalTauri": true
|
|
},
|
|
"package": {
|
|
"productName": "TeyvatGuide",
|
|
"version": "0.3.3"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"all": true,
|
|
"fs": {
|
|
"all": true,
|
|
"scope": ["**", "**/*"]
|
|
},
|
|
"http": {
|
|
"all": true,
|
|
"request": true,
|
|
"scope": [
|
|
"https://act-webstatic.mihoyo.com/*",
|
|
"https://api-static.mihoyo.com/*",
|
|
"https://api-takumi-record.mihoyo.com/*",
|
|
"https://api-takumi.mihoyo.com/*",
|
|
"https://api.geetest.com/*",
|
|
"https://bbs-api-static.miyoushe.com/*",
|
|
"https://bbs-api.mihoyo.com/*",
|
|
"https://bbs-api.miyoushe.com/*",
|
|
"https://bbs.mihoyo.com/*",
|
|
"https://enka-api.hut.ao/*",
|
|
"https://hk4e-api.mihoyo.com/*",
|
|
"https://hk4e-sdk.mihoyo.com/*",
|
|
"https://homa.snapgenshin.com/*",
|
|
"https://passport-api-v4.mihoyo.com/*",
|
|
"https://passport-api.mihoyo.com/*",
|
|
"https://passport-api.miyoushe.com/*",
|
|
"https://sdk-webstatic.mihoyo.com/*"
|
|
]
|
|
},
|
|
"shell": {
|
|
"all": false,
|
|
"open": true
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"identifier": "TeyvatGuide",
|
|
"targets": ["msi"],
|
|
"windows": {
|
|
"wix": {
|
|
"language": "zh-CN"
|
|
}
|
|
}
|
|
},
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"updater": {
|
|
"active": false,
|
|
"dialog": true,
|
|
"endpoints": [
|
|
"https://raw.fastgit.org/BTMuli/TeyvatGuide/master/latest.json",
|
|
"https://raw.kgithub.com/BTMuli/TeyvatGuide/master/latest.json"
|
|
],
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDg2MkVGRjMxQzJDQzFBNTkKUldSWkdzekNNZjh1aHJGRXBEOGtwbUxLaU1wdWNVeUJaeGhoV2ZlZ3VlYmQ0b2tYZWQwODdnTHkK"
|
|
},
|
|
"windows": [
|
|
{
|
|
"fullscreen": false,
|
|
"resizable": true,
|
|
"title": "Teyvat Guide",
|
|
"label": "TeyvatGuide",
|
|
"width": 1600,
|
|
"height": 900,
|
|
"center": true,
|
|
"visible": false,
|
|
"transparent": true
|
|
}
|
|
]
|
|
}
|
|
}
|