话题跳转

This commit is contained in:
目棃
2024-11-15 12:07:55 +08:00
parent b8afab093f
commit afe53f3d30
6 changed files with 503 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
/**
* @file router/modules/main.ts
* @description 主路由模块
* @since Beta v0.5.1
* @since Beta v0.6.3
*/
const mainRoutes = [
@@ -23,7 +23,12 @@ const mainRoutes = [
{
path: "/posts/:gid?/:forum?",
name: "酒馆",
component: async () => await import("../../pages/common/Posts.vue"),
component: async () => await import("../../pages/common/PostForum.vue"),
},
{
path: "/posts/:gid?/:topic",
name: "话题",
component: async () => await import("../../pages/common/PostTopic.vue"),
},
{
path: "/achievements/:app?",