Proto commits in Iori372552686/GoOne

These 20 commits are when the Protocol Buffers files have changed:

Commit:a250f20
Author:Iori

refactor: replace game_protocol submodule with g1_common - 移除 game_protocol submodule,引入 g1_common submodule (common/) - common/gamedata 迁移到 module/gamedata(保留对 lib 的依赖) - 全仓 import 改名:game_protocol/protocol -> g1_common/protocol (75处) GoOne/common/gamedata -> GoOne/module/gamedata (18处) - common/game_proto: proto 源 + gen_code 脚本 (MODULE 改 g1_common) - common/protocol: 生成的 *.pb.go (package g1_protocol) - common/game_conf: cfgtool 二进制 + xlsx 源表 + run 脚本 + 文档 - common: 新增 gen_proto/gen_xls 一键脚本 + README + go.mod - main.sh: proto game 改指 common/; 新增 xls 子命令; build 新增 cfgtool target - build.sh: 新增 cfgtool target (输出到 common/game_conf/) + GO_BUILD_TAGS 支持 - scripts/proto_goone.sh/.ps1, check_genproto.ps1: 路径改指 common/ - go.mod: replace g1_common => ./common g1_common repo: https://github.com/Iori372552686/g1_common.git

Commit:a18dc65
Author:Iori

perf: opt gen proto

Commit:4d6f9a4
Author:Iori372552686

feat: options add timeout

The documentation is generated from this commit.

Commit:ffc7e63
Author:yuanzhaung

feat: add bootstrap

Commit:4eeb02f
Author:yuanzhaung

perf: opt dir

Commit:bad085d
Author:yuanzhaung

perf: lib dir

Commit:b4e986c
Author:yuanzhaung

feat: add grpc streaming

Commit:1e4c9df
Author:yuanzhaung

perf: opt code

Commit:6902917
Author:yuanzhaung

feat: idl 2

Commit:a9cd8d1
Author:Iori

feat: add reg ws, grpc

Commit:e6a95c0
Author:Iori

feat: gen http dispatch

Commit:acf9c46
Author:Iori

feat: add cmd ,options,wm,http

Commit:2aa0616
Author:Iori

feat: add register

Commit:2fe0536
Author:Iori

update: protoc version

Commit:3678d1d
Author:Iori

feat: gen protoc-goone tools

Commit:6b06657
Author:Iori372552686

feat: change pbsrc

Commit:be85753
Author:Iori372552686

sync: new code lib

Commit:53c1ed2
Author:Iori372552686

feat: update lib ,net ,util ...

Commit:21904af
Author:Iori372552686

sync: add more lib

Commit:0924729
Author:Iori372552686

base base version