新增 设置块组件;

新增 开关按钮组件;
调整了若干样式;
This commit is contained in:
User
2025-10-13 14:37:11 +08:00
parent 00a13ab5e2
commit fb437f2c0e
9 changed files with 196 additions and 87 deletions

View File

@@ -1,7 +1,5 @@
<template>
<div>
<router-view />
</div>
<router-view />
</template>
<script setup>