代码优化

This commit is contained in:
GaoHao
2025-03-26 13:34:19 +08:00
parent e928fdfa2a
commit 413222a5f0
42 changed files with 166 additions and 531 deletions

View File

@@ -34,17 +34,10 @@
</template>
<script setup>
import {
computed,
ref,
watch,
watchEffect
} from 'vue';
import { computed, ref, watch, watchEffect } from 'vue';
import mySwitch from '@/components/my-components/my-switch.vue'
import go from '@/commons/utils/go.js';
import {
ColorMain
} from '@/commons/color.js'
const emits = defineEmits([ 'changeClick', 'del', 'statusChange'])