2025-08-23 19:57:42 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://schema.tauri.app/config/2",
|
2025-08-23 20:05:50 +08:00
|
|
|
"productName": "CC Switch",
|
|
|
|
|
"version": "3.0.0-beta.1",
|
|
|
|
|
"identifier": "com.ccswitch.app",
|
2025-08-23 19:57:42 +08:00
|
|
|
"build": {
|
2025-08-23 20:41:14 +08:00
|
|
|
"frontendDist": "../dist",
|
2025-08-23 21:00:50 +08:00
|
|
|
"devUrl": "http://localhost:3000",
|
2025-08-23 20:41:14 +08:00
|
|
|
"beforeDevCommand": "pnpm run dev:renderer",
|
|
|
|
|
"beforeBuildCommand": "pnpm run build:renderer"
|
2025-08-23 19:57:42 +08:00
|
|
|
},
|
|
|
|
|
"app": {
|
|
|
|
|
"windows": [
|
|
|
|
|
{
|
2025-08-23 20:05:50 +08:00
|
|
|
"title": "CC Switch - Claude Code 供应商切换工具",
|
|
|
|
|
"width": 900,
|
|
|
|
|
"height": 650,
|
|
|
|
|
"minWidth": 800,
|
|
|
|
|
"minHeight": 600,
|
2025-08-23 19:57:42 +08:00
|
|
|
"resizable": true,
|
|
|
|
|
"fullscreen": false
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"security": {
|
|
|
|
|
"csp": null
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
|
|
|
|
"targets": "all",
|
|
|
|
|
"icon": [
|
|
|
|
|
"icons/32x32.png",
|
|
|
|
|
"icons/128x128.png",
|
|
|
|
|
"icons/128x128@2x.png",
|
|
|
|
|
"icons/icon.icns",
|
|
|
|
|
"icons/icon.ico"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|