perf(plugin-wechat-auth): add to tachybase preset (#1520)

Reviewed-on: daoyoucloud/tachybase#1520
Reviewed-by: sealday <zhanglin@daoyoucloud.com>
Co-authored-by: TomyJan <TomyJan6@gmail.com>
Co-committed-by: TomyJan <TomyJan6@gmail.com>
This commit is contained in:
TomyJan 2024-09-10 12:03:17 +08:00 committed by sealday
parent ccfeb178fc
commit 51336e07bd
3 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,7 @@
"@tachybase/plugin-ui-schema-storage": "workspace:*",
"@tachybase/plugin-users": "workspace:*",
"@tachybase/plugin-verification": "workspace:*",
"@tachybase/plugin-wechat-auth": "workspace:*",
"@tachybase/plugin-work-wechat": "workspace:*",
"@tachybase/plugin-workflow": "workspace:*",
"@tachybase/schema": "workspace:*",

View File

@ -61,6 +61,7 @@ export class PresetTachyBase extends Plugin {
'sms-auth>=0.10.0-alpha.2',
'snapshot-field>=0.8.1-alpha.3',
'theme-editor>=0.11.1-alpha.1',
'wechat-auth>=0.21.89',
];
get localPlugins() {

View File

@ -4500,6 +4500,9 @@ importers:
'@tachybase/plugin-verification':
specifier: workspace:*
version: link:../../plugins/@tachybase/plugin-verification
'@tachybase/plugin-wechat-auth':
specifier: workspace:*
version: link:../../plugins/@tachybase/plugin-wechat-auth
'@tachybase/plugin-work-wechat':
specifier: workspace:*
version: link:../../plugins/@tachybase/plugin-work-wechat