🌱 幽境危战页面

#157
This commit is contained in:
BTMuli
2025-06-25 21:01:31 +08:00
parent d3ab4fb6dc
commit 4022df08ce
12 changed files with 481 additions and 19 deletions

View File

@@ -1,14 +1,14 @@
/**
* @file router modules user.ts
* @description user 路由模块
* @since Beta v0.7.0
* @since Beta v0.8.0
*/
import type { RouteRecordRaw } from "vue-router";
const userRoutes = (<const>[
{
path: "/user/abyss",
name: "深渊记录",
name: "深境螺旋",
component: async () => await import("@/pages/User/Abyss.vue"),
},
{
@@ -16,6 +16,11 @@ const userRoutes = (<const>[
name: "真境剧诗",
component: async () => await import("@/pages/User/Combat.vue"),
},
{
path: "/user/challenge",
name: "幽境危战",
component: async () => await import("@/pages/User/Challenge.vue"),
},
{
path: "/user/characters",
name: "我的角色",