add: grpc proto distribution (#646)

This commit is contained in:
陈寒彤
2023-03-29 20:21:48 -06:00
committed by GitHub
parent 65da316b48
commit fcbbdfe125
11 changed files with 434 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
syntax = "proto3";
package bilibili.app.distribution.setting.dynamic;
import "bilibili/app/distribution/v1/distribution.proto";
//
message DynamicAutoPlay {
//
bilibili.app.distribution.v1.Int64Value value = 1;
}
//
message DynamicDeviceConfig {
//
DynamicAutoPlay auto_play = 1;
}