From e497892422eb68c27c790eee817e4b3d3a1f15ad Mon Sep 17 00:00:00 2001
From: nanhaoluo <3075912108@qq.com>
Date: Tue, 20 Jan 2026 16:18:00 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8D=E4=B8=BB=E9=A2=98?=
=?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
settings.php | 343 ++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 342 insertions(+), 1 deletion(-)
diff --git a/settings.php b/settings.php
index b5df186..b02dff6 100644
--- a/settings.php
+++ b/settings.php
@@ -1881,6 +1881,194 @@ function themeoptions_page(){
|
+ |
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
|
@@ -3365,8 +3553,142 @@ window.pjaxLoaded = function(){
+
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+
|
+
+
+ |
+
+
+
+
+
+
+
+ •
+ •
+ •
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+ /
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+ /
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+ /
+
+
+
+
+ |
+
+
+
|
@@ -5798,6 +6120,16 @@ function argon_update_themeoptions(){
argon_update_option('argon_friend_link_welcome');
argon_update_option('argon_friend_link_allow_apply');
argon_update_option('argon_friend_link_captcha');
+ argon_update_option('argon_feedback_captcha_mode');
+ argon_update_option('argon_feedback_notify_admin');
+ argon_update_option('argon_feedback_notify_user');
+ argon_update_option('argon_global_blocked_ips');
+ argon_update_option('argon_flink_apply_limit');
+ argon_update_option('argon_flink_apply_period');
+ argon_update_option('argon_feedback_submit_limit');
+ argon_update_option('argon_feedback_submit_period');
+ argon_update_option('argon_feedback_upload_limit');
+ argon_update_option('argon_feedback_upload_period');
argon_update_option('argon_friend_link_hide_no_backlink');
argon_update_option_allow_tags('argon_friend_link_requirements');
@@ -6028,10 +6360,19 @@ function argon_update_themeoptions(){
argon_update_option_allow_tags('argon_sidebar_announcement');
+ //AI 摘要
+ argon_update_option_checkbox('argon_ai_summary_enable');
+ argon_update_option('argon_ai_summary_provider');
+ argon_update_option('argon_ai_summary_api_key');
+ argon_update_option('argon_ai_summary_api_endpoint');
+ argon_update_option('argon_ai_summary_model');
+ argon_update_option('argon_ai_summary_prompt');
+ argon_update_option('argon_ai_summary_exclude_ids');
+
}
}
argon_update_themeoptions();
-?>
\ No newline at end of file
+?>