support webcom

This commit is contained in:
paisley
2026-03-09 21:53:14 +08:00
parent 3d664c017a
commit 37f4ea4a0d
12 changed files with 289 additions and 15 deletions

View File

@@ -338,6 +338,7 @@ exports.default = async function afterPack(context) {
// - node_modules/ is excluded by .gitignore so the deps copy must be manual
const BUNDLED_PLUGINS = [
{ npmName: '@soimy/dingtalk', pluginId: 'dingtalk' },
{ npmName: '@wecom/wecom-openclaw-plugin', pluginId: 'wecom' }
];
mkdirSync(pluginsDestRoot, { recursive: true });