gaza/src-tauri/tauri.conf.json
Ubuntu 1748d2d66a 启动跨平台桌面客户端项目
Co-authored-by: multica-agent <github@multica.ai>
2026-08-03 18:41:38 +00:00

18 lines
578 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Gaza",
"version": "0.1.0",
"identifier": "red.gaza.desktop",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"app": {
"windows": [{ "title": "Gaza", "width": 1280, "height": 800, "minWidth": 900, "minHeight": 600 }],
"security": { "csp": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:" }
},
"bundle": { "active": true, "targets": "all" }
}