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');
|