✏️ 调整部分命名

This commit is contained in:
BTMuli
2026-02-17 12:56:27 +08:00
parent 2defb5740f
commit 0f607cea94
4 changed files with 7 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<template #prepend>
<div class="uc-top-title">
<img alt="icon" src="/UI/nav/userAvatar.webp" />
<span>我的角色</span>
<span>角色列表</span>
<v-btn class="uc-top-btn" variant="elevated" @click="showSelect = true">筛选角色</v-btn>
<v-btn class="uc-top-btn" variant="elevated" @click="resetList()">重置筛选</v-btn>
</div>

View File

@@ -208,7 +208,7 @@ watch(
);
async function toBeyond(): Promise<void> {
await router.push({ name: "千星奇域祈愿记录" });
await router.push({ name: "愿记录" });
}
async function tryLoginHutao(): Promise<void> {

View File

@@ -1,3 +1,4 @@
<!-- 实用脚本 -->
<template>
<v-app-bar>
<template #prepend>