fix(channels): align Yuanbao catalog id

Co-authored-by: openclaw-clawsweeper[bot] <280122609+openclaw-clawsweeper[bot]@users.noreply.github.com>
This commit is contained in:
clawsweeper[bot]
2026-04-30 02:50:35 -07:00
committed by GitHub
parent 9d68c6768a
commit 099037cca6
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
"kind": "channel",
"openclaw": {
"channel": {
"id": "openclaw-plugin-yuanbao",
"id": "yuanbao",
"label": "Yuanbao",
"selectionLabel": "Yuanbao (元宝)",
"detailLabel": "Yuanbao",

View File

@@ -44,7 +44,7 @@ describeChannelCatalogEntryContract({
});
describeChannelCatalogEntryContract({
channelId: "openclaw-plugin-yuanbao",
channelId: "yuanbao",
npmSpec: "openclaw-plugin-yuanbao@2.11.0",
alias: "yb",
});

View File

@@ -90,7 +90,7 @@ describe("buildOfficialChannelCatalog", () => {
name: "openclaw-plugin-yuanbao",
openclaw: expect.objectContaining({
channel: expect.objectContaining({
id: "openclaw-plugin-yuanbao",
id: "yuanbao",
label: "Yuanbao",
}),
install: {