feat: 添加射箭声音

This commit is contained in:
2026-04-16 18:06:59 +08:00
parent 1181a2133a
commit e8568ee6a8
4 changed files with 282 additions and 242 deletions

View File

@@ -14,8 +14,8 @@ function createWebSocket(token, onMessage) {
switch (envVersion) {
case "develop": // 开发版
// url = "ws://192.168.1.30:8000/socket";
url = "wss://apitest.shelingxingqiu.com/socket";
url = "ws://localhost:8000/socket";
// url = "wss://apitest.shelingxingqiu.com/socket";
break;
case "trial": // 体验版
url = "wss://apitest.shelingxingqiu.com/socket";