fix: 移除首页顶部快捷入口
This commit is contained in:
@@ -8,10 +8,6 @@
|
|||||||
<h1>热榜评论雷达</h1>
|
<h1>热榜评论雷达</h1>
|
||||||
<p>从小红书和抖音热点出发,抓取真实评论,生成 AI 情绪、标签和可导出的分析报告。</p>
|
<p>从小红书和抖音热点出发,抓取真实评论,生成 AI 情绪、标签和可导出的分析报告。</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="hero-actions">
|
|
||||||
<a class="btn btn-light" href="#create-task">创建新任务</a>
|
|
||||||
<a class="btn btn-outline-light" href="#task-history">查看任务</a>
|
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="tool-card mb-4" id="create-task">
|
<section class="tool-card mb-4" id="create-task">
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ def test_index_page_renders_task_form_empty_state_and_default_scale():
|
|||||||
assert "1250" in response.text
|
assert "1250" in response.text
|
||||||
assert "手动刷新" not in response.text
|
assert "手动刷新" not in response.text
|
||||||
assert 'onclick="window.location.href=\'/\'"' 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
|
assert "还没有任何任务" in response.text
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user