Commit Graph

6 Commits

Author SHA1 Message Date
d90ca3c66b refactor(api): 简化 API 路径定义,移除 API_V1_PREFIX
更新多个 API 文件,将 API_V1_PREFIX 替换为直接使用 /admin 路径。
简化 API 路径定义逻辑,提升代码可读性与维护性。
统一后台管理接口的路由配置,确保各管理端 API 端点保持一致性。
2026-05-29 10:29:11 +08:00
f080e6ba8e feat(admin): add draw management features including create, update, delete, and batch delete functionalities
- Implemented API functions for creating, updating, and deleting draws.
- Enhanced the admin draws console with UI components for managing draws.
- Added internationalization support for new draw management actions and messages.
2026-05-25 18:00:43 +08:00
fae8c1ae01 feat: 扩展开奖与结算管理,支持手动操作、导出和版本展示 2026-05-16 18:00:57 +08:00
76e318be8f refactor: 移除冗余注释和描述,优化管理员模块的代码结构 2026-05-11 17:21:12 +08:00
b539bf0660 feat: 添加财务摘要接口,更新管理员抽奖模块和导航,优化权限管理逻辑 2026-05-11 16:21:22 +08:00
ac3f28459b feat: 添加日期处理库和日历选择器,更新管理员抽奖模块 2026-05-09 17:40:35 +08:00