fix: 移除首页顶部快捷入口

This commit is contained in:
meijiali
2026-07-06 14:51:40 +08:00
parent 89dcf49186
commit c406364d14
2 changed files with 2 additions and 4 deletions
+2
View File
@@ -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