Files
TeyvatGuide/src-tauri/tauri.conf.json
2023-09-15 18:14:46 +08:00

83 lines
2.2 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.1"
},
"tauri": {
"allowlist": {
"all": true,
"fs": {
"all": true,
"scope": ["**", "**/*"]
},
"http": {
"all": true,
"request": true,
"scope": [
"https://api-takumi.mihoyo.com/*",
"https://api-takumi-record.mihoyo.com/*",
"https://api-static.mihoyo.com/*",
"https://bbs-api.mihoyo.com/*",
"https://bbs-api.miyoushe.com/*",
"https://bbs-api-static.miyoushe.com/*",
"https://bbs.mihoyo.com/*",
"https://hk4e-api.mihoyo.com/*",
"https://hk4e-sdk.mihoyo.com/*",
"https://passport-api.mihoyo.com/*",
"https://passport-api.miyoushe.com/*",
"https://passport-api-v4.mihoyo.com/*",
"https://act-webstatic.mihoyo.com/*",
"https://sdk-webstatic.mihoyo.com/*",
"https://homa.snapgenshin.com/*",
"https://enka-api.hut.ao/*"
]
},
"shell": {
"all": false,
"open": true
}
},
"bundle": {
"active": true,
"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,
"transparent": true
}
]
}
}