feat(admin-frontend): 新增系统与订阅管理后台页面
扩展管理端侧边栏与路由,新增系统配置真实页面、订阅套餐 管理页、节点管理页及多个结构化占位页 补齐前端 API、类型与工具层,并增强仪表盘刷新、趋势切换、 失败作业详情与流量排行 limit 联动能力 同步后端 traffic rank limit 支持与知识库归档、设计约束、 验证配置及视觉验收产物
This commit is contained in:
+14
-1
@@ -24,6 +24,19 @@
|
||||
- `user/resetSecret`
|
||||
- `user/destroy`
|
||||
- `plan/fetch`
|
||||
- 管理端节点管理现已接入:
|
||||
- `server/manage/getNodes`
|
||||
- `server/group/fetch`
|
||||
- `server/manage/update`
|
||||
- `server/manage/copy`
|
||||
- `server/manage/drop`
|
||||
- 管理端套餐管理现已接入:
|
||||
- `plan/fetch`
|
||||
- `plan/save`
|
||||
- `plan/update`
|
||||
- `plan/drop`
|
||||
- `plan/sort`
|
||||
- `server/group/fetch`
|
||||
|
||||
## 项目概述
|
||||
|
||||
@@ -34,7 +47,7 @@
|
||||
## 开发约定
|
||||
|
||||
- 管理端路由使用 Hash 模式
|
||||
- 管理端当前业务路由包含 `/dashboard`、`/users` 与 `/tickets`
|
||||
- 管理端当前业务路由包含 `/dashboard`、`/users`、`/tickets`、`/nodes`、`/node-groups`、`/node-routes` 与 `/subscriptions/plans`
|
||||
- Bearer Token 存储于 `sessionStorage/localStorage`
|
||||
- `admin-frontend` 的视觉方向当前以 Apple 风格为基线,优先纯色分区、系统字体栈和低装饰成本
|
||||
|
||||
|
||||
Reference in New Issue
Block a user