From 167340217f0103981d3dbdc9f7a9a0c6f723327d Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Fri, 23 Jan 2026 16:13:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20AI=20=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=9F=A5=E8=AF=A2=E9=A1=B5=E9=9D=A2=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=20emoji=20=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除所有区块标题中的 emoji(评论信息、评论内容、AI 检测结果等) - 移除状态标签中的 emoji(已通过、待审核、回收站、垃圾评论) - 移除自动操作中的 emoji(已移入回收站、已标记为待审核等) - 移除功能说明提示中的 emoji - 保持简洁的文字显示,提升兼容性 --- ai-summary-query.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/ai-summary-query.php b/ai-summary-query.php index a5fb3d6..1a1aefc 100644 --- a/ai-summary-query.php +++ b/ai-summary-query.php @@ -437,7 +437,7 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }
-

📄

+

@@ -463,12 +463,12 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }
-

+

-

🤖

+

@@ -503,7 +503,7 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }
-

💬

+

@@ -522,10 +522,10 @@ html.darkmode .ai-verify-subtitle { color: #aaa; } __('✓ 已通过', 'argon'), - 'hold' => __('⏳ 待审核', 'argon'), - 'trash' => __('🗑️ 回收站', 'argon'), - 'spam' => __('⚠️ 垃圾评论', 'argon') + 'approved' => __('已通过', 'argon'), + 'hold' => __('待审核', 'argon'), + 'trash' => __('回收站', 'argon'), + 'spam' => __('垃圾评论', 'argon') ]; echo isset($status_labels[$result['comment_status']]) ? esc_html($status_labels[$result['comment_status']]) : esc_html($result['comment_status']); ?> @@ -539,18 +539,18 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }
-

📝

+

-

🔍

+

- +
@@ -564,9 +564,9 @@ html.darkmode .ai-verify-subtitle { color: #aaa; } __('🗑️ 已移入回收站', 'argon'), - 'hold' => __('⏳ 已标记为待审核', 'argon'), - 'mark' => __('🏷️ 仅标记不处理', 'argon') + 'trash' => __('已移入回收站', 'argon'), + 'hold' => __('已标记为待审核', 'argon'), + 'mark' => __('仅标记不处理', 'argon') ]; echo isset($action_labels[$result['action']]) ? esc_html($action_labels[$result['action']]) : esc_html($result['action']); ?> @@ -600,7 +600,7 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }
- 💡 +