Files
黑先森 ab67ba94a3 config.json存储优化,新增设置网卡跃点功能,以及其他bug修复
- 修复服务器地址过长导致无法删除地址的问题
- 新增设置网卡跃点功能
- 优化config.json serverUrl的输入格式,可数组或字符串逗号分隔
2024-11-14 14:57:42 +08:00

58 lines
1.2 KiB
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "easytier-game",
"version": "1.1.9",
"identifier": "com.tauri.easytier-game",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:5000",
"beforeBuildCommand": "pnpm build",
"beforeDevCommand": "pnpm dev"
},
"app": {
"windows": [
{
"title": "easytier-game 1.1.9",
"minWidth": 340,
"width": 340,
"height": 305,
"minHeight": 305,
"maxHeight": 305,
"maxWidth": 360,
"resizable": true,
"fullscreen": false,
"decorations": true,
"center": true,
"maximizable": false,
"transparent": false
}
],
"security": {
"csp": null
}
},
"plugins": {},
"bundle": {
"active": false,
"targets": "all",
"resources": [
"easytier/config/",
"easytier/icons/",
"easytier/config_template.json",
"easytier/tool/WinIPBroadcast.exe",
"easytier/easytier-cli.exe",
"easytier/easytier-core.exe",
"easytier/Packet.dll",
"easytier/wintun.dll"
],
"windows": {
"webviewInstallMode": {
"type": "embedBootstrapper"
}
},
"createUpdaterArtifacts": false,
"icon": ["icons/icon.png", "icons/icon.rgba", "icons/icon.icns", "icons/icon.ico"]
}
}