优化屏蔽,可以保存状态

This commit is contained in:
2026-04-14 22:48:29 +08:00
parent 7255d50966
commit 1a39ddd725
8 changed files with 279 additions and 5 deletions
+2
View File
@@ -49,6 +49,7 @@ class User extends Authenticatable
'custom_leave_message',
'custom_join_effect',
'custom_leave_effect',
'chat_preferences',
'user_level',
'inviter_id',
'room_id',
@@ -101,6 +102,7 @@ class User extends Authenticatable
'sj' => 'datetime',
'q3_time' => 'datetime',
'has_received_new_gift' => 'boolean',
'chat_preferences' => 'array',
];
}