feat(mini): add dockable compact client

This commit is contained in:
2026-07-22 18:34:20 +08:00
parent 4a82efc984
commit a23a110758
26 changed files with 7615 additions and 0 deletions

13
apps/mini/README.md Normal file
View File

@@ -0,0 +1,13 @@
# 森林AI Mini
面向屏幕左右侧停靠场景的窄屏客户端。它使用与 `web_v1` 相同的后端 API采用顶部导航和单列内容布局。
```bash
npm install
npm run dev
npm run desktop:dev
```
- Web 开发端口:`5180`
- 桌面窗口默认尺寸:`420 × 820`
- 左右停靠状态保存在本地;在 Tauri 桌面环境中会移动实际窗口。