From bc9f2e18bfb88ada725a604dd0d43365229ee92e Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Tue, 27 Jan 2026 11:24:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=20AI=20=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E8=AE=BE=E7=BD=AE=E9=A1=B9=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E5=92=8C=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除重复的自动处理阈值设置(auto_threshold) - 统一使用 confidence_threshold 作为置信度阈值 - 补充完整的 Prompt 模式设置(极简/标准/增强/自定义) - 添加自定义 Prompt 输入框(根据模式动态显示) - 优化设置项保存逻辑,移除重复项 --- settings.php | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/settings.php b/settings.php index f760146..9f90040 100644 --- a/settings.php +++ b/settings.php @@ -2521,13 +2521,26 @@ function themeoptions_page(){
- -- + +
+