From ae600624052002ae5c005c53dc688ad369c24152 Mon Sep 17 00:00:00 2001
From: wf <2547096351@qq.com>
Date: Mon, 29 Apr 2024 17:11:33 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9B=BD=E9=99=85=E5=8C=96=E5=AD=97?=
=?UTF-8?q?=E6=AE=B5=E6=96=B0=E5=A2=9E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/lang/modules/enUS.ts | 14 +-
src/lang/modules/zhCN.ts | 14 +-
.../Header/components/Notice/index.vue | 142 +++++++++---------
src/layout/components/Header/index.vue | 26 +++-
src/views/home/home.vue | 19 +--
5 files changed, 122 insertions(+), 93 deletions(-)
diff --git a/src/lang/modules/enUS.ts b/src/lang/modules/enUS.ts
index cd4d26c..6975735 100644
--- a/src/lang/modules/enUS.ts
+++ b/src/lang/modules/enUS.ts
@@ -28,6 +28,18 @@ export default {
["close-right-side"]: "close right side",
["close-other"]: "close other",
["close-all"]: "close all",
- ["internationalization"]: "internationalization"
+ ["internationalization"]: "internationalization",
+ ["switch-to-night-mode"]: "switch to night mode",
+ ["switch-to-daytime-mode"]: "switch to daytime mode",
+ ["full-screen"]: "full screen",
+ ["system-settings"]: "system settings",
+ ["theme-settings"]: "theme settings",
+ ["personal-information"]: "personal information",
+ ["change-password"]: "change password",
+ ["project-address"]: "project address",
+ ["logout"]: "logout",
+ ["notice"]: "Notice",
+ ["message"]: "Message",
+ ["backlog"]: "Backlog"
}
};
diff --git a/src/lang/modules/zhCN.ts b/src/lang/modules/zhCN.ts
index 7d0577e..528dd4e 100644
--- a/src/lang/modules/zhCN.ts
+++ b/src/lang/modules/zhCN.ts
@@ -28,6 +28,18 @@ export default {
["close-right-side"]: "关闭右侧",
["close-other"]: "关闭其它",
["close-all"]: "关闭全部",
- ["internationalization"]: "国际化"
+ ["internationalization"]: "国际化",
+ ["switch-to-night-mode"]: "切换黑夜模式",
+ ["switch-to-daytime-mode"]: "切换白天模式",
+ ["full-screen"]: "全屏",
+ ["system-settings"]: "系统设置",
+ ["theme-settings"]: "主题设置",
+ ["personal-information"]: "个人信息",
+ ["change-password"]: "修改密码",
+ ["project-address"]: "项目地址",
+ ["logout"]: "退出登录",
+ ["notice"]: "通知",
+ ["message"]: "消息",
+ ["backlog"]: "待办"
}
};
diff --git a/src/layout/components/Header/components/Notice/index.vue b/src/layout/components/Header/components/Notice/index.vue
index d472299..37038ac 100644
--- a/src/layout/components/Header/components/Notice/index.vue
+++ b/src/layout/components/Header/components/Notice/index.vue
@@ -1,71 +1,71 @@
-
-