Commit Graph

4 Commits

Author SHA1 Message Date
yourname
08ae3b85df 完整API模块结构:
client/admin/api/ ├── auth.ts (认证API) ├── users.ts (用户API) ├── files.ts (文件API) ├── theme.ts (主题API) ├── charts.ts (图表API) ├── messages.ts (消息API) ├── sys.ts (系统API) ├── know_info.ts (知识库API) ├── maps.ts (地图API) └── index.ts (统一入口)
2025-05-13 08:06:34 +00:00
yourname
3acc4a5e49 待实现
迁移管理页面,在正式环境中,需要验证env中配置的密码参数才能打开
2025-05-13 03:52:45 +00:00
yourname
e1b9f6fd74 使用dayjs格式化时间
显示格式为"YYYY-MM-DD HH:mm:ss"
保持表格其他功能和样式不变
确保时间显示清晰易读
2025-05-13 03:50:11 +00:00
yourname
87682bb7ce 首页添加了迁移管理入口按钮, 无需登录即可访问 2025-05-13 02:38:21 +00:00