Added web upload

This commit is contained in:
2025-08-09 15:05:48 +02:00
parent 1d0fe30480
commit eed2a9ed12
8 changed files with 179 additions and 1 deletions

View File

@@ -92,7 +92,7 @@
// Read initial state from hash
const hash = window.location.hash.replace('#', '');
if (hash === 'changelog' || hash === 'about' || hash === 'guide') {
if (hash === 'changelog' || hash === 'about' || hash === 'guide' || hash === 'upload') {
activate(hash);
} else {
activate('guide');