Revert "重构构建文件: 移入build/目录"

This reverts commit 95c96a3346c035da73a3f79011b527cc66b9602e.
This commit is contained in:
root
2026-04-12 17:09:06 +08:00
parent cb48cbe968
commit 1575a92dd8
5 changed files with 109 additions and 4 deletions

View File

@ -167,10 +167,10 @@ pytest tests/
```bash
# Windows
bash build/build_windows.bat
python build_windows.bat
# Linux
bash build/build_linux.sh
bash build_linux.sh
```
---