🎨 优化链接跳转,调整UI

This commit is contained in:
目棃
2024-11-17 10:47:25 +08:00
parent c7b5bf34ef
commit 4bc1808478
7 changed files with 107 additions and 52 deletions

View File

@@ -21,12 +21,12 @@ const mainRoutes = [
component: async () => await import("../../pages/common/News.vue"),
},
{
path: "/posts/:gid?/:forum?",
path: "/posts/forum/:gid?/:forum?",
name: "酒馆",
component: async () => await import("../../pages/common/PostForum.vue"),
},
{
path: "/posts/:gid?/:topic",
path: "/posts/topic/:gid?/:topic",
name: "话题",
component: async () => await import("../../pages/common/PostTopic.vue"),
},