Private
Public Access
1
0
Files
u-desk/README.md
2026-04-22 08:05:42 +08:00

23 lines
845 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# U-Desk v0.3.4
## 功能
- **文件管理** — 本地文件浏览、编辑CodeMirror 语法高亮+搜索)、预览(图片/视频/PDF/HTML/Markdown/Excel/Word/CSV
- **数据库客户端** — 多数据库连接管理、SQL 执行、查询历史、表结构管理
- **Markdown 编辑器** — 独立编辑页面、实时预览、PDF 导出
- **版本更新** — 自动检查更新、下载安装、changelog 渲染
- **系统信息** — CPU/内存/磁盘硬件信息查询
## 技术栈
- **后端**: Go + Wails v2 (桌面应用框架)
- **前端**: Vue 3 + Arco Design + CodeMirror 6 + Pinia
- **存储**: SQLite (GORM)
- **本地文件服务器**: `localhost:8073`CSS/JS 路径转换、HTML 预览)
## 开发
```bash
wails dev
```
## 更新
- ✅ 文件服务器安全重构+编辑器增强+搜索排序+更新面板渲染