diff --git a/packages/presets/base/package.json b/packages/presets/base/package.json index bcbf1ed7f..04e76f068 100644 --- a/packages/presets/base/package.json +++ b/packages/presets/base/package.json @@ -49,6 +49,7 @@ "@tachybase/plugin-ui-schema-storage": "workspace:*", "@tachybase/plugin-users": "workspace:*", "@tachybase/plugin-verification": "workspace:*", + "@tachybase/plugin-work-wechat": "workspace:*", "@tachybase/plugin-workflow": "workspace:*", "@tachybase/schema": "workspace:*", "@tachybase/server": "workspace:*", diff --git a/packages/presets/base/src/server/index.ts b/packages/presets/base/src/server/index.ts index 79a402273..f0bb6f20a 100644 --- a/packages/presets/base/src/server/index.ts +++ b/packages/presets/base/src/server/index.ts @@ -54,6 +54,7 @@ export class PresetTachyBase extends Plugin { 'multi-app-manager>=0.7.0-alpha.1', 'multi-app-share-collection>=0.9.2-alpha.1', 'oidc>=0.9.2-alpha.1', + 'work-wechat>=0.21.50', 'saml>=0.8.1-alpha.3', 'sms-auth>=0.10.0-alpha.2', 'snapshot-field>=0.8.1-alpha.3', diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d90c96821..1cb8a0a9c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4331,6 +4331,9 @@ importers: '@tachybase/plugin-verification': specifier: workspace:* version: link:../../plugins/@tachybase/plugin-verification + '@tachybase/plugin-work-wechat': + specifier: workspace:* + version: link:../../plugins/@tachybase/plugin-work-wechat '@tachybase/plugin-workflow': specifier: workspace:* version: link:../../plugins/@tachybase/plugin-workflow