17 lines
321 B
Protocol Buffer
17 lines
321 B
Protocol Buffer
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;
|
|
} |