新增:文档体系重构+CHANGELOG补充+发布产物清理
This commit is contained in:
59
docs/03-模块文档/README.md
Normal file
59
docs/03-模块文档/README.md
Normal file
@@ -0,0 +1,59 @@
|
||||
# 模块文档
|
||||
|
||||
本目录包含 U-Desk 各功能模块的详细文档。
|
||||
|
||||
## 📁 模块分类
|
||||
|
||||
### 1. 文件系统模块
|
||||
**目录**:[文件系统/](./文件系统/)
|
||||
|
||||
文件管理功能的完整实现文档,包括:
|
||||
- 重构分析与设计
|
||||
- 安全功能实现
|
||||
- 各阶段开发报告
|
||||
- 代码风格指南
|
||||
|
||||
**关键文档**:
|
||||
- [filesystem-architecture.md](./文件系统/filesystem-architecture.md) - 架构设计
|
||||
- [filesystem-final-report.md](./文件系统/filesystem-final-report.md) - 最终报告
|
||||
|
||||
### 2. 设置功能模块
|
||||
**目录**:[设置功能/](./设置功能/)
|
||||
|
||||
应用设置功能的实现文档:
|
||||
- Go 后端基础设施
|
||||
- Vue 前端组件实现
|
||||
- UI 改进和优化
|
||||
|
||||
**关键文档**:
|
||||
- [settings-implementation.md](./设置功能/settings-implementation.md) - 实现总结
|
||||
- [settings-quick-reference.md](./设置功能/settings-quick-reference.md) - 快速参考
|
||||
|
||||
### 3. 更新通知模块
|
||||
**目录**:[更新通知/](./更新通知/)
|
||||
|
||||
应用更新功能的完整设计文档:
|
||||
- 交互设计
|
||||
- 实现细节
|
||||
- 优化方案
|
||||
- 视觉对比
|
||||
|
||||
**关键文档**:
|
||||
- [update-notification-design.md](./更新通知/update-notification-design.md) - 设计文档
|
||||
- [update-notification-implementation.md](./更新通知/update-notification-implementation.md) - 实现文档
|
||||
|
||||
### 4. 文件内容模块
|
||||
**目录**:[文件内容/](./文件内容/)
|
||||
|
||||
文件内容显示和状态管理相关文档。
|
||||
|
||||
### 5. 启动优化模块
|
||||
**目录**:[启动优化/](./启动优化/)
|
||||
|
||||
应用启动流程优化相关文档。
|
||||
|
||||
## 💡 使用建议
|
||||
|
||||
1. **了解模块**:从各模块的 README 或架构文档开始
|
||||
2. **实现细节**:查看具体的实现文档
|
||||
3. **问题排查**:参考相关模块的修复和优化文档
|
||||
Reference in New Issue
Block a user