chore: update build

This commit is contained in:
2026-09-14 17:32:07 +08:00
parent 699bfa8de5
commit e4b77e1c11
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -226,7 +226,7 @@
}
// src/userscript/index.ts
var WS_URL = "ws://127.0.0.1:8787";
var WS_URL = "wss://wa-bridge.rul.sh/ws";
var socket;
function send(message) {
if (socket?.readyState !== WebSocket.OPEN) {