feat 改名

This commit is contained in:
2025-12-15 11:28:23 +08:00
parent 1bd50d298a
commit f511364984
28 changed files with 0 additions and 5 deletions

View File

@@ -1,9 +1,4 @@
@echo off @echo off
@REM protoc --proto_path=. --go_out=.. ./proto/common.proto
@REM protoc --proto_path=./proto --go_out=.. ./proto/grpc/*.proto
protoc --proto_path=./sources --go_out=./gen --go-grpc_out=./gen ./sources/*.proto protoc --proto_path=./sources --go_out=./gen --go-grpc_out=./gen ./sources/*.proto
@REM protoc --proto_path=./proto --go_out=.. ./proto/cs/*.proto
@REM xcopy ./proto/cs/*.* ../../Client/web/proto/
xcopy "./gen/common" "../../../Server/common" /E /I /Y /Q xcopy "./gen/common" "../../../Server/common" /E /I /Y /Q