From e5e2e472aa8c39568a2f83863277147c8d2b064e Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Sat, 7 Mar 2026 19:54:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=87=8F=E5=B0=91=E4=BB=8E=E4=BA=91?= =?UTF-8?q?=E7=AB=AF=E8=8E=B7=E5=8F=96=E6=95=B0=E6=8D=AE=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.jsx b/app/page.jsx index 84b774d..1bf0085 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -3197,7 +3197,7 @@ export default function HomePage() { } const localUpdatedAt = window.localStorage.getItem('localUpdatedAt'); - if (localUpdatedAt && meta.updated_at && new Date(meta.updated_at) <= new Date(localUpdatedAt)) { + if (localUpdatedAt && meta.updated_at && new Date(meta.updated_at) < new Date(localUpdatedAt)) { return; }