This commit is contained in:
cansnow
2026-02-09 03:03:22 +08:00
parent 560b214af4
commit 47d10945a6
6 changed files with 478 additions and 16 deletions
+3 -9
View File
@@ -4,15 +4,9 @@
// const WS_URL = `ws://${BASE_HOST}:10001`
const BASE_DOMAIN = 'www.shun777.com'
// const CHAT_URL = `https://${BASE_DOMAIN}/chat`
// const API_URL = `https://${BASE_DOMAIN}/api`
// const WS_URL = `wss://${BASE_DOMAIN}/msg_gateway`
// const CHAT_URL = `http://${BASE_DOMAIN}/api`
// const API_URL = `http://${BASE_DOMAIN}/imapi`
// const WS_URL = `ws://${BASE_DOMAIN}/ws`
const CHAT_URL = `http://103.39.222.184:8585/api`
const API_URL = `http://103.39.222.184:10002`
const WS_URL = `ws://103.39.222.184:10001`
const CHAT_URL = `https://${BASE_DOMAIN}/api`
const API_URL = `https://${BASE_DOMAIN}/imapi`
const WS_URL = `wss://${BASE_DOMAIN}/msg_gateway`
const version = '2.0.6'