File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <template #prepend >
55 <div class =" uc-top-title" >
66 <img alt =" icon" src =" /UI/nav/userAvatar.webp" />
7- <span >我的角色 </span >
7+ <span >角色列表 </span >
88 <v-btn class =" uc-top-btn" variant =" elevated" @click =" showSelect = true" >筛选角色</v-btn >
99 <v-btn class =" uc-top-btn" variant =" elevated" @click =" resetList()" >重置筛选</v-btn >
1010 </div >
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ watch(
208208);
209209
210210async function toBeyond(): Promise <void > {
211- await router .push ({ name: " 千星奇域祈愿记录 " });
211+ await router .push ({ name: " 颂愿记录 " });
212212}
213213
214214async function tryLoginHutao(): Promise <void > {
Original file line number Diff line number Diff line change 1+ <!-- 实用脚本 -->
12<template >
23 <v-app-bar >
34 <template #prepend >
Original file line number Diff line number Diff line change 11/**
22 * user 路由模块
3- * @since Beta v0.8.4
3+ * @since Beta v0.9.6
44 */
5+
56import type { RouteRecordRaw } from "vue-router" ;
67
78const userRoutes = ( < const > [
@@ -22,7 +23,7 @@ const userRoutes = (<const>[
2223 } ,
2324 {
2425 path : "/user/characters" ,
25- name : "我的角色 " ,
26+ name : "角色列表 " ,
2627 component : async ( ) => await import ( "@/pages/User/Characters.vue" ) ,
2728 } ,
2829 {
@@ -32,7 +33,7 @@ const userRoutes = (<const>[
3233 } ,
3334 {
3435 path : "/user/gachaB" ,
35- name : "千星奇域祈愿记录 " ,
36+ name : "颂愿记录 " ,
3637 component : async ( ) => await import ( "@/pages/User/GachaB.vue" ) ,
3738 } ,
3839 {
You can’t perform that action at this time.
0 commit comments