From 28dc67bb0d90685cc7494c5783933a4b98d6bef7 Mon Sep 17 00:00:00 2001 From: hua <1494133104@qq.com> Date: Tue, 23 Jul 2024 13:03:56 +0800 Subject: [PATCH] feat/qyawechat (#1369) Co-authored-by: root Co-authored-by: TomyJan Reviewed-on: https://git.daoyoucloud.com/daoyoucloud/tachybase/pulls/1369 Co-authored-by: hua <1494133104@qq.com> Co-committed-by: hua <1494133104@qq.com> --- packages/presets/base/package.json | 1 + packages/presets/base/src/server/index.ts | 1 + pnpm-lock.yaml | 3 +++ 3 files changed, 5 insertions(+) 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