feat(admin-frontend): 完成订阅与系统管理真实工作台

补齐订单、优惠券、主题、插件、公告与支付管理页面,
接入对应后台接口、路由入口与工具层类型定义。
同时修复套餐页开关初始化误写问题,避免浏览即触发写操作。

在订阅协议侧为 Stash 导出增加 AnyTLS 版本守卫,
未知版本或低于 3.3.0 时不再导出该协议,并补充回归测试与知识记录。
This commit is contained in:
yinjianm
2026-04-24 16:52:41 +08:00
parent 16203b14f6
commit f7cef30b9c
89 changed files with 11122 additions and 92 deletions
+11 -13
View File
@@ -1,24 +1,22 @@
{
"updatedAt": "2026-04-23T16:25:14.576Z",
"source": "~auto",
"updatedAt": "2026-04-24T08:19:23.678Z",
"source": "manual",
"originCommand": "~verify",
"reviewMode": "review-first",
"conclusion": "审查结论:未发现阻塞问题。系统管理导航、系统配置数据链路与占位页范围边界保持一致,未发现需要阻断交付的逻辑或安全问题。",
"reviewMode": "manual-self-review",
"conclusion": "已按插件管理方案的 reviewerFocus 审阅列表工作台、动作边界与详情抽屉数据流;当前实现未发现阻断交付问题。",
"outcome": "clean",
"findings": [],
"fileReferences": [
"admin-frontend/src/router/index.ts",
"admin-frontend/src/layouts/AdminLayout.vue",
"admin-frontend/src/api/admin.ts",
"admin-frontend/src/types/api.d.ts",
"admin-frontend/src/utils/systemConfig.ts",
"admin-frontend/src/views/system/SystemConfigView.vue",
"admin-frontend/src/views/system/SystemPlaceholderView.vue"
"admin-frontend/src/views/system/PluginManagementView.vue",
"admin-frontend/src/views/system/PluginCard.vue",
"admin-frontend/src/views/system/PluginDetailDrawer.vue",
"admin-frontend/src/utils/plugins.ts",
"admin-frontend/src/api/admin.ts"
],
"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(-)",
"unstaged": ".helloagents/.ralph-breaker.json | 4 +-\n .helloagents/.ralph-closeout.json | 14 +-\n .helloagents/.ralph-review.json | 23 +-\n .helloagents/.ralph-visual.json | 37 ++-\n .helloagents/CHANGELOG.md | 42 +++\n .helloagents/INDEX.md | 4 +-\n .helloagents/archive/_index.md | 6 +\n .helloagents/context.md | 16 +-\n .helloagents/modules/admin-frontend.md | 26 +-\n .../2026-04-23T15-07-42-905Z-unknown-t2hj2g.jsonl | 18 --\n .helloagents/sessions/master/default/STATE.md | 21 +-\n admin-frontend/src/api/admin.ts | 229 +++++++++++++++++\n admin-frontend/src/layouts/AdminLayout.vue | 4 +-\n admin-frontend/src/router/index.ts | 22 +-\n admin-frontend/src/types/api.d.ts | 281 ++++++++++++++++++++-\n admin-frontend/src/utils/plans.ts | 9 +\n .../src/views/subscriptions/PlansView.vue | 13 +-\n public/assets/admin | 0\n 18 files changed, 679 insertions(+), 90 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---"
"combined": ".helloagents/.ralph-breaker.json | 4 +-\n .helloagents/.ralph-closeout.json | 14 +-\n .helloagents/.ralph-review.json | 23 +-\n .helloagents/.ralph-visual.json | 37 ++-\n .helloagents/CHANGELOG.md | 42 +++\n .helloagents/INDEX.md | 4 +-\n .helloagents/archive/_index.md | 6 +\n .helloagents/context.md | 16 +-\n .helloagents/modules/admin-frontend.md | 26 +-\n .../2026-04-23T15-07-42-905Z-unknown-t2hj2g.jsonl | 18 --\n .helloagents/sessions/master/default/STATE.md | 21 +-\n admin-frontend/src/api/admin.ts | 229 +++++++++++++++++\n admin-frontend/src/layouts/AdminLayout.vue | 4 +-\n admin-frontend/src/router/index.ts | 22 +-\n admin-frontend/src/types/api.d.ts | 281 ++++++++++++++++++++-\n admin-frontend/src/utils/plans.ts | 9 +\n .../src/views/subscriptions/PlansView.vue | 13 +-\n public/assets/admin | 0\n 18 files changed, 679 insertions(+), 90 deletions(-)\n---"
}
}