web client

This commit is contained in:
2025-07-04 23:42:27 +08:00
parent f0fd00d706
commit 027f582d4e
13 changed files with 19795 additions and 85 deletions

View File

@@ -4,4 +4,7 @@ cd ../../Server/common
protoc --proto_path=. --go_out=.. ./proto/common.proto
protoc --proto_path=./proto --go_out=.. ./proto/grpc/*.proto
protoc --proto_path=./proto --go_out=.. --go-grpc_out=.. ./proto/grpc/*.proto
protoc --proto_path=./proto --go_out=.. --go-grpc_out=.. ./proto/grpc/*.proto
protoc --proto_path=./proto --go_out=.. ./proto/cs/*.proto
xcopy ./proto/cs/*.* ../../Client/web/proto/