搭建代码框架并更新文档

This commit is contained in:
huanglinhuan
2025-12-11 22:58:25 +08:00
parent 38d519c220
commit 96fecf3c6f
93 changed files with 4924 additions and 10 deletions

15
tools/README.md Normal file
View File

@@ -0,0 +1,15 @@
# 开发工具脚本
本目录包含各种开发辅助工具和脚本。
## 工具列表
- `setup_dependencies.sh` - 依赖安装脚本
- `build.sh` - 构建脚本
- `format_code.sh` - 代码格式化脚本
- `run_tests.sh` - 测试运行脚本
## 使用说明
根据平台选择合适的脚本执行。