From be5bbe5265bf40fe791300c2e4d9e659ecdd5dab Mon Sep 17 00:00:00 2001 From: Kaifuny Date: Wed, 6 Sep 2023 22:15:56 +0800 Subject: [PATCH] chore: Update README.md Signed-off-by: Kaifuny --- contact-frontend/README.md | 2 +- .../AuthenticatorMethodsView.vue | 285 ++++++++++++++---- 2 files changed, 234 insertions(+), 53 deletions(-) diff --git a/contact-frontend/README.md b/contact-frontend/README.md index 63edd905..eb0fbcbd 100644 --- a/contact-frontend/README.md +++ b/contact-frontend/README.md @@ -27,7 +27,7 @@ │   │   │   ├── enterprise # 企业设置模块 │   │   │   ├── system # 系统设置模块 │   │   │   ├── auth # 权限/登录相关 -│   ├── plugins # 插件 (开发使用的三方库,例如:ProseMirror) +│   ├── plugins # 插件相关 (开发使用的三方库,例如:ProseMirror) │   │   ├── prose-mirror # prose-mirror 插件 │   │   ├── directives # 自定义指令 │   ├── widgets # 小组件 diff --git a/contact-frontend/packages/modules/services/system/src/views/pages/authenticator/AuthenticatorMethodsView.vue b/contact-frontend/packages/modules/services/system/src/views/pages/authenticator/AuthenticatorMethodsView.vue index f8517c1d..46052d2e 100644 --- a/contact-frontend/packages/modules/services/system/src/views/pages/authenticator/AuthenticatorMethodsView.vue +++ b/contact-frontend/packages/modules/services/system/src/views/pages/authenticator/AuthenticatorMethodsView.vue @@ -86,9 +86,16 @@ function onClickProvider(str: string): void {