缩短弹窗通知显示时间
This commit is contained in:
@@ -1023,7 +1023,7 @@ class AdminCommandController extends Controller
|
||||
'message' => "<b>{$admin->username}</b>({$positionName})向你发放了 <b>{$amount}</b> 枚金币!",
|
||||
'icon' => '💰',
|
||||
'color' => '#f59e0b',
|
||||
'duration' => 8000,
|
||||
'duration' => 3000,
|
||||
],
|
||||
];
|
||||
$this->chatState->pushMessage($roomId, $msg);
|
||||
|
||||
Reference in New Issue
Block a user