目录结构调整

This commit is contained in:
2026-02-04 23:47:45 +08:00
parent 6938c911c3
commit 6b22238c6e
8780 changed files with 15333 additions and 574 deletions

View File

@@ -0,0 +1,7 @@
@echo off
title BaibaoxiangServer
cd /d "%~dp0"
echo Starting Baibaoxiang Server...
echo Server will run on port 3000 (or configured port)
node index.js
pause