Files
d8d-admin-mobile-starter-pu…/HISTORY.md
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

8 lines
269 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.13 0.1.0
将admin api.ts 拆开
打开迁移管理页面时,将迁移历史读取出来
首页添加了迁移管理入口按钮, 无需登录即可访问