Merge branch 'feature/refactor-backend' of github.com:DLmaster361/AUTO_MAA into feature/refactor-backend

This commit is contained in:
DLmaster361
2025-08-04 19:44:53 +08:00

11
dev.md
View File

@@ -1,15 +1,14 @@
# 开发指南
## 创建环境
```bash
uv venv
```
## 安装依赖
```bash
uv install
uv pip install -e .
```
## 开发启动
```bash
uv run main.py
```
## 添加依赖
```bash