From b0caf1e742e961299860f391f73933fce8ec2241 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Tue, 20 Jan 2026 16:14:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8D=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template-parts/ai-summary.php | 240 ++++++++++++++++++++++++++++++ template-parts/content-single.php | 2 + 2 files changed, 242 insertions(+) create mode 100644 template-parts/ai-summary.php diff --git a/template-parts/ai-summary.php b/template-parts/ai-summary.php new file mode 100644 index 0000000..54da604 --- /dev/null +++ b/template-parts/ai-summary.php @@ -0,0 +1,240 @@ + 'OpenAI', + 'anthropic' => 'Anthropic', + 'deepseek' => 'DeepSeek', + 'qianwen' => '通义千问', + 'wenxin' => '文心一言', + 'doubao' => '豆包', + 'kimi' => 'Kimi', + 'zhipu' => '智谱', + 'siliconflow' => 'SiliconFlow' +]; + +$provider_display = isset($provider_names[$provider]) ? $provider_names[$provider] : $provider; +$model_display = !empty($model) ? $model : __('未知模型', 'argon'); +?> + +
+
+ + + + + + +
+
+ +
+
+ Loading... +
+ +
+ +

+ +
+
+ + + : + +
+
+ + + + + + diff --git a/template-parts/content-single.php b/template-parts/content-single.php index ca8619c..c8e3d28 100644 --- a/template-parts/content-single.php +++ b/template-parts/content-single.php @@ -51,6 +51,8 @@ ?> + +