{ "$schema": "https://schema.tauri.app/config/2", "productName": "SenlinAI Workbench", "version": "0.1.0", "identifier": "ai.senlin.workbench", "build": { "frontendDist": "../../senlinai-acro-react/dist", "devUrl": "http://localhost:5173", "beforeDevCommand": "cd ../senlinai-acro-react && npm run dev", "beforeBuildCommand": "cd ../senlinai-acro-react && npm run build" }, "app": { "windows": [ { "title": "项目工作台", "width": 1280, "height": 820 } ], "security": { "csp": "default-src 'self'; img-src 'self' asset: https: data:; style-src 'self' 'unsafe-inline'; connect-src http://* https://*" } }, "bundle": { "active": true, "targets": "all", "icon": ["icons/icon.ico"] } }