fix(channels): align Yuanbao catalog id · openclaw/openclaw@099037c
clawsweeper
·
2026-04-30
·
via Recent Commits to openclaw:main
File tree
src/channels/plugins/contracts
| Original file line number | Diff line number | Diff line change |
|---|
@@ -31,7 +31,7 @@
|
31 | 31 | "kind": "channel", |
32 | 32 | "openclaw": { |
33 | 33 | "channel": { |
34 | | -"id": "openclaw-plugin-yuanbao", |
| 34 | +"id": "yuanbao", |
35 | 35 | "label": "Yuanbao", |
36 | 36 | "selectionLabel": "Yuanbao (元宝)", |
37 | 37 | "detailLabel": "Yuanbao", |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -44,7 +44,7 @@ describeChannelCatalogEntryContract({
|
44 | 44 | }); |
45 | 45 | |
46 | 46 | describeChannelCatalogEntryContract({ |
47 | | -channelId: "openclaw-plugin-yuanbao", |
| 47 | +channelId: "yuanbao", |
48 | 48 | npmSpec: "openclaw-plugin-yuanbao@2.11.0", |
49 | 49 | alias: "yb", |
50 | 50 | }); |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -90,7 +90,7 @@ describe("buildOfficialChannelCatalog", () => {
|
90 | 90 | name: "openclaw-plugin-yuanbao", |
91 | 91 | openclaw: expect.objectContaining({ |
92 | 92 | channel: expect.objectContaining({ |
93 | | -id: "openclaw-plugin-yuanbao", |
| 93 | +id: "yuanbao", |
94 | 94 | label: "Yuanbao", |
95 | 95 | }), |
96 | 96 | install: { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。