Commit Graph

13 Commits

Author SHA1 Message Date
yourname
dea7ec5316 增加socketio 路由 支持 2025-05-15 08:40:09 +00:00
yourname
b879ad4f7c 增加socketio server 支持 2025-05-15 07:29:09 +00:00
yourname
ae2ba8a916 修正文件分类后端api路由查询表名为file_categories
将react版本降为18.3.1
2025-05-15 03:36:20 +00:00
yourname
e76c918ef7 优化ErrorPage样式,补充了NotFoundPage 2025-05-14 12:30:15 +00:00
yourname
218d870a01 deno.json中去掉 没用的 @testing-library,jsDom 2025-05-14 08:01:27 +00:00
yourname
c67edfda53 开发环境中,前端页面默认打开vConsole 2025-05-14 06:31:34 +00:00
yourname
f12972f2b2 web_app.tsx 模块化拆分路由、菜单、布局 2025-05-14 06:05:23 +00:00
yourname
1f89d93468 将 server/migrations.ts 中的静态加载逻辑改为异步函数 loadMigrations() 2025-05-14 03:18:37 +00:00
yourname
f4d692472e 重构 server/app.tsx - 仅保留应用初始化和服务启动逻辑 2025-05-14 02:04:48 +00:00
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