From 45b67508655d3383d9303edf90a9f87e471480e7 Mon Sep 17 00:00:00 2001 From: XiaoXiAI <123750281+zzxr6@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:51:11 +0800 Subject: [PATCH] Optimize Profile.vue (#713) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 朱鑫睿 --- frontend/src/components/user_settings/Profile.vue | 5 +---- frontend/src/locales/en_js/profile.js | 1 - frontend/src/locales/zh_js/profile.js | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/src/components/user_settings/Profile.vue b/frontend/src/components/user_settings/Profile.vue index 1ebe5045c..3614306f7 100644 --- a/frontend/src/components/user_settings/Profile.vue +++ b/frontend/src/components/user_settings/Profile.vue @@ -15,10 +15,7 @@
- {{ $t('profile.editProfile')}} - -
diff --git a/frontend/src/locales/en_js/profile.js b/frontend/src/locales/en_js/profile.js index 25a49248f..485118543 100644 --- a/frontend/src/locales/en_js/profile.js +++ b/frontend/src/locales/en_js/profile.js @@ -1,7 +1,6 @@ export const profile = { accountSetting: "Settings", myCollect: "My Favorite", - settings: "Settings", interests: "Interests", organization: "Organization", menu: { diff --git a/frontend/src/locales/zh_js/profile.js b/frontend/src/locales/zh_js/profile.js index 1add496cf..0c3d983ea 100644 --- a/frontend/src/locales/zh_js/profile.js +++ b/frontend/src/locales/zh_js/profile.js @@ -1,7 +1,6 @@ export const profile = { accountSetting: "账号设置", myCollect: "我的收藏", - settings: "设置", interests: "兴趣", organization: "组织机构", menu: {