docs: 修正文档与代码实现一致,添加 model 参数描述,区分源码/打包运行模式

This commit is contained in:
root
2026-04-14 12:00:57 +08:00
parent 974b92fc45
commit 9873d91224
3 changed files with 34 additions and 10 deletions

View File

@ -99,7 +99,7 @@ TrulyMEM-TrueHumanMEM/
│ ├── app.py # 主应用
│ ├── widgets/ # UI 组件
│ └── models/ # 数据模型
└── tests/ # 测试 (37 tests)
└── tests/ # 测试 (42 tests)
```
### 启动流程
@ -172,7 +172,7 @@ result = client.process_message("hello")
pytest tests/
```
37 个测试用例覆盖:
42 个测试用例覆盖:
- 数据包协议
- 后端初始化/启动/关闭
- 客户端方法