add dark mode

This commit is contained in:
landaiqing
2024-08-08 16:39:27 +08:00
parent a4b502717c
commit 562071cdc5
26 changed files with 479 additions and 112 deletions

View File

@@ -1,4 +1,7 @@
<template>
<router-view></router-view>
<LayOut/>
</template>
<script setup lang="ts">
import LayOut from "@/layout/default/Layout.vue";
</script>