添加宁夏吴忠利通义务商贸城场景,修改HttpServer脚本

This commit is contained in:
ZYT
2026-02-11 13:39:38 +08:00
parent fc75dced66
commit 0d238ab565
34 changed files with 311955 additions and 674 deletions

View File

@@ -91,10 +91,7 @@ public class HttpServer : MonoBehaviour
listener.Start();
Debug.Log("http开始启动");
isRunning = true;
serverThread = new Thread(ListenLoop)
{
IsBackground = true
};
ListenLoop();
serverThread.Start();
Debug.Log($"✅ HTTP Server 启动成功:{SERVER_URL}");