feat(announcements): 支持游戏内公告查看

This commit is contained in:
BTMuli
2023-04-01 23:49:59 +08:00
parent 301594f2d4
commit 79366837bd
7 changed files with 269 additions and 5 deletions

View File

@@ -2,10 +2,11 @@
* @file router modules main.ts
* @description 主路由模块
* @author BTMuli<bt-muli@outlook.com>
* @since Alpha
* @since Alpha v0.1.1
*/
// 信息展示
import Announcements from "../../pages/Announcements.vue";
import Home from "../../pages/Home.vue";
import News from "../../pages/News.vue";
import GCG from "../../pages/GCG.vue";
@@ -25,6 +26,11 @@ const mainRoutes = [
name: "成就",
component: Achievements,
},
{
path: "/announcements",
name: "公告",
component: Announcements,
},
{
path: "/config",
name: "设置",