Vanessa 2022-10-26 10:35:35 +08:00
parent d7320c5f17
commit dd2640a124

View file

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