优化神秘箱子提醒

This commit is contained in:
2026-04-17 15:18:08 +08:00
parent dd938ec6e7
commit 4866d25df9
4 changed files with 5 additions and 5 deletions
@@ -35,7 +35,7 @@ class UpdateChatPreferencesRequest extends FormRequest
'blocked_system_senders' => ['nullable', 'array'],
'blocked_system_senders.*' => [
'string',
Rule::in(['钓鱼播报', '星海小博士', '百家乐', '跑马']),
Rule::in(['钓鱼播报', '星海小博士', '百家乐', '跑马','神秘箱子']),
],
'sound_muted' => ['required', 'boolean'],
];