优化主题色、字体

This commit is contained in:
gyq
2024-02-22 10:11:12 +08:00
parent 1dc82a11aa
commit d151647906
2 changed files with 19 additions and 4 deletions

View File

@@ -35,7 +35,7 @@
<script setup>
import { ref } from 'vue'
const show = ref(true)
const show = ref(false)
</script>