14 lines
481 B
Markdown
14 lines
481 B
Markdown
# 森林AI Mini
|
||
|
||
面向屏幕左右侧停靠场景的窄屏客户端。它使用与 `web_v1` 相同的后端 API,采用顶部导航和单列内容布局。
|
||
|
||
```bash
|
||
npm install
|
||
npm run dev
|
||
npm run desktop:dev
|
||
```
|
||
|
||
- Web 开发端口:`5180`
|
||
- 桌面窗口默认宽度:`420`;启动后高度自动适配当前屏幕可用工作区,不遮挡 Windows 任务栏,并停靠在屏幕右侧
|
||
- 左右停靠状态保存在本地;在 Tauri 桌面环境中会移动实际窗口。
|