diff --git a/src/components/layout/default.vue b/src/components/layout/default.vue index cc68ca6..a4f838c 100644 --- a/src/components/layout/default.vue +++ b/src/components/layout/default.vue @@ -30,11 +30,18 @@ const { t } = useI18n(); - + + + +
+
diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 9e04527..8e92fca 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -311,6 +311,7 @@ "market": "Market", "trade": "Trade", "chat": "Chat", + "notify": "Notify", "user": "Profile" }, "common": { diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index d96ac4b..17273a7 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -317,6 +317,7 @@ "market": "市场", "trade": "交易", "chat": "聊天", + "notify": "通知", "user": "我的" }, "common": { diff --git a/src/router/index.ts b/src/router/index.ts index 21ad7ac..8693c33 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -33,6 +33,10 @@ const routes: Array = [ path: "chat", component: () => import("@/views/chat/index.vue"), }, + { + path: "notify", + component: () => import("@/views/notify/index.vue"), + }, { path: "user", component: () => import("@/views/user/index.vue"), diff --git a/src/views/notify/index.vue b/src/views/notify/index.vue new file mode 100644 index 0000000..4ad5e9f --- /dev/null +++ b/src/views/notify/index.vue @@ -0,0 +1,23 @@ + + +