增加 神秘箱子的屏蔽

This commit is contained in:
2026-04-17 15:27:40 +08:00
parent 0f4de941db
commit 0e8a1669b9
4 changed files with 30 additions and 5 deletions
+1
View File
@@ -77,6 +77,7 @@ class ChatControllerTest extends TestCase
$response->assertSee('星海小博士');
$response->assertSee('百家乐');
$response->assertSee('跑马');
$response->assertSee('神秘箱子');
$response->assertSee('chat_blocked_system_senders');
$response->assertSee('toggleBlockedSystemSender');
}