This commit is contained in:
2025-09-16 16:39:48 +08:00
commit c5808e85e2
336 changed files with 695951 additions and 0 deletions

3
start.bat Normal file
View File

@@ -0,0 +1,3 @@
@echo off
start cmd /k "npm start"
start cmd /k "cd server && node app.js"