🐞 fix: 修复 知乎日报 异常 #80

This commit is contained in:
imsyy
2024-10-15 17:24:53 +08:00
parent c713d34ba1
commit ec50d5ced1

View File

@@ -35,7 +35,7 @@ const getList = async (noCache: boolean) => {
data: list.map((v: RouterType["zhihu-daily"]) => ({ data: list.map((v: RouterType["zhihu-daily"]) => ({
id: v.id, id: v.id,
title: v.title, title: v.title,
cover: v.images[0], cover: v.images?.[0] ?? null,
author: v.hint, author: v.hint,
hot: null, hot: null,
timestamp: null, timestamp: null,