first commit

This commit is contained in:
2026-02-16 00:13:37 +08:00
commit 74f15c282e
44 changed files with 8708 additions and 0 deletions

11
开启后端.bat Normal file
View File

@@ -0,0 +1,11 @@
@echo off
chcp 65001 >nul
echo ====================================
echo 🌱 萌芽Ping 后端服务 (GIN)
echo ====================================
cd mengyaping-backend
echo 正在下载依赖...
go mod tidy
echo 启动服务...
go run main.go
pause