迁移网关

This commit is contained in:
BBIT-Kai
2026-06-11 09:44:28 +08:00
parent a3df3b0322
commit cd16184e0c
22 changed files with 70 additions and 433 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ type WsOptions = {
path: (() => string) | string;
reconnectInterval?: number;
};
const BASE_WS_URL = 'wss://ai.ronsunny.cn:8090/ai/';
const BASE_WS_URL = 'wss://ai.bbitcn.net/ai/';
// const BASE_WS_URL = 'ws://127.0.0.1:13011/';
export function createAutoReconnectWs(options: WsOptions) {
let ws: null | WebSocket = null;