Commit Graph

6 Commits

Author SHA1 Message Date
ce27a3ec8a feat(admin, i18n): enhance admin dashboard and user management with new features and translations
Added the ability to filter admin dashboard data by site code and agent node ID, improving data retrieval capabilities. Introduced new functions for fetching dashboard data based on these parameters. Updated the admin users and roles management components to reflect these changes. Enhanced multi-language support by adding new translations for agent management and permission levels in English, Nepali, and Chinese, ensuring a consistent user experience across the admin interface.
2026-06-03 10:07:51 +08:00
d90ca3c66b refactor(api): 简化 API 路径定义,移除 API_V1_PREFIX
更新多个 API 文件,将 API_V1_PREFIX 替换为直接使用 /admin 路径。
简化 API 路径定义逻辑,提升代码可读性与维护性。
统一后台管理接口的路由配置,确保各管理端 API 端点保持一致性。
2026-05-29 10:29:11 +08:00
a1fb163f1b feat: 增加角色管理与奖池配置迁移,优化管理端权限与样式 2026-05-19 14:40:04 +08:00
c4d566fc48 feat: 添加管理员用户管理功能,包括创建、更新、删除用户的API和界面支持 2026-05-13 11:35:39 +08:00
96b966cf62 feat: 更新管理员导航,重定向菜单权限至根路径,添加角色同步API,移除菜单权限模块 2026-05-13 10:40:12 +08:00
5dd7aa1185 feat: 更新管理员导航,添加管理员权限模块和相关API导出,优化仪表盘链接样式 2026-05-11 17:54:35 +08:00