This commit is contained in:
2026-07-12 23:19:42 +08:00
parent 94f6ecf901
commit 2dcafae465
14 changed files with 2303 additions and 0 deletions

5
deploy/start.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
cd %~dp0
if not exist config.yaml copy config.yaml.example config.yaml
server.exe
pause