From edfd41dd26ceae8aacfebae271f764764adc946c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:36:05 +0800 Subject: [PATCH] Update inc_archives_functions.php --- src/admin/inc/inc_archives_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/inc/inc_archives_functions.php b/src/admin/inc/inc_archives_functions.php index b4fc70c6..11362365 100644 --- a/src/admin/inc/inc_archives_functions.php +++ b/src/admin/inc/inc_archives_functions.php @@ -510,7 +510,7 @@ function AnalyseHtmlBody($body, &$description, &$litpic, &$keywords, $dtype = '' { global $autolitpic, $remote, $dellink, $autokey, $cfg_basehost, $cfg_auot_description, $id, $title, $cfg_bizcore_appid, $cfg_bizcore_key; $autolitpic = (empty($autolitpic) ? '' : $autolitpic); - $autokey = (empty($autokey) ? '' : $autokey); + $autokey = (empty($autokey) && $autokey == 1 ? '' : $autokey); $body = stripslashes($body); //远程图片本地化 if ($remote == 1) {