refactor(projects): 代码优化

This commit is contained in:
Soybean
2022-05-05 18:42:29 +08:00
parent 518f7eed28
commit 14c145eef1
3 changed files with 5 additions and 3 deletions

View File

@ -16,10 +16,10 @@
<setting-menu label="跟随系统">
<n-switch :value="theme.followSystemTheme" @update:value="theme.setFollowSystemTheme">
<template #checked>
<icon-ic:baseline-do-not-disturb class="text-14px text-primary" />
<icon-ic-baseline-do-not-disturb class="text-14px text-primary" />
</template>
<template #unchecked>
<icon-ic:round-hdr-auto class="text-14px text-primary" />
<icon-ic-round-hdr-auto class="text-14px text-primary" />
</template>
</n-switch>
</setting-menu>