up. ws update.

This commit is contained in:
扶桑花间 2025-08-28 22:48:39 +08:00
parent 8a6772daad
commit 0aeb4c62d1

View File

@ -77,7 +77,7 @@ class Worker extends Command
'client_name'=> $connection->clientName 'client_name'=> $connection->clientName
])->update(['is_lock'=>1,'lock_password'=>$lock_password,'lock_time'=>date('Y-m-d H:i:s')]); ])->update(['is_lock'=>1,'lock_password'=>$lock_password,'lock_time'=>date('Y-m-d H:i:s')]);
// 锁定屏幕 // 锁定屏幕
$connection->send(json_encode(['event'=>'lock_client_screen_run'])); $connection->send(json_encode(['event'=>'LOCK_CLIENT_SCREEN']));
} }
} }
} }