主题图标重复了

This commit is contained in:
zhangyao 2025-05-30 15:11:21 +08:00
parent f08329eef4
commit dbb372fd14

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>