docs: 更新项目文档,完善需求和技术细节

This commit is contained in:
ylweng
2025-08-31 23:27:42 +08:00
parent 47fd9b7b33
commit fcce470415
7 changed files with 534 additions and 75 deletions

View File

@@ -18,4 +18,11 @@
- config: 配置文件
## 开发说明
请确保安装了Node.js环境并使用npm管理依赖。
请确保安装了Node.js环境并使用npm管理依赖。
## 文档
- [开发计划](./开发计划.md)
- [功能模块](./功能模块.md)
- [数据库设计](../数据库设计文档.md)
- [API接口文档](./API接口文档.md)