mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-08 00:47:01 +08:00
✨ Feature(custom): optimize get config speed
This commit is contained in:
@@ -241,7 +241,8 @@ import { computed, ref, onBeforeMount, onBeforeUnmount, watch, onMounted, reacti
|
||||
|
||||
import ConfigForm from '@/components/ConfigFormForPlugin.vue'
|
||||
import { T as $T } from '@/i18n/index'
|
||||
import { getConfig, saveConfig, sendRPC, sendToMain } from '@/utils/dataSender'
|
||||
import { sendToMain } from '@/utils/common'
|
||||
import { getConfig, saveConfig, sendRPC } from '@/utils/dataSender'
|
||||
|
||||
import {
|
||||
OPEN_URL,
|
||||
|
||||
Reference in New Issue
Block a user