neo update, bridge too

This commit is contained in:
2026-03-07 12:49:27 +11:00
parent 7d9a182b4d
commit 6529eb2e6b
4 changed files with 97 additions and 3 deletions

View File

@@ -22,7 +22,9 @@ const BIOS_LINES = [
{ text: 'Starting LIT.RUV.WTF Terminal...', class: 'highlight', delay: 400 }
];
const BOOT_STARTUP_SOUND_PATH = 'sounds/551405__nakkivene66__old-pc-startup-idle-shutdown.wav';
const BOOT_STARTUP_SOUND_PATH = window.location.hostname.endsWith('neocities.org')
? 'https://lit.ruv.wtf/sounds/551405__nakkivene66__old-pc-startup-idle-shutdown.wav'
: 'sounds/551405__nakkivene66__old-pc-startup-idle-shutdown.wav';
let bootStartupSoundPlayed = false;
let bootStartupSoundUnlockBound = false;