{ "$schema": "https://schema.tauri.app/config/2", "productName": "ChronoSnap", "version": "0.2.3", "identifier": "top.volan.chrono-snap", "build": { "beforeDevCommand": "pnpm dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "pnpm build", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "瞬影 - 时间记录 v0.2.3", "width": 1760, "height": 1100 } ], "security": { "csp": "default-src 'self'; img-src 'self' asset: http://asset.localhost tauri: http://localhost:* data:", "assetProtocol": { "enable": true, "scope": ["**"] } } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }