refactor(agents): hide plugin catalog file type · openclaw/openclaw@34dbb11
openclaw
·
2026-06-17
·
via Recent Commits to openclaw:main
Commit 34dbb11
refactor(agents): hide plugin catalog file type
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -23,7 +23,7 @@ export type PluginModelCatalogMetadataSnapshot = Pick<PluginMetadataSnapshot, "o
|
23 | 23 | normalizePluginId?: (pluginId: string) => string; |
24 | 24 | }; |
25 | 25 | |
26 | | -export type PluginModelCatalogFile = { |
| 26 | +type PluginModelCatalogFile = { |
27 | 27 | path: string; |
28 | 28 | pluginId: string; |
29 | 29 | relativePath: string; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments