refactor(desktop): consolidate app on docked client

This commit is contained in:
2026-07-25 19:51:12 +08:00
parent 8e15c06148
commit 1e1718caee
38 changed files with 2024 additions and 7513 deletions

View File

@@ -1,24 +1,27 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "森林AI Full",
"productName": "森林AI App",
"version": "1.0.0",
"identifier": "ai.senlin.workbench",
"identifier": "ai.senlin.client",
"build": {
"frontendDist": "../../web_v1/dist",
"devUrl": "http://localhost:5173",
"beforeDevCommand": "cd ../web_v1 && npm run dev",
"beforeBuildCommand": "cd ../web_v1 && npm run build"
"frontendDist": "../dist",
"devUrl": "http://localhost:5180",
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build"
},
"app": {
"windows": [
{
"title": "森林AI Full",
"width": 380,
"label": "main",
"title": "森林AI App",
"width": 420,
"height": 820,
"minWidth": 300,
"minHeight": 480,
"resizable": false,
"maximizable": false
"minWidth": 360,
"minHeight": 640,
"resizable": true,
"maximizable": false,
"alwaysOnTop": true,
"center": false
}
],
"security": {