From 5c636a241f515299c9e403745f1b0cefc9f45e60 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Fri, 23 Jan 2026 16:20:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20AI=20=E5=9E=83?= =?UTF-8?q?=E5=9C=BE=E8=AF=84=E8=AE=BA=E6=A3=80=E6=B5=8B=E7=9A=84=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=8C=96=E9=85=8D=E7=BD=AE=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 Prompt 模式选择(极简/标准/增强/自定义) - 添加自动处理置信度阈值设置 - 极简模式:省 token,快速检测(100-150 tokens) - 标准模式:平衡准确性和成本(200-300 tokens) - 增强模式:多维度分析,更准确(300-500 tokens) - 支持根据置信度智能判断是否自动处理 - 提供不同规模博客的配置建议 --- settings.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/settings.php b/settings.php index d328802..306d69e 100644 --- a/settings.php +++ b/settings.php @@ -3950,6 +3950,40 @@ window.pjaxLoaded = function(){ + + + + +

+ :
+ :
+ :
+ : +

+ + + + + + + +

+
+
+ +

+ + + @@ -6646,6 +6680,8 @@ function argon_update_themeoptions(){ //AI 垃圾评论识别 argon_update_option_checkbox('argon_comment_spam_detection_enable'); + argon_update_option('argon_comment_spam_detection_prompt_mode'); + argon_update_option('argon_comment_spam_detection_confidence_threshold'); argon_update_option('argon_comment_spam_detection_prompt'); argon_update_option('argon_comment_spam_detection_mode'); argon_update_option('argon_comment_spam_detection_sample_rate');