帖子收藏 #100

This commit is contained in:
目棃
2024-03-19 21:51:57 +08:00
parent c5587211fd
commit 8996c1bce1
12 changed files with 602 additions and 19 deletions

View File

@@ -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: "测试页",