添加工具页面,更新导航栏并加载工具列表

This commit is contained in:
2025-03-07 20:29:45 +08:00
parent f3c78442ba
commit f8c0e1ee6d
4 changed files with 155 additions and 0 deletions

View File

@ -13,6 +13,12 @@ const routes = [
component: () => import("@/views/LinksView.vue"),
meta: { title: "友链" },
},
{
path: "/tools",
name: "tools",
component: () => import("@/views/ToolsView.vue"),
meta: { title: "工具" },
},
];
const router = createRouter({