Feature(custom): add guide page for first time use

This commit is contained in:
Kuingsmile
2026-01-16 13:41:52 +08:00
parent c7e34420d1
commit fa4ef9f507
14 changed files with 795 additions and 2 deletions

View File

@@ -101,7 +101,7 @@
<ImageIcon :size="18" />
<span>{{ t('pages.settings.system.chooseTheme') }}</span>
</div>
<select v-model="currentTheme" class="form-select">
<select v-model="currentTheme" class="form-select theme-dropdown">
<option v-for="theme in themeList" :key="theme.key" :value="theme.key">
{{ theme.label }}
</option>