{ "$schema": "https://schema.tauri.app/config/2", "productName": "Xianren Studio", "version": "0.1.0", "identifier": "com.xianren.studio", "build": { "beforeDevCommand": "npm run dev --prefix ../../ui", "devUrl": "http://localhost:5173", "beforeBuildCommand": "npm run build --prefix ../../ui", "frontendDist": "../../ui/dist" }, "app": { "windows": [ { "title": "仙人工作室", "width": 1280, "height": 820, "minWidth": 960, "minHeight": 640, "center": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": ["nsis"], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.ico" ] } }