mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:30:42 +00:00
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:
@@ -31,7 +31,7 @@
|
||||
"kind": "channel",
|
||||
"openclaw": {
|
||||
"channel": {
|
||||
"id": "openclaw-plugin-yuanbao",
|
||||
"id": "yuanbao",
|
||||
"label": "Yuanbao",
|
||||
"selectionLabel": "Yuanbao (元宝)",
|
||||
"detailLabel": "Yuanbao",
|
||||
|
||||
@@ -44,7 +44,7 @@ describeChannelCatalogEntryContract({
|
||||
});
|
||||
|
||||
describeChannelCatalogEntryContract({
|
||||
channelId: "openclaw-plugin-yuanbao",
|
||||
channelId: "yuanbao",
|
||||
npmSpec: "openclaw-plugin-yuanbao@2.11.0",
|
||||
alias: "yb",
|
||||
});
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user