From a9259eaea12eebeb1ccf69b0a321b8c241d9dd2d Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Mon, 26 Jan 2026 13:03:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20AI=20=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=A1=B5=E9=9D=A2=E6=97=B6=E9=97=B4=E6=88=B3=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复 date() 函数接收字符串而非整数的问题 - 在所有 date() 调用中使用 intval() 转换时间戳 - 修复生成时间、检测时间、记录时间的显示问题 --- ai-summary-query.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ai-summary-query.php b/ai-summary-query.php index 7cc8a4b..140bc6c 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; }
- +
@@ -836,7 +836,7 @@ if (current_user_can('manage_options')): - +