chore: add locked requirements
This commit is contained in:
@@ -26,6 +26,15 @@ cmshopee 是一个给**电商运营**使用的 Windows PySide6 桌面自动化
|
||||
- [界面配色设计](ui-color-design.md):语义色板与组件配色映射规范,指导给状态 / 按钮 / 校验 / 登录状态上色。
|
||||
- [工程评估](engineering-review.md):全栈视角评估工程基础设施与可维护性(依赖清单 / CI / 打包 / gui.py 拆分 / lint),含 P0-P2 与优先级。
|
||||
|
||||
## 运行环境安装
|
||||
|
||||
```powershell
|
||||
python -m pip install -r requirements.txt
|
||||
python -m compileall app main.py
|
||||
python -m unittest discover -s tests
|
||||
```
|
||||
|
||||
`requirements.txt` 只锁定运行所需第三方依赖;`config.json`、`config/ai_models.json`、SQLite、图片、登录态和运营 Excel 仍是本地数据,不提交版本库。
|
||||
## 任务 / 进度 / 当前状态
|
||||
|
||||
- `06-tasks.md` 维护任务看板:任务 ID、依赖、验收要点和状态。
|
||||
|
||||
Reference in New Issue
Block a user