perf: 优化bbs前端整体显示

This commit is contained in:
橙子
2025-02-04 15:23:20 +08:00
parent 9a73789788
commit bce9b58265
10 changed files with 138 additions and 52 deletions

View File

@@ -100,7 +100,7 @@ const router = createRouter({
path: "/article/:discussId",
component: () => import("../views/Article.vue"),
meta: {
title: "主题封面",
title: "主题首页",
},
},
{