{ "$schema": "https://schema.tauri.app/config/2", "productName": "Wardrobe", "version": "0.1.0", "identifier": "com.wardrobe.app", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "Wardrobe - 衣物管理", "width": 390, "height": 844, "minWidth": 360, "minHeight": 640, "resizable": true, "fullscreen": false, "center": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "plugins": { "shell": { "open": true }, "hotswap": { "endpoint": "http://bh.vps.honor3.com:3002/api/ota/check/{{current_sequence}}", "pubkey": "RWTHU7sECNXhIJY+dp+plthZMsQ2oGdboaKxuRA2QaqbCq3tkKGiKsYl", "require_https": false, "headers": {} } } }