feat 结构调整

This commit is contained in:
2025-12-20 15:39:25 +08:00
parent 55c5d4cc18
commit ff1bd1d0b6
96 changed files with 4904 additions and 350 deletions

View File

@@ -4,5 +4,11 @@ if not exist "./gen" (
mkdir "./gen"
)
protoc --proto_path=./sources --go_out=./gen --go-grpc_out=./gen ./sources/*.proto
protoc ^
--proto_path=./sources ^
--go_out=./gen ^
--go-grpc_out=./gen ^
--grpc-gateway_out=./gen ^
--openapiv2_out=./gen ^
./sources/*.proto
xcopy "./gen/common" "../../../Server/common" /E /I /Y /Q