mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:00:41 +00:00
fix(plugins): forward install records to channel catalog registry (#77269)
Merged via squash.
Prepared head SHA: d06034b037
Co-authored-by: pumpkinxing1 <271513653+pumpkinxing1@users.noreply.github.com>
Co-authored-by: odysseus0 <8635094+odysseus0@users.noreply.github.com>
Reviewed-by: @odysseus0
This commit is contained in:
@@ -82,6 +82,45 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "@tencent-weixin/openclaw-weixin",
|
||||
"description": "OpenClaw Weixin channel plugin by the Tencent Weixin team.",
|
||||
"source": "external",
|
||||
"kind": "channel",
|
||||
"openclaw": {
|
||||
"plugin": {
|
||||
"id": "openclaw-weixin",
|
||||
"label": "Weixin"
|
||||
},
|
||||
"channel": {
|
||||
"id": "openclaw-weixin",
|
||||
"label": "Weixin",
|
||||
"selectionLabel": "Weixin(微信)",
|
||||
"detailLabel": "Weixin",
|
||||
"docsPath": "/channels/wechat",
|
||||
"docsLabel": "weixin",
|
||||
"blurb": "Personal WeChat messaging via QR-code login.",
|
||||
"aliases": ["weixin", "wechat", "微信"],
|
||||
"order": 75
|
||||
},
|
||||
"channelConfigs": {
|
||||
"openclaw-weixin": {
|
||||
"label": "Weixin",
|
||||
"description": "Personal WeChat conversation channel.",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"install": {
|
||||
"npmSpec": "@tencent-weixin/openclaw-weixin@2.4.1",
|
||||
"defaultChoice": "npm",
|
||||
"expectedIntegrity": "sha512-FZnUVMQRpKGTKezeplr/DYal+5RSif2tXE51pljIFrO8rn7bVnnvpbj81/i9UMrYbuGiom1sl8OeSDzWRDKGhQ==",
|
||||
"minHostVersion": ">=2026.3.22"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "@openclaw/bluebubbles",
|
||||
"description": "OpenClaw BlueBubbles channel plugin",
|
||||
|
||||
Reference in New Issue
Block a user