first commit

This commit is contained in:
HiepLM
2026-05-20 17:37:36 +07:00
commit d1986f261c
2086 changed files with 11013 additions and 0 deletions

8
start.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
chcp 65001 >nul
cd /d "%~dp0"
echo.
echo Dang khoi dong server thiep cuoi...
echo.
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0serve.ps1"
pause