Files
d8d-admin-mobile-starter-pu…/HISTORY.md

17 lines
652 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.

待实现
迁移管理页面在正式环境中需要验证env中配置的密码参数才能打开
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 拆开
打开迁移管理页面时,将迁移历史读取出来
首页添加了迁移管理入口按钮, 无需登录即可访问