refactor: remove syncing

This commit is contained in:
2026-03-16 13:56:10 +08:00
parent 58f42de9df
commit 8d30a0419d
18 changed files with 25 additions and 954 deletions

View File

@@ -38,13 +38,6 @@ class TerminalSeeder extends Seeder
'ip_address' => $ipAddress,
'station_id' => $beamline,
'diagram_url' => 'https://ssrf.9z.work/scada/demo.html',
'display_config' => [
'resolution' => '3840x2160',
'refresh_rate' => 60,
'orientation' => 'landscape',
'brightness' => 80,
'touch_enabled' => true,
],
'is_online' => in_array($beamline, ['BL02U1', 'BL07U', 'BL08U', 'BL13U', 'BL15U']),
'last_online_at' => in_array($beamline, ['BL02U1', 'BL07U', 'BL08U', 'BL13U', 'BL15U'])
? now()