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