add: grpc proto distribution (#646)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package bilibili.app.distribution.setting.internaldevice;
|
||||
|
||||
import "bilibili/app/distribution/v1/distribution.proto";
|
||||
|
||||
//
|
||||
message InternalDeviceConfig {
|
||||
// 首次启动时间
|
||||
bilibili.app.distribution.v1.Int64Value fts = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user