🎨 Updated

This commit is contained in:
2025-06-21 19:05:08 +08:00
parent a92e5486b2
commit 77287bccfa
10 changed files with 117 additions and 57 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import {useConfigStore} from '@/stores/configStore';
import {useI18n} from 'vue-i18n';
import {computed, onUnmounted, ref, watch} from 'vue';
import {computed, onUnmounted, ref} from 'vue';
import SettingSection from '../components/SettingSection.vue';
import SettingItem from '../components/SettingItem.vue';
import ToggleSwitch from '../components/ToggleSwitch.vue';
@@ -403,7 +403,6 @@ onUnmounted(() => {
<style scoped lang="scss">
.settings-page {
max-width: 800px;
padding-bottom: 48px;
}
.hotkey-selector {