diff --git a/h5/home/index.html b/h5/home/index.html
index ee9b018..941ff5e 100644
--- a/h5/home/index.html
+++ b/h5/home/index.html
@@ -4939,18 +4939,18 @@ TODO: 补充 @owner / @from / @to / @notes(参照 FLOW.md)
- 窑鸡王(康营店)
+
- 招牌窑鸡整只-原味
+
diff --git a/tests/test_h5_hosting.py b/tests/test_h5_hosting.py
index b5e30c4..79399bd 100644
--- a/tests/test_h5_hosting.py
+++ b/tests/test_h5_hosting.py
@@ -80,6 +80,7 @@ def test_h5_home_last_compare_wired(client) -> None:
assert "/api/v1/compare/records" in body # 接真实比价记录端点
assert "pickFreshLastCompare" in body # 4 分钟新鲜窗口逻辑
assert "DEFAULT_LAST_COMPARE_RECORD" not in body # 写死 mock 默认已移除
+ assert 'id="lastCompareShop">窑鸡王' not in body # 横幅店名静态 mock 占位已清空
def test_compare_records_requires_auth(client) -> None: