新版可用

This commit is contained in:
2025-11-27 18:40:08 +08:00
parent 46de43ce72
commit 4fef65bd93
26 changed files with 39568 additions and 504 deletions

21
backend/tools/view_db.bat Normal file
View File

@@ -0,0 +1,21 @@
@echo off
chcp 65001 >nul
cls
echo ===============================================
echo 📊 数据库内容查看工具
echo ===============================================
echo.
cd /d "%~dp0"
echo 正在查询数据库...
echo.
go run view_db.go
echo.
echo ===============================================
echo 查询完成!
echo ===============================================
pause