添加地理位置自动写入

This commit is contained in:
2026-04-15 15:41:10 +08:00
parent 26301e92e0
commit ceb15422ab
5 changed files with 103 additions and 499 deletions

View File

@@ -4,6 +4,7 @@
// const WS_URL = `ws://${BASE_HOST}:10001`
const BASE_DOMAIN = '49.232.154.205:10006'
const CHAT_URL = `http://${BASE_DOMAIN}/chat`
const API_URL = `http://${BASE_DOMAIN}/api`
const WS_URL = `ws://${BASE_DOMAIN}/msg_gateway`