This commit is contained in:
Zyronon
2025-12-02 20:18:32 +08:00
committed by GitHub
parent 28e9df03b1
commit 1603bbeca4
14 changed files with 420 additions and 316 deletions

View File

@@ -42,6 +42,7 @@ $w: 1.4rem;
&:hover:not(.disabled,.noBg) {
background: var(--color-icon-hightlight);
color: white;
:deep(svg) {
color: white;

View File

@@ -52,6 +52,7 @@ const studyProgress = $computed(() => {
@change="$emit('check')"
class="absolute left-3 bottom-3"/>
<div class="custom" v-if="item.custom">自定义</div>
<div class="custom bg-red! color-white" v-if="item.update">更新中</div>
</template>
<div v-else class="center h-full text-2xl">
<IconFluentAdd16Regular/>