增加 神秘箱子的屏蔽

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
@@ -146,6 +146,12 @@ $welcomeMessages = [
onchange="toggleBlockedSystemSender('跑马', this.checked)">
跑马
</label>
<label
style="display:flex;align-items:center;gap:6px;font-size:12px;color:#1e293b;cursor:pointer;padding:4px 2px;">
<input type="checkbox" id="block-sender-mystery-box"
onchange="toggleBlockedSystemSender('神秘箱子', this.checked)">
神秘箱子
</label>
</div>
</div>