Merge branch 'main' into fix_discord_channel_native

This commit is contained in:
paisley
2026-03-23 13:38:58 +08:00
51 changed files with 2063 additions and 190 deletions

View File

@@ -499,6 +499,7 @@ exports.default = async function afterPack(context) {
{ npmName: '@wecom/wecom-openclaw-plugin', pluginId: 'wecom' },
{ npmName: '@sliverp/qqbot', pluginId: 'qqbot' },
{ npmName: '@larksuite/openclaw-lark', pluginId: 'feishu-openclaw-plugin' },
{ npmName: '@tencent-weixin/openclaw-weixin', pluginId: 'openclaw-weixin' },
];
mkdirSync(pluginsDestRoot, { recursive: true });