11 lines
263 B
Protocol Buffer
11 lines
263 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package bilibili.app.distribution.setting.internaldevice;
|
|
|
|
import "bilibili/app/distribution/v1/distribution.proto";
|
|
|
|
//
|
|
message InternalDeviceConfig {
|
|
// 首次启动时间
|
|
bilibili.app.distribution.v1.Int64Value fts = 1;
|
|
} |