Vanessa 2022-10-26 10:38:03 +08:00
parent 0690bcb162
commit 9743702a79

View file

@ -361,6 +361,8 @@
})
})
})
// 防止内核长时间不用被回收
new WebSocket(`${window.location.protocol === "https:" ? "wss" : "ws"}://${window.location.host}/ws`);
</script>
</body>
</html>