{ "$schema": "https://schema.tauri.app/config/2", "productName": "StreamCapture", "version": "1.2.0", "identifier": "top.volan.stream-capture", "build": { "beforeDevCommand": "pnpm dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "pnpm build", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "main", "title": "流萤 - 视频下载 v1.2.0", "width": 1300, "height": 900, "visible": false }, { "label": "splashscreen", "title": "StreamCapture Loading", "url": "splashscreen.html", "width": 400, "height": 300, "decorations": false, "center": true, "resizable": false, "alwaysOnTop": true } ], "security": { "csp": "default-src 'self' asset: http://asset.localhost https://asset.localhost; img-src 'self' asset: http://asset.localhost https://asset.localhost data: blob: https:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; connect-src 'self' ipc: http://ipc.localhost https://ipc.localhost ws://localhost:1420 http://localhost:1420 https:; font-src 'self' asset: http://asset.localhost https://asset.localhost data:;" } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }