From c406364d14a3fa71ce4e951fb4e3c8215d9f53b5 Mon Sep 17 00:00:00 2001 From: meijiali <你的邮箱@xxx.com> Date: Mon, 6 Jul 2026 14:51:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E5=BF=AB=E6=8D=B7=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/index.html | 4 ---- tests/integration/test_routes.py | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index 43031cc..1d7ac51 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -8,10 +8,6 @@

热榜评论雷达

从小红书和抖音热点出发,抓取真实评论,生成 AI 情绪、标签和可导出的分析报告。

-
- 创建新任务 - 查看任务 -
diff --git a/tests/integration/test_routes.py b/tests/integration/test_routes.py index 007a335..76f44a2 100644 --- a/tests/integration/test_routes.py +++ b/tests/integration/test_routes.py @@ -20,6 +20,8 @@ def test_index_page_renders_task_form_empty_state_and_default_scale(): assert "1250" in response.text assert "手动刷新" not in response.text assert 'onclick="window.location.href=\'/\'"' not in response.text + assert 'href="#create-task"' not in response.text + assert 'href="#task-history"' not in response.text assert "还没有任何任务" in response.text