This commit is contained in:
Hongbo Wu
2024-06-07 13:40:54 +08:00
parent c48013ed4b
commit e05985b2e4

View File

@ -765,7 +765,7 @@ export const functionResolvers = {
type: subscription.type as unknown as HomeItemSourceType,
}
},
image(item: HomeItem) {
thumbnail(item: HomeItem) {
return item.thumbnail && createImageProxyUrl(item.thumbnail, 320, 320)
},
},