Initial commit

This commit is contained in:
GeekROS
2024-03-03 22:59:18 +08:00
commit cec0aae8e3
69 changed files with 2687 additions and 0 deletions

5
update.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
scp -r ./engine/release/server* root@172.21.255.206:/data/wwwroot/game/
ssh root@172.21.255.206 "chmod +x /data/wwwroot/game/* && cd /opt/Engine2D && sudo ./tools/update.sh"