提交代码

This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-31 19:16:05 +08:00
parent 6a66bc165f
commit b6461675a8
297 changed files with 19296 additions and 112413 deletions

View File

@@ -10,7 +10,7 @@ namespace Script.AppImpl
protected override async UniTask<string> GetUrl()
{
await UniTask.NextFrame();
return "ws://192.168.1.23:8080/websocket";
return "ws://192.168.0.118:8080/websocket";
}
}
}