🐛 Fix(custom): fix formatobjmap save issue and optimize ux

This commit is contained in:
Kuingsmile
2026-01-10 13:35:20 +08:00
parent acbe646394
commit 8f7da6e45f
10 changed files with 62 additions and 17 deletions

View File

@@ -465,7 +465,6 @@ function _getSearchResult(val: string) {
fetch(`https://registry.npmjs.com/-/v1/search?text=${val}`)
.then(async (res: Response) => {
const data = await res.json()
console.log(data)
pluginList.value = data.objects
.filter((item: INPMSearchResultObject) => {
return strictSearch.value