Feature(custom): optimize plugin page

This commit is contained in:
Kuingsmile
2026-01-22 17:52:11 +08:00
parent 16da28ef0f
commit 547588c670
12 changed files with 382 additions and 1222 deletions

View File

@@ -1011,10 +1011,10 @@ import type {
import { computed, nextTick, onBeforeMount, onBeforeUnmount, onMounted, ref, toRaw, useTemplateRef, watch } from 'vue'
import { useI18n } from 'vue-i18n'
import customRadioOption from '@/components/common/customRadioOption.vue'
import customRange from '@/components/common/customRange.vue'
import customSwitch from '@/components/common/customSwitch.vue'
import placeholderTable from '@/components/common/placeholderTable.vue'
import customRadioOption from '@/components/common/CustomRadioOption.vue'
import customRange from '@/components/common/CustomRange.vue'
import customSwitch from '@/components/common/CustomSwitch.vue'
import placeholderTable from '@/components/common/PlaceholderTable.vue'
import PerPicbedSetting from '@/components/PerPicbedSetting.vue'
import { getRawData } from '@/utils/common'
import { configPaths } from '@/utils/configPaths'