From 454411b5c2301ff4cecba521583e1265762ab3e8 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Mon, 26 Jan 2026 13:04:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DAI=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=97=B6=E9=97=B4=E6=98=BE=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 generated_time 和 detection_time 添加空值检查 - 避免将空字符串传递给 date() 函数导致 TypeError - 空值时显示'未知'而不是报错 --- ai-summary-query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ai-summary-query.php b/ai-summary-query.php index 140bc6c..a350e44 100644 --- a/ai-summary-query.php +++ b/ai-summary-query.php @@ -494,7 +494,7 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }
- +
@@ -628,7 +628,7 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }
- +