Remove task pulse from overview

This commit is contained in:
npc0-hue
2026-08-21 12:12:30 +08:00
parent fb5adf06d6
commit fc86b24699
2 changed files with 2 additions and 46 deletions
+1
View File
@@ -69,6 +69,7 @@ describe("first-party console pages", () => {
expect(html).toContain("资源负载");
expect(html).toContain("游戏类型分布");
expect(html).toContain("最近运营信号");
expect(html).not.toContain("任务脉冲");
expect(html).not.toContain("sk-");
});