mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +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/vas/garb/model.proto
|
||||
//
|
||||
// Generated from bilibili/vas/garb/model.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;
|
||||
@@ -35,7 +36,14 @@ const ImageGroup$json = {
|
||||
'1': 'ImageGroup',
|
||||
'2': [
|
||||
{'1': 'type', '3': 1, '4': 1, '5': 3, '10': 'type'},
|
||||
{'1': 'effect_visual', '3': 2, '4': 1, '5': 11, '6': '.bilibili.vas.garb.model.ImageGroup.VisualEffect', '10': 'effectVisual'},
|
||||
{
|
||||
'1': 'effect_visual',
|
||||
'3': 2,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.vas.garb.model.ImageGroup.VisualEffect',
|
||||
'10': 'effectVisual'
|
||||
},
|
||||
],
|
||||
'3': [ImageGroup_VisualEffect$json],
|
||||
};
|
||||
@@ -64,9 +72,23 @@ const UserCardBG$json = {
|
||||
{'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
|
||||
{'1': 'image', '3': 3, '4': 1, '5': 9, '10': 'image'},
|
||||
{'1': 'jump_url', '3': 4, '4': 1, '5': 9, '10': 'jumpUrl'},
|
||||
{'1': 'fan', '3': 5, '4': 1, '5': 11, '6': '.bilibili.vas.garb.model.UserFanShow', '10': 'fan'},
|
||||
{
|
||||
'1': 'fan',
|
||||
'3': 5,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.vas.garb.model.UserFanShow',
|
||||
'10': 'fan'
|
||||
},
|
||||
{'1': 'type', '3': 6, '4': 1, '5': 9, '10': 'type'},
|
||||
{'1': 'image_group', '3': 7, '4': 1, '5': 11, '6': '.bilibili.vas.garb.model.ImageGroup', '10': 'imageGroup'},
|
||||
{
|
||||
'1': 'image_group',
|
||||
'3': 7,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.vas.garb.model.ImageGroup',
|
||||
'10': 'imageGroup'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -88,7 +110,14 @@ const UserFanShow$json = {
|
||||
{'1': 'name', '3': 4, '4': 1, '5': 9, '10': 'name'},
|
||||
{'1': 'num_desc', '3': 5, '4': 1, '5': 9, '10': 'numDesc'},
|
||||
{'1': 'num_prefix', '3': 6, '4': 1, '5': 9, '10': 'numPrefix'},
|
||||
{'1': 'color_format', '3': 7, '4': 1, '5': 11, '6': '.bilibili.vas.garb.model.FanNumColorFormat', '10': 'colorFormat'},
|
||||
{
|
||||
'1': 'color_format',
|
||||
'3': 7,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.vas.garb.model.FanNumColorFormat',
|
||||
'10': 'colorFormat'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -110,7 +139,13 @@ const UserPendant$json = {
|
||||
{'1': 'jump_url', '3': 4, '4': 1, '5': 9, '10': 'jumpUrl'},
|
||||
{'1': 'type', '3': 5, '4': 1, '5': 9, '10': 'type'},
|
||||
{'1': 'image_enhance', '3': 6, '4': 1, '5': 9, '10': 'imageEnhance'},
|
||||
{'1': 'image_enhance_frame', '3': 7, '4': 1, '5': 9, '10': 'imageEnhanceFrame'},
|
||||
{
|
||||
'1': 'image_enhance_frame',
|
||||
'3': 7,
|
||||
'4': 1,
|
||||
'5': 9,
|
||||
'10': 'imageEnhanceFrame'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -125,9 +160,30 @@ final $typed_data.Uint8List userPendantDescriptor = $convert.base64Decode(
|
||||
const UserSailing$json = {
|
||||
'1': 'UserSailing',
|
||||
'2': [
|
||||
{'1': 'pendant', '3': 1, '4': 1, '5': 11, '6': '.bilibili.vas.garb.model.UserPendant', '10': 'pendant'},
|
||||
{'1': 'card_bg', '3': 2, '4': 1, '5': 11, '6': '.bilibili.vas.garb.model.UserCardBG', '10': 'cardBg'},
|
||||
{'1': 'card_bg_with_focus', '3': 3, '4': 1, '5': 11, '6': '.bilibili.vas.garb.model.UserCardBG', '10': 'cardBgWithFocus'},
|
||||
{
|
||||
'1': 'pendant',
|
||||
'3': 1,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.vas.garb.model.UserPendant',
|
||||
'10': 'pendant'
|
||||
},
|
||||
{
|
||||
'1': 'card_bg',
|
||||
'3': 2,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.vas.garb.model.UserCardBG',
|
||||
'10': 'cardBg'
|
||||
},
|
||||
{
|
||||
'1': 'card_bg_with_focus',
|
||||
'3': 3,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.vas.garb.model.UserCardBG',
|
||||
'10': 'cardBgWithFocus'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -137,4 +193,3 @@ final $typed_data.Uint8List userSailingDescriptor = $convert.base64Decode(
|
||||
'wuVXNlclBlbmRhbnRSB3BlbmRhbnQSPAoHY2FyZF9iZxgCIAEoCzIjLmJpbGliaWxpLnZhcy5n'
|
||||
'YXJiLm1vZGVsLlVzZXJDYXJkQkdSBmNhcmRCZxJQChJjYXJkX2JnX3dpdGhfZm9jdXMYAyABKA'
|
||||
'syIy5iaWxpYmlsaS52YXMuZ2FyYi5tb2RlbC5Vc2VyQ2FyZEJHUg9jYXJkQmdXaXRoRm9jdXM=');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user