mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-16 04:03:17 +08:00
🚸 显式成就隐藏
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<template #prepend>
|
||||
<div class="achi-prepend">
|
||||
<img alt="icon" src="../../assets/icons/achievements.svg" />
|
||||
<span @click="switchHideFin">我的成就</span>
|
||||
<span>我的成就</span>
|
||||
<v-select
|
||||
density="compact"
|
||||
v-model="uidCur"
|
||||
@@ -35,6 +35,13 @@
|
||||
<v-btn class="top-btn" prepend-icon="mdi-export" @click="exportJson()">导出</v-btn>
|
||||
<v-btn class="top-btn" prepend-icon="mdi-plus" @click="createUid()">新建存档</v-btn>
|
||||
<v-btn class="top-btn" prepend-icon="mdi-delete" @click="deleteUid()">删除存档</v-btn>
|
||||
<div class="top-switch" @click="switchHideFin">
|
||||
<v-icon v-if="hideFin" color="var(--tgc-od-green)">
|
||||
mdi-checkbox-marked-circle-outline
|
||||
</v-icon>
|
||||
<v-icon v-else color="var(--tgc-od-white)">mdi-circle</v-icon>
|
||||
<span>隐藏已完成</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</v-app-bar>
|
||||
@@ -291,7 +298,6 @@ onUnmounted(async () => {
|
||||
color: var(--common-text-title);
|
||||
font-family: var(--font-title);
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -325,6 +331,16 @@ onUnmounted(async () => {
|
||||
font-family: var(--font-title);
|
||||
}
|
||||
|
||||
.top-switch {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
font-size: 18px;
|
||||
font-family: var(--font-title);
|
||||
}
|
||||
|
||||
.wrap {
|
||||
display: flex;
|
||||
height: calc(100vh - 144px);
|
||||
|
||||
Reference in New Issue
Block a user