filecache

This commit is contained in:
cansnow
2025-12-27 07:08:30 +08:00
parent 974d149d25
commit 09c7889525
54 changed files with 10485 additions and 164 deletions
+6 -3
View File
@@ -7,9 +7,12 @@ const BASE_DOMAIN = 'www.axzc.xyz'
// 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://${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 version = '2.0.6'