Files
d8d-admin-mobile-starter-pu…/HISTORY.md
2025-05-15 09:18:21 +00:00

34 lines
1.1 KiB
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.

待实现
迁移管理页面在正式环境中需要验证env中配置的密码参数才能打开
2025.05.15 0.1.6
增加admin, mobile 消息io连接
增加socketio 路由 支持
增加socketio server 支持
修正文件分类后端api路由查询表名为file_categories
将react版本降为18.3.1
2025.05.14 0.1.5
优化ErrorPage样式补充了NotFoundPage
deno.json中去掉 没用的 @testing-libraryjsDom
2025.05.14 0.1.4
开发环境中前端页面默认打开vConsole
2025.05.14 0.1.3
web_app.tsx 模块化拆分路由、菜单、布局
2025.05.14 0.1.2
将 server/migrations.ts 中的静态加载逻辑改为异步函数 loadMigrations()
2025.05.14 0.1.1
创建 server/middlewares.ts - 集中管理所有中间件配置
创建 server/router.ts - 统一处理路由注册逻辑
重构 server/app.tsx - 仅保留应用初始化和服务启动逻辑
保持原有功能不变,同时提高代码可维护性和扩展性
2025.05.13 0.1.0
将admin api.ts 拆开
打开迁移管理页面时,将迁移历史读取出来
首页添加了迁移管理入口按钮, 无需登录即可访问