This commit is contained in:
2026-07-17 02:19:05 +03:00
parent 4cd9f928ff
commit dbd5715578
42 changed files with 6000 additions and 866 deletions
+1 -3
View File
@@ -1,7 +1,7 @@
async function init() {
try {
connection = await wh.get(`EP://${window.location.hostname}`, {
connection = await wh.get(`ep://${window.location.hostname}`, {
autoReconnect: true
});
@@ -125,5 +125,3 @@ async function init() {
const FORMAT_CONNECTION_STATUS = (x) => ["Offline", "Connecting...", "Online"][x];