{ "$schema": "https://schema.tauri.app/config/2", "productName": "建筑材料放射性判定", "version": "0.1.0", "identifier": "com.tcjs.ceramic-radioactivity", "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", "devUrl": "http://localhost:1420", "frontendDist": "../ui/dist" }, "app": { "windows": [ { "title": "建筑材料放射性判定", "width": 1180, "height": 820, "minWidth": 900, "minHeight": 640 } ], "security": { "csp": null } }, "bundle": { "active": false, "targets": "all", "icon": [] } }