47 lines
2.0 KiB
Markdown
47 lines
2.0 KiB
Markdown
# 文件系统模块文档
|
||
|
||
文件系统管理功能的完整文档记录。
|
||
|
||
## 📖 文档分类
|
||
|
||
### 架构与分析
|
||
- [filesystem-architecture.md](./filesystem-architecture.md) - 架构设计文档
|
||
- [filesystem-refactor-analysis.md](./filesystem-refactor-analysis.md) - 重构分析
|
||
- [file-security-implementation.md](./file-security-implementation.md) - 安全功能实现
|
||
- [html-preview-architecture.md](./html-preview-architecture.md) - HTML 预览架构优化 ⭐ NEW
|
||
|
||
### 重构总结
|
||
- [filesystem-refactor-summary.md](./filesystem-refactor-summary.md) - 重构总结
|
||
- [filesystem-refactoring-summary.md](./filesystem-refactoring-summary.md) - 重构总结(v2)
|
||
- [filesystem-refactor-verification.md](./filesystem-refactor-verification.md) - 重构验证
|
||
- [filesystem-complete-summary.md](./filesystem-complete-summary.md) - 完整总结
|
||
|
||
### 进度报告
|
||
- [filesystem-progress.md](./filesystem-progress.md) - 开发进度
|
||
- [filesystem-cleanup-report.md](./filesystem-cleanup-report.md) - 清理报告
|
||
|
||
### 阶段报告
|
||
- [filesystem-phase2-report.md](./filesystem-phase2-report.md) - 第二阶段
|
||
- [filesystem-phase3-report.md](./filesystem-phase3-report.md) - 第三阶段
|
||
- [filesystem-phase4-report.md](./filesystem-phase4-report.md) - 第四阶段
|
||
- [filesystem-final-report.md](./filesystem-final-report.md) - 最终报告
|
||
|
||
### 开发指南
|
||
- [filesystem-code-style-guide.md](./filesystem-code-style-guide.md) - 代码风格指南
|
||
- [delete-optimization-guide.md](./delete-optimization-guide.md) - 删除操作优化
|
||
- [next-steps.md](./next-steps.md) - 后续步骤
|
||
|
||
## ✅ 主要功能
|
||
|
||
- 路径验证和安全管理
|
||
- 文件类型识别和预览
|
||
- 目录统计和审计日志
|
||
- 文件锁和回收站
|
||
- ZIP 压缩支持
|
||
|
||
## 💡 快速导航
|
||
|
||
**新手入口**:[filesystem-architecture.md](./filesystem-architecture.md)
|
||
**最新进展**:[filesystem-final-report.md](./filesystem-final-report.md)
|
||
**代码规范**:[filesystem-code-style-guide.md](./filesystem-code-style-guide.md)
|