update
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-06-29 19:01:41 -06:00
parent a4bd4fcd13
commit 71fc5e3246

View File

@@ -304,8 +304,8 @@ function handleMenuSelect(key: string) {
</div> </div>
<n-button :bordered="false" circle @click="toggleDark"> <n-button :bordered="false" circle @click="toggleDark">
<template #icon> <template #icon>
<Icon v-if="isDark" icon="fluent-emoji:sun-behind-small-cloud"></Icon> <Icon v-if="isDark" icon="fluent-emoji:sun"></Icon>
<Icon v-else icon="fluent-emoji:cloud-with-lightning-and-rain"></Icon> <Icon v-else icon="fluent-emoji:full-moon"></Icon>
</template> </template>
</n-button> </n-button>
</n-flex> </n-flex>