{ "$schema": "https://schema.tauri.app/config/2", "productName": "iBoard", "version": "0.1.0", "identifier": "com.iboard.app", "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", "devUrl": "http://localhost:5173", "frontendDist": "../dist" }, "plugins": { "hotswap": { "endpoint": "http://bh.vps.honor3.com:3001/api/ota/check/{{current_sequence}}", "pubkey": "RWQQ4/wfHjJiC/O6NmA7eIQYUNRpCsz5wLLsLqJXgHmsUraAavUWx0HA", "require_https": false, "headers": {} } }, "app": { "windows": [ { "title": "iBoard", "width": 420, "height": 820, "minWidth": 360, "minHeight": 640, "resizable": true, "fullscreen": false } ], "security": { "csp": "default-src 'self' ipc: http://ipc.localhost; img-src 'self' data: blob: asset: http://asset.localhost; connect-src 'self' ipc: http://ipc.localhost http://bh.vps.honor3.com:3001 https://bh.vps.honor3.com:3001; style-src 'self' 'unsafe-inline'; script-src 'self'" } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "android": { "minSdkVersion": 24 } } }