Merge pull request #247 from zayn-code/themechange

主题切换按钮:月亮图标重复了
This commit is contained in:
GeekMaser 2025-06-03 09:20:57 +08:00 committed by GitHub
commit 31fbf7e48a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
<template>
<div class="theme-box" @click="toggleTheme">
<span class="iconfont icon-yueliang">{{ themePage === "light" ? "&#xe679;" : "&#xe60b;" }}</span>
<span class="iconfont">{{ themePage === "light" ? "&#xe679;" : "&#xe60b;" }}</span>
</div>
</template>