mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 13:14:55 +08:00
🐞 fix: 修复 知乎日报 异常 #80
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user