From 4d5e249c55dbc21972a7814db23f616306b9c11e Mon Sep 17 00:00:00 2001 From: lt Date: Mon, 27 Apr 2026 12:48:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=87=8D=E6=96=B0=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E9=80=89=E9=A2=98=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E4=BF=AE=E5=A4=8D=20HTML=20=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/frontend/index.html | 47 ++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/platform/frontend/index.html b/platform/frontend/index.html index a312348..64cba29 100644 --- a/platform/frontend/index.html +++ b/platform/frontend/index.html @@ -90,8 +90,7 @@
-
-

📋 选题管理

+

📋 选题管理

🔄 批量刷新 ▶ 批量创作 @@ -157,6 +156,50 @@
+
+

📋 选题管理

+ +
+ 🔄 批量刷新 + ▶ 批量创作 + 🔍 批量优化 + 已选 {{ selectedTopicIds.length }} 项 +
+
+ 全部 ({{ topics.length }}) + 待处理 ({{ countByStatus('待处理') }}) + 待审查 ({{ countByStatus('待审查') }}) + 待发布 ({{ countByStatus('待发布') }}) + 已发布 ({{ countByStatus('已发布') }}) +
+
+ + + + + + + + + +