3 Commits

Author SHA1 Message Date
shirainbown
73ca3ee65a feat: UI 全面升级,新增 Dashboard 仪表盘
- 新增 Dashboard.vue 首页(统计卡片、系统分布、在线率趋势)
- 路由调整:根路径 / 默认重定向到 /dashboard
- 新增品牌图标(logo.svg、favicon)
- 登录页、侧边栏、拓扑图视觉增强
- 全局 CSS 变量重定义(GitHub 风格)
- 拓扑图新增布局切换和过滤控制
- 更新 README.md 部署指导,删除旧二进制部署说明
2026-06-19 00:28:00 +08:00
shirainbown
6f507b319e feat: merge PVE VM management + local features
- Merge PVE (Proxmox VE) virtual machine management from remote
  - PVE host CRUD API
  - VM status query / start / stop operations
  - PVE database tables and models
  - Frontend VM status display and control buttons
  - SPA routing fix for nested asset paths

- Keep local features:
  - Change password functionality
  - Log cleanup service
  - Docker containerization (Dockerfile + docker-compose)
  - Empty machine ping log spam fix
  - settings table for admin password storage

- Update machines handlers to support PVE fields
- Update frontend API client with PVE endpoints
2026-06-18 22:33:45 +08:00
shirainbown
d28aae585f Initial commit: LAN Manager with Go backend and Vue frontend 2026-04-15 00:52:25 +08:00