crosssubtitle-ai/src-tauri/tauri.conf.json
2026-03-18 15:36:08 +08:00

31 lines
604 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "CrossSubtitle-AI",
"version": "0.1.0",
"identifier": "com.crosssubtitle.ai",
"build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist",
"devUrl": "http://localhost:1420"
},
"app": {
"windows": [
{
"title": "CrossSubtitle-AI",
"width": 1480,
"height": 920,
"resizable": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": []
}
}