From c4772962f43fc9892b155f05eaef9115043a55a2 Mon Sep 17 00:00:00 2001 From: imsyy Date: Fri, 20 Sep 2024 10:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=97=B6=E6=98=BE=E7=A4=BA=E6=8A=A5=E9=94=99?= =?UTF-8?q?=20#77?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/history.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/history.ts b/src/routes/history.ts index 36b4580..a817573 100644 --- a/src/routes/history.ts +++ b/src/routes/history.ts @@ -44,7 +44,7 @@ const getList = async (options: Options, noCache: boolean) => { data: list.map((v: RouterType["history"], index: number) => ({ id: index, title: load(v.title).text().trim(), - cover: v.cover ? v.pic_share : null || null, + cover: v.cover ? v.pic_share : null, desc: load(v.desc).text().trim(), year: v.year, timestamp: null,