fix: egg not wokring

This commit is contained in:
Raymond
2025-04-02 12:25:21 -04:00
committed by GitHub
parent 2798e81f49
commit 3f2a337497

View File

@@ -122,7 +122,7 @@
localStorage.setItem(t, v.substring(0, 1) + "\x6E");
} else
localStorage.removeItem(t);
location.reload();
setTimeout(location.reload, 1000); // ?
}
let DDSreader: DDS | undefined;