Private
Public Access
1
0

新增:文档体系重构+CHANGELOG补充+发布产物清理

This commit is contained in:
2026-05-01 22:22:06 +08:00
parent 3e1a540b83
commit 6eaaa56eb6
164 changed files with 40346 additions and 64 deletions

View File

@@ -0,0 +1,33 @@
# 前端开发文档
本目录包含前端相关的分析和重构文档。
## 📊 文档列表
### 代码分析
- [layout-analysis.md](./layout-analysis.md) - 布局系统分析
- [components-analysis.md](./components-analysis.md) - 组件系统分析
- [frontend-refactor-summary.md](./frontend-refactor-summary.md) - 前端重构总结
## 🎯 前端技术栈
### 核心框架
- **Vue 3** - 渐进式 JavaScript 框架
- **Vite** - 下一代前端构建工具
- **Arco Design Vue** - 企业级 UI 组件库
### 状态管理
- Pinia - Vue 官方状态管理库
- Composables - 组合式 API 复用
### 主要组件
- FileSystem - 文件管理
- DatabaseClient - 数据库客户端
- Settings - 设置面板
- UpdateNotification - 更新通知
## 💡 相关文档
- [架构设计/](../架构设计/) - 整体架构设计
- [模块文档/](../模块文档/) - 各模块实现文档
- [04-功能迭代/GO-DESK-2.数据库客户端/设计文档/架构设计/前端架构设计.md](../04-功能迭代/GO-DESK-2.数据库客户端/设计文档/架构设计/前端架构设计.md) - 数据库客户端前端架构