chore: sync local changes (2026-03-12)

This commit is contained in:
2026-03-12 18:58:47 +08:00
parent cf2203e3eb
commit 6c60d9c8a0
478 changed files with 5690 additions and 53453 deletions

6
start-backend.bat Normal file
View File

@@ -0,0 +1,6 @@
@echo off
chcp 65001 >nul
echo 启动后端服务器...
cd mengyadriftbottle-backend
go mod tidy
go run main.go