This commit is contained in:
雷欧(林平凡)
2025-08-18 17:55:40 +08:00
parent fd220a4038
commit b78d53df5d
13 changed files with 2414 additions and 176 deletions

View File

@@ -1,16 +1,16 @@
<template>
<div id="app">
<router-view />
<theme-picker />
<!-- <theme-picker /> -->
</div>
</template>
<script>
import ThemePicker from "@/components/ThemePicker"
// import ThemePicker from "@/components/ThemePicker"
export default {
name: "App",
components: { ThemePicker }
name: "App"
// components: { ThemePicker }
}
</script>
<style scoped>