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 @@ - - - - - + + + + + diff --git a/src/layout/components/Header/index.vue b/src/layout/components/Header/index.vue index ed52cc4..d48be50 100644 --- a/src/layout/components/Header/index.vue +++ b/src/layout/components/Header/index.vue @@ -14,6 +14,7 @@
+ - + + +