From 90d6da1d45a92ef6ba1b7bcf55ece012f2c59654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Fri, 21 Nov 2025 15:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E4=B8=AA=E4=BA=BA=E8=8F=9C?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/lang/en.ts | 6 +++--- src/i18n/lang/zh-cn.ts | 6 +++--- src/i18n/lang/zh-tw.ts | 6 +++--- src/layout/navBars/breadcrumb/user.vue | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts index 46ae830..fd2ff70 100644 --- a/src/i18n/lang/en.ts +++ b/src/i18n/lang/en.ts @@ -91,10 +91,10 @@ export default { dropdownSmall: 'small', dropdown1: 'home page', dropdown2: 'Personal Center', - dropdown3: '404', - dropdown4: '401', + // dropdown3: '404', + // dropdown4: '401', dropdown5: 'Log out', - dropdown6: 'Code warehouse', + // dropdown6: 'Code warehouse', searchPlaceholder: 'Menu search: support Chinese, routing path', newTitle: 'notice', newBtn: 'All read', diff --git a/src/i18n/lang/zh-cn.ts b/src/i18n/lang/zh-cn.ts index 79ef328..18d4c83 100644 --- a/src/i18n/lang/zh-cn.ts +++ b/src/i18n/lang/zh-cn.ts @@ -91,10 +91,10 @@ export default { dropdownSmall: '小型', dropdown1: '首页', dropdown2: '个人中心', - dropdown3: '404', - dropdown4: '401', + // dropdown3: '404', + // dropdown4: '401', dropdown5: '退出登录', - dropdown6: '代码仓库', + // dropdown6: '代码仓库', searchPlaceholder: '菜单搜索:支持中文、路由路径', newTitle: '通知', newBtn: '全部已读', diff --git a/src/i18n/lang/zh-tw.ts b/src/i18n/lang/zh-tw.ts index d900abb..d39b978 100644 --- a/src/i18n/lang/zh-tw.ts +++ b/src/i18n/lang/zh-tw.ts @@ -91,10 +91,10 @@ export default { dropdownSmall: '小型', dropdown1: '首頁', dropdown2: '個人中心', - dropdown3: '404', - dropdown4: '401', + // dropdown3: '404', + // dropdown4: '401', dropdown5: '登出', - dropdown6: '程式碼倉庫', + // dropdown6: '程式碼倉庫', searchPlaceholder: '選單蒐索:支援中文、路由路徑', newTitle: '通知', newBtn: '全部已讀', diff --git a/src/layout/navBars/breadcrumb/user.vue b/src/layout/navBars/breadcrumb/user.vue index c8a38a1..4e0d7c3 100644 --- a/src/layout/navBars/breadcrumb/user.vue +++ b/src/layout/navBars/breadcrumb/user.vue @@ -67,10 +67,10 @@