ai_v/templates
24024 bd80414c4d ```
feat(admin): 添加订单详情页面和API接口

- 新增 `/admin/orders/<int:order_id>` 路由用于显示订单详情页面
- 在管理后台的订单列表中添加查看操作按钮
- 实现 `get_order_detail` API 接口,提供订单详细信息
- 添加权限控制,确保只有管理员或订单所有者可访问
- 在充值历史页面也增加订单详情查看功能
- 更新表格布局以适应新增的操作列
```
2026-02-08 20:39:35 +08:00
..
base.html feat: Implement core application structure with new services, blueprints, templates, and database migrations. 2026-01-17 23:15:58 +08:00
buy.html ``` 2026-02-08 20:39:35 +08:00
dicts.html feat: Implement core application structure with new services, blueprints, templates, and database migrations. 2026-01-17 23:15:58 +08:00
index.html ``` 2026-02-04 23:55:42 +08:00
kongzhiqi.html feat(api): 实现图片生成异步任务与任务状态查询接口 2026-01-15 21:42:03 +08:00
login.html ``` 2026-01-23 21:46:08 +08:00
logs.html feat: Implement core application structure with new services, blueprints, templates, and database migrations. 2026-01-17 23:15:58 +08:00
notifications.html feat(admin): 添加系统通知管理及前端通知显示功能 2026-01-12 23:29:29 +08:00
ocr.html feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
order_detail.html ``` 2026-02-08 20:39:35 +08:00
orders.html ``` 2026-02-08 20:39:35 +08:00
points.html ``` 2026-01-23 21:46:08 +08:00
rbac.html feat: Implement core application structure with new services, blueprints, templates, and database migrations. 2026-01-17 23:15:58 +08:00
recharge_history.html ``` 2026-02-08 20:39:35 +08:00
video.html feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00