diff --git a/ai-summary-query.php b/ai-summary-query.php index c023fbd..a5fb3d6 100644 --- a/ai-summary-query.php +++ b/ai-summary-query.php @@ -405,6 +405,7 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }

+

@@ -428,22 +429,29 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }
- +
+
+ +
-

+

📄

- +
- + # +
+
+ +
@@ -453,18 +461,14 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }
-
- - -
-

+

- +
-

+

🤖

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

+

💬

- + #
@@ -514,14 +518,14 @@ 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']); ?> @@ -535,34 +539,34 @@ 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']); ?> @@ -595,12 +599,20 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }
+
+ 💡 +
+
+ +
+
+

    -
  • -
  • -
  • -
  • +
  • +
  • +
  • +
@@ -698,12 +710,15 @@ if (current_user_can('manage_options')):

- +

- +
+
+ +