mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
update proto
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
// This is a generated file - do not edit.
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: bilibili/metadata/device.proto
|
||||
//
|
||||
// Generated from bilibili/metadata/device.proto.
|
||||
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, unused_import
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
@@ -53,8 +54,8 @@ const DeviceType$json = {
|
||||
};
|
||||
|
||||
/// Descriptor for `DeviceType`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deviceTypeDescriptor = $convert.base64Decode(
|
||||
'CgpEZXZpY2VUeXBl');
|
||||
final $typed_data.Uint8List deviceTypeDescriptor =
|
||||
$convert.base64Decode('CgpEZXZpY2VUeXBl');
|
||||
|
||||
@$core.Deprecated('Use mobiAppDescriptor instead')
|
||||
const MobiApp$json = {
|
||||
@@ -62,8 +63,8 @@ const MobiApp$json = {
|
||||
};
|
||||
|
||||
/// Descriptor for `MobiApp`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List mobiAppDescriptor = $convert.base64Decode(
|
||||
'CgdNb2JpQXBw');
|
||||
final $typed_data.Uint8List mobiAppDescriptor =
|
||||
$convert.base64Decode('CgdNb2JpQXBw');
|
||||
|
||||
@$core.Deprecated('Use platformDescriptor instead')
|
||||
const Platform$json = {
|
||||
@@ -71,6 +72,5 @@ const Platform$json = {
|
||||
};
|
||||
|
||||
/// Descriptor for `Platform`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List platformDescriptor = $convert.base64Decode(
|
||||
'CghQbGF0Zm9ybQ==');
|
||||
|
||||
final $typed_data.Uint8List platformDescriptor =
|
||||
$convert.base64Decode('CghQbGF0Zm9ybQ==');
|
||||
|
||||
Reference in New Issue
Block a user