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; }
- 💡 +