🔨 Refactor(custom): remove unused file

This commit is contained in:
Kuingsmile
2024-07-05 14:58:28 +08:00
parent 875d034f4e
commit 1238e1caf4
6 changed files with 23 additions and 58 deletions
-1
View File
@@ -162,7 +162,6 @@ const latestVersionMap = reactive<{ [key: string]: string }>({})
const pluginListToolTip = $T('PLUGIN_LIST')
const importLocalPluginToolTip = $T('PLUGIN_IMPORT_LOCAL')
const updateAllToolTip = $T('PLUGIN_UPDATE_ALL')
// const id = ref('')
const defaultLogo = ref(`this.src="file://${__static.replace(/\\/g, '/')}/roundLogo.png"`)
const $configForm = ref<InstanceType<typeof ConfigForm> | null>(null)
const npmSearchText = computed(() => {