🌱 修复数据库读取异常,页面草创

This commit is contained in:
BTMuli
2025-12-09 01:41:22 +08:00
parent b1fe5b6987
commit eafd2fdff8
6 changed files with 141 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
/**
* @file router/modules/main.ts
* @description 主路由模块
* @since Beta v0.6.3
* 主路由模块
* @since Beta v0.9.0
*/
import type { RouteRecordRaw } from "vue-router";
@@ -36,6 +35,11 @@ const mainRoutes = (<const>[
name: "成就",
component: async () => await import("@/pages/common/PageAchi.vue"),
},
{
path: "/bag/material",
name: "背包材料",
component: async () => await import("@/pages/common/PageBagMaterial.vue"),
},
{
path: "/collection",
name: "收藏",