fix(openclaw): add openclaw to all Record<AppId, T> usages

Expand McpApps interface, APP_IDS, APP_ICON_MAP, enabledCounts
initializers, and test mock data to include the openclaw key,
resolving TypeScript errors after AppId union was extended.
This commit is contained in:
Jason
2026-02-07 14:49:15 +08:00
parent a33f8fe973
commit 182015264c
6 changed files with 24 additions and 8 deletions
+1
View File
@@ -288,6 +288,7 @@ export interface McpApps {
codex: boolean;
gemini: boolean;
opencode: boolean;
openclaw: boolean;
}
// MCP 服务器条目(v3.7.0 统一结构)