{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "光湖分域 · 教育", "version": "0.2.1", "identifier": "com.guanghulab.subdomain.education", "build": { "frontendDist": "../dist", "devUrl": "http://127.0.0.1:5216", "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build" }, "app": { "macOSPrivateApi": true, "windows": [{ "label": "main", "title": "光湖分域 · 教育", "width": 1440, "height": 900, "minWidth": 980, "minHeight": 680, "resizable": true, "fullscreen": false, "titleBarStyle": "Overlay", "trafficLightPosition": { "x": 18, "y": 20 }, "hiddenTitle": true, "backgroundColor": "#06101A" }], "security": { "csp": "default-src 'self' ipc: http://ipc.localhost; style-src 'self' 'unsafe-inline'; img-src 'self' data: asset: http://asset.localhost" } }, "bundle": { "active": true, "targets": ["app"], "category": "Productivity", "icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns"] } }