2025-12-2genxin

This commit is contained in:
2025-12-02 14:58:52 +08:00
parent 4fef65bd93
commit be0954828c
36 changed files with 3352 additions and 1638 deletions

View File

@@ -5,8 +5,8 @@ echo 📦 编译 API 服务器
echo ===============================================
echo.
echo 🔨 正在编译 api_server.exe...
go build -o api_server.exe server.go
echo 🔨 正在编译 api-server.exe...
go build -o api-server.exe server.go
if %errorlevel% neq 0 (
echo.
@@ -18,7 +18,7 @@ if %errorlevel% neq 0 (
echo.
echo ✅ 编译成功!
echo 📁 输出文件: api_server.exe
echo 📁 输出文件: api-server.exe
echo.
echo ===============================================
echo 编译完成