feat: 新增主题颜色选择

This commit is contained in:
MTrun
2022-03-12 18:46:51 +08:00
parent c3e5117b31
commit e2e72ff9fd
14 changed files with 8682 additions and 28 deletions
+2
View File
@@ -14,6 +14,7 @@
<slot name="ri-left"> </slot>
<LangSelect />
<ThemeSelect />
<ThemeColorSelect />
<slot name="ri-right"> </slot>
</n-space>
</div>
@@ -24,6 +25,7 @@
<script setup lang="ts">
import { ThemeSelect } from '@/components/ThemeSelect'
import { LangSelect } from '@/components/LangSelect'
import { ThemeColorSelect } from '@/components/ThemeColorSelect'
</script>
<style lang="scss" scoped>