mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
✨ 帖子收藏 #100
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file router/modules/main.ts
|
||||
* @description 主路由模块
|
||||
* @since Beta v0.4.4
|
||||
* @since Beta v0.4.5
|
||||
*/
|
||||
|
||||
const mainRoutes = [
|
||||
@@ -30,6 +30,11 @@ const mainRoutes = [
|
||||
name: "成就",
|
||||
component: async () => await import("../../pages/common/Achievements.vue"),
|
||||
},
|
||||
{
|
||||
path: "/collection",
|
||||
name: "收藏",
|
||||
component: async () => await import("../../pages/common/PostCollect.vue"),
|
||||
},
|
||||
{
|
||||
path: "/test",
|
||||
name: "测试页",
|
||||
|
||||
Reference in New Issue
Block a user