feat: 添加 WebSocket、WebRTC 与 Protobuf 支持

This commit is contained in:
TongTongStudio
2026-07-24 12:06:56 +08:00
parent f550ba6c24
commit 7123039b87
15 changed files with 609 additions and 1 deletions

5
generate_proto.sh Executable file
View File

@@ -0,0 +1,5 @@
# 创建存储生成代码的文件夹
mkdir -p lib/generated
# 执行编译(确保前面配置的 PATH 生效,否则会报错找不到插件)
protoc -I=protos --dart_out=lib/generated protos/user.proto