From caa08e136f459cba53a82c5ae7669d6879181424 Mon Sep 17 00:00:00 2001
From: wxg0103 <727495428@qq.com>
Date: Tue, 29 Jul 2025 18:00:24 +0800
Subject: [PATCH] feat: add nick_name field to user search and update
authentication forms
---
ui/src/locales/lang/en-US/common.ts | 1 +
ui/src/locales/lang/zh-CN/common.ts | 1 +
ui/src/locales/lang/zh-Hant/common.ts | 1 +
.../chat-user/component/SyncUsersDialog.vue | 2 +-
.../authentication/component/CAS.vue | 18 +++++-----
.../authentication/component/OAuth2.vue | 22 ++++++------
.../authentication/component/OIDC.vue | 22 ++++++------
ui/src/views/system/role/component/Member.vue | 10 ++++++
.../system/workspace/component/Member.vue | 35 ++++++++++++-------
9 files changed, 68 insertions(+), 44 deletions(-)
diff --git a/ui/src/locales/lang/en-US/common.ts b/ui/src/locales/lang/en-US/common.ts
index c013c2f86..8e7c47951 100644
--- a/ui/src/locales/lang/en-US/common.ts
+++ b/ui/src/locales/lang/en-US/common.ts
@@ -103,4 +103,5 @@ export default {
collapse: 'Collapse',
copyTitle: 'Copy',
professional: 'Purchase the Professional Edition',
+ sync: 'Sync',
}
diff --git a/ui/src/locales/lang/zh-CN/common.ts b/ui/src/locales/lang/zh-CN/common.ts
index 3e001f7a8..7f3d3de83 100644
--- a/ui/src/locales/lang/zh-CN/common.ts
+++ b/ui/src/locales/lang/zh-CN/common.ts
@@ -107,4 +107,5 @@ export default {
collapse: '收起',
copyTitle: '副本',
professional: '购买专业版',
+ sync: '同步',
}
diff --git a/ui/src/locales/lang/zh-Hant/common.ts b/ui/src/locales/lang/zh-Hant/common.ts
index 7cb92b480..b9bc6f239 100644
--- a/ui/src/locales/lang/zh-Hant/common.ts
+++ b/ui/src/locales/lang/zh-Hant/common.ts
@@ -103,4 +103,5 @@ export default {
collapse: '收起',
copyTitle: '副本',
professional: '購買專業版',
+ sync: '同步',
}
diff --git a/ui/src/views/system-chat-user/chat-user/component/SyncUsersDialog.vue b/ui/src/views/system-chat-user/chat-user/component/SyncUsersDialog.vue
index 1e065b2ae..809ce0709 100644
--- a/ui/src/views/system-chat-user/chat-user/component/SyncUsersDialog.vue
+++ b/ui/src/views/system-chat-user/chat-user/component/SyncUsersDialog.vue
@@ -22,7 +22,7 @@
diff --git a/ui/src/views/system-setting/authentication/component/CAS.vue b/ui/src/views/system-setting/authentication/component/CAS.vue
index e4c4e49d2..6bf6bdd20 100644
--- a/ui/src/views/system-setting/authentication/component/CAS.vue
+++ b/ui/src/views/system-setting/authentication/component/CAS.vue
@@ -38,14 +38,14 @@