feat(admin-frontend): 新增系统与订阅管理后台页面

扩展管理端侧边栏与路由,新增系统配置真实页面、订阅套餐
管理页、节点管理页及多个结构化占位页

补齐前端 API、类型与工具层,并增强仪表盘刷新、趋势切换、
失败作业详情与流量排行 limit 联动能力

同步后端 traffic rank limit 支持与知识库归档、设计约束、
验证配置及视觉验收产物
This commit is contained in:
yinjianm
2026-04-24 15:32:09 +08:00
parent 9ce345eb76
commit 16203b14f6
74 changed files with 6737 additions and 119 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"updatedAt": "2026-04-23T16:25:51.056Z",
"source": "~auto",
"originCommand": "~verify",
"reason": "系统管理属于整页新建后台视图,需要确认导航、系统配置长表单层级与占位页结构在浏览器中符合 Apple 风格契约",
"tooling": [
"playwright (mock API fixtures)",
"code inspection"
],
"screensChecked": [
"#/system/config desktop",
"#/system/plugins desktop",
"#/system/themes desktop",
"#/system/notices desktop",
"#/system/payments desktop",
"#/system/knowledge desktop"
],
"statesChecked": [
"系统配置默认加载完成态",
"系统配置保存态",
"系统配置错误/重试态",
"系统模块占位态"
],
"status": "PASS",
"summary": "已通过 Playwright + Mock API 对系统配置页默认态、保存态、错误态,以及 5 个系统管理占位页完成桌面端结构验收;截图产物位于 .helloagents/replay/system-management-visual/,页面层级与 Apple 风格后台契约一致。",
"findings": [],
"recommendations": [
"下一阶段优先为插件、主题、公告、支付与知识库入口补齐真实 CRUD 页面",
"如后续提供本地登录态,可在真实接口环境下补做无 Mock 的视觉回归验收"
],
"fingerprint": {
"available": true,
"unstaged": ".helloagents/CHANGELOG.md | 56 ++\n .helloagents/INDEX.md | 6 +-\n .helloagents/archive/_index.md | 12 +\n .helloagents/context.md | 15 +-\n .helloagents/modules/_index.md | 2 +-\n .helloagents/modules/admin-frontend.md | 18 +-\n admin-frontend/src/api/admin.ts | 86 ++-\n admin-frontend/src/layouts/AdminLayout.vue | 129 ++++-\n admin-frontend/src/router/index.ts | 60 +++\n admin-frontend/src/types/api.d.ts | 125 +++++\n admin-frontend/src/types/components.d.ts | 2 +\n admin-frontend/src/utils/dashboard.ts | 21 +-\n .../src/views/dashboard/DashboardView.vue | 595 +++++++++++++++++----\n app/Http/Controllers/V2/Admin/StatController.php | 8 +-\n public/assets/admin | 0\n 15 files changed, 1015 insertions(+), 120 deletions(-)",
"staged": "",
"combined": ".helloagents/CHANGELOG.md | 56 ++\n .helloagents/INDEX.md | 6 +-\n .helloagents/archive/_index.md | 12 +\n .helloagents/context.md | 15 +-\n .helloagents/modules/_index.md | 2 +-\n .helloagents/modules/admin-frontend.md | 18 +-\n admin-frontend/src/api/admin.ts | 86 ++-\n admin-frontend/src/layouts/AdminLayout.vue | 129 ++++-\n admin-frontend/src/router/index.ts | 60 +++\n admin-frontend/src/types/api.d.ts | 125 +++++\n admin-frontend/src/types/components.d.ts | 2 +\n admin-frontend/src/utils/dashboard.ts | 21 +-\n .../src/views/dashboard/DashboardView.vue | 595 +++++++++++++++++----\n app/Http/Controllers/V2/Admin/StatController.php | 8 +-\n public/assets/admin | 0\n 15 files changed, 1015 insertions(+), 120 deletions(-)\n---"
}
}