更改图标

This commit is contained in:
2025-07-28 20:16:21 +08:00
parent a9a6659d78
commit c1d4963395
4 changed files with 2 additions and 32 deletions

View File

@@ -16,8 +16,8 @@ const isLight = computed({
<div class="flex-1 flex items-center justify-center">
<USwitch
v-model="isLight"
unchecked-icon="i-lucide-moon"
checked-icon="i-lucide-sun"
unchecked-icon="lucide-moon"
checked-icon="lucide-sun"
aria-label="Toggle color mode"
size="xl"
color="neutral"