{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "微信A助手", "version": "0.1.0", "identifier": "com.tauri.dev", "build": { "frontendDist": "../dist", "devUrl": "http://127.0.0.1:5173", "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build" }, "app": { "macOSPrivateApi": true, "windows": [ { "label": "main", "url": "index.html", "title": "微信AI助手", "width": 500, "height": 900, "minWidth": 500, "minHeight": 900, "decorations": false, "transparent": false, "resizable": true, "fullscreen": false }, { "label": "popup-annotate", "create": false, "url": "index.html#/annotate", "title": "屏幕区域标注", "width": 1280, "height": 860, "maximized": true, "fullscreen": false, "decorations": false, "transparent": false, "resizable": true }, { "label": "popup-window-settings", "create": false, "url": "index.html#/window/settings", "title": "设置", "width": 1080, "height": 800, "decorations": false, "transparent": false, "resizable": true, "fullscreen": false }, { "label": "popup-window-engine-logs", "create": false, "url": "index.html#/window/engine-logs", "title": "分身引擎日志", "width": 1080, "height": 800, "decorations": false, "transparent": false, "resizable": true, "fullscreen": false }, { "label": "popup-window-knowledge-create", "create": false, "url": "index.html#/window/knowledge-create", "title": "新增知识库", "width": 1080, "height": 800, "decorations": false, "transparent": false, "resizable": true, "fullscreen": false }, { "label": "popup-window-knowledge-update", "create": false, "url": "index.html#/window/knowledge-update", "title": "更新知识库", "width": 1080, "height": 800, "decorations": false, "transparent": false, "resizable": true, "fullscreen": false }, { "label": "popup-window-knowledge-detail", "create": false, "url": "index.html#/window/knowledge-detail", "title": "知识库详情", "width": 1080, "height": 800, "decorations": false, "transparent": false, "resizable": true, "fullscreen": false }, { "label": "popup-window-skill-create", "create": false, "url": "index.html#/window/skill-create", "title": "新增智能体", "width": 1080, "height": 800, "decorations": false, "transparent": false, "resizable": true, "fullscreen": false }, { "label": "popup-window-skill-update", "create": false, "url": "index.html#/window/skill-update", "title": "更新智能体", "width": 1080, "height": 800, "decorations": false, "transparent": false, "resizable": true, "fullscreen": false }, { "label": "popup-window-skill-test", "create": false, "url": "index.html#/window/skill-test", "title": "测试智能体", "width": 920, "height": 760, "decorations": false, "transparent": false, "resizable": true, "fullscreen": false }, { "label": "popup-window-skill-detail", "create": false, "url": "index.html#/window/skill-detail", "title": "智能体详情", "width": 1080, "height": 800, "decorations": false, "transparent": false, "resizable": true, "fullscreen": false }, { "label": "popup-window-employee-detail", "create": false, "url": "index.html#/window/employee-detail", "title": "员工蒸馏详情", "width": 1080, "height": 800, "decorations": false, "transparent": false, "resizable": true, "fullscreen": false }, { "label": "popup-window-distill-start", "create": false, "url": "index.html#/window/distill-start", "title": "开始蒸馏", "width": 1080, "height": 800, "decorations": false, "transparent": false, "resizable": true, "fullscreen": false } ], "security": { "csp": null, "assetProtocol": { "enable": true, "scope": [ "$APPDATA/data/screenshots/**" ] } } }, "bundle": { "active": true, "targets": "all", "externalBin": [ "../agent/agent" ], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "android": { "debugApplicationIdSuffix": ".debug" } } }