This commit is contained in:
2025-04-13 14:40:41 +08:00
parent 2201147ccc
commit a1e71a6a79
20 changed files with 1738 additions and 1794 deletions

4
server/start.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
echo "正在启动服务器..."
node server.js
echo "服务器已启动。"