From 53d130f1cfe1e6885f5a7c91570b84c283558ba5 Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 18 Oct 2023 15:55:37 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/zh.json | 2 +- src/icons/svg/preference.svg | 1 + src/layout/components/NavHeader/AccountDropdown.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 src/icons/svg/preference.svg diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 889e0da11..f423ed19c 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -1885,7 +1885,7 @@ "users": { "LunaSettingUpdate": "Luna 配置设置", "KokoSettingUpdate": "Koko 配置设置", - "UserSetting": "个人设置", + "UserSetting": "偏好设置", "AllMembers": "全部成员", "UnbindHelpText": "本地用户为此认证来源用户,无法解绑", "SetStatus": "设置状态", diff --git a/src/icons/svg/preference.svg b/src/icons/svg/preference.svg new file mode 100644 index 000000000..3756a0f9a --- /dev/null +++ b/src/icons/svg/preference.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/layout/components/NavHeader/AccountDropdown.vue b/src/layout/components/NavHeader/AccountDropdown.vue index a97a0a1cd..6b73ea472 100644 --- a/src/layout/components/NavHeader/AccountDropdown.vue +++ b/src/layout/components/NavHeader/AccountDropdown.vue @@ -12,7 +12,7 @@ {{ $t('common.nav.Profile') }} - + {{ $t('users.UserSetting') }}