mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
🌱 仿照咨讯页写了个酒馆页面 #67
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file router modules main.ts
|
||||
* @file router/modules/main.ts
|
||||
* @description 主路由模块
|
||||
* @since Beta v0.3.3
|
||||
* @since Beta v0.3.7
|
||||
*/
|
||||
|
||||
const mainRoutes = [
|
||||
@@ -20,6 +20,11 @@ const mainRoutes = [
|
||||
name: "咨讯",
|
||||
component: async () => await import("../../pages/common/News.vue"),
|
||||
},
|
||||
{
|
||||
path: "/posts",
|
||||
name: "酒馆",
|
||||
component: async () => await import("../../pages/common/Posts.vue"),
|
||||
},
|
||||
{
|
||||
path: "/achievements/:app?",
|
||||
name: "成就",
|
||||
|
||||
Reference in New Issue
Block a user