mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-31 15:09:40 +08:00
@@ -423,7 +423,7 @@ function handleSearchResult(item: INPMSearchResultObject) {
|
||||
return {
|
||||
name,
|
||||
fullName: item.package.name,
|
||||
author: item.package.author.name,
|
||||
author: item.package.author?.name || item.package.publisher?.username,
|
||||
description: item.package.description,
|
||||
logo: `https://cdn.jsdelivr.net/npm/${item.package.name}/logo.png`,
|
||||
config: {},
|
||||
|
||||
Reference in New Issue
Block a user