Files
agent/apps/mini/README.md

14 lines
481 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 森林AI Mini
面向屏幕左右侧停靠场景的窄屏客户端。它使用与 `web_v1` 相同的后端 API采用顶部导航和单列内容布局。
```bash
npm install
npm run dev
npm run desktop:dev
```
- Web 开发端口:`5180`
- 桌面窗口默认宽度:`420`;启动后高度自动适配当前屏幕可用工作区,不遮挡 Windows 任务栏,并停靠在屏幕右侧
- 左右停靠状态保存在本地;在 Tauri 桌面环境中会移动实际窗口。