From 6631c407b99f338208a5e65f84f734c5ea41d776 Mon Sep 17 00:00:00 2001 From: lb-chc <69136546+lb-chc@users.noreply.github.com> Date: Mon, 18 Apr 2022 20:28:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9C=A8=E7=BA=BF=E7=BC=96?= =?UTF-8?q?=E8=AF=91protogen=E5=B7=A5=E5=85=B7=E7=9A=84=E9=93=BE=E6=8E=A5,?= =?UTF-8?q?=20=E4=BB=A5=E5=8F=8A=E5=8F=AFpip=E4=B8=80=E9=94=AE=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E7=9A=84python=E7=9A=84protogen=E8=A7=A3=E6=9E=90?= =?UTF-8?q?=E5=BA=93,=20=E4=B8=BA=E4=BD=BF=E7=94=A8=E8=AF=A5=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=8F=90=E4=BE=9B=E6=96=B9=E4=BE=BF=20(#345)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在线编译protogen工具, 无需再安装本地编译器, 引用类库即可,https://protogen.marcgravell.com/ --- danmaku/danmaku_proto.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/danmaku/danmaku_proto.md b/danmaku/danmaku_proto.md index b4b5ff5..3c67ee3 100644 --- a/danmaku/danmaku_proto.md +++ b/danmaku/danmaku_proto.md @@ -39,6 +39,10 @@ porto定义见:[bilibili.community.service.dm.v1.DmSegMobileReply](../grpc_api/bilibili/community/service/dm/v1/dm.proto) +- [protogen.marcgravell](https://protogen.marcgravell.com/): 在线编译protogen工具, 无需再安装本地编译器(生成文件需加后缀‘_pb2.py‘才可使用) + +- [protobuf pip](https://pypi.org/project/protobuf/): 可一键安装的python的protogen解析库 + 消息`DmSegMobileReply`: | 名称 | 类型 | 含义 | 备注 |