右侧名单徽标改为仅图标,去掉文字标签节省空间
- buildUserStatusBadgeHtml: 状态徽标从 pill 胶囊(图标+文字)改为仅图标 - buildUserSignIdentityBadgeHtml: 签到身份徽标同样改为仅图标 - 两个徽标的 tooltip 信息保留,悬停仍可看到完整描述
This commit is contained in:
@@ -124,6 +124,7 @@ class ChatController extends Controller
|
||||
broadcast(new UserJoined($id, $user->username, $userData))->toOthers();
|
||||
|
||||
// 新人首次进入:赠送 6666 金币、播放满场烟花、发送全场欢迎通告
|
||||
$user->refresh();
|
||||
if (! $user->has_received_new_gift) {
|
||||
// 通过统一积分服务发放新人礼包 6666 金币并记录流水
|
||||
$this->currencyService->change(
|
||||
|
||||
Reference in New Issue
Block a user