perf: 记录上下文设定保存到本地

This commit is contained in:
ChenZhaoYu
2023-03-17 08:40:45 +08:00
parent 0b13846861
commit b3cfe7a976
6 changed files with 20 additions and 5 deletions

View File

@@ -12,7 +12,8 @@ const show = ref(false)
<div class="flex-1 flex-shrink-0 overflow-hidden">
<UserAvatar />
</div>
<HoverButton :tooltip="$t('setting.setting')" @click="show = true">
<HoverButton @click="show = true">
<span class="text-xl text-[#4f555e] dark:text-white">
<SvgIcon icon="ri:settings-4-line" />
</span>