Remove pre-1.0 audit and protected request scaffolding

This commit is contained in:
npc0-hue
2026-08-20 23:42:02 +08:00
parent 40b35b05c7
commit a7e2e4c6c0
130 changed files with 526 additions and 3767 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ First-party routes must be declared here before page implementation.
- `/plugins`: 插件市场.
- `/users`: 用户管理.
- `/ai-providers`: AI 提供商管理.
- `/maintenance`: 系统维护(审计事件与运行节点).
- `/maintenance`: 系统维护(运行节点与失败任务.
- `/plugin-pages/:pluginId/:routeKey?serverInstanceId=:serverId`: platform-hosted plugin page route with optional server context; IDs are URL encoded and the route is not shown in primary navigation.
## Role Scoping
+1 -1
View File
@@ -80,7 +80,7 @@ export const firstPartyRoutes: PageRoute[] = [
label: "系统维护",
path: "/maintenance",
hash: "#/maintenance",
description: "审计事件与运行节点健康",
description: "运行节点健康与失败任务",
requiredCapability: "system.maintenance",
showInNav: true
}