karin-plugin-kkk 2.31.1 → 2.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +46 -0
- package/lib/build-metadata.json +5 -5
- package/lib/core_chunk/amagi.d.mts +727 -224
- package/lib/core_chunk/main.js +420 -1090
- package/lib/core_chunk/template.d.mts +448 -631
- package/lib/core_chunk/vendor.js +94568 -167504
- package/lib/karin-plugin-kkk.css +70 -274
- package/package.json +3 -2
|
@@ -1582,11 +1582,11 @@ declare const bv2av: (bvid: string) => number; //#endregion
|
|
|
1582
1582
|
//#region src/types/ReturnDataType/Bilibili/ProtobufDanmaku/ProtobufDanmaku_V0.d.ts
|
|
1583
1583
|
type BiliProtobufDanmaku_V0 = {
|
|
1584
1584
|
code: number;
|
|
1585
|
-
data: DataData$
|
|
1585
|
+
data: DataData$29;
|
|
1586
1586
|
message: string;
|
|
1587
1587
|
[property: string]: any;
|
|
1588
1588
|
};
|
|
1589
|
-
type DataData$
|
|
1589
|
+
type DataData$29 = {
|
|
1590
1590
|
elems: Elem[];
|
|
1591
1591
|
[property: string]: any;
|
|
1592
1592
|
};
|
|
@@ -3295,12 +3295,12 @@ declare const createErrorResponse: (error: APIErrorType, message: string, code?:
|
|
|
3295
3295
|
//#region src/types/ReturnDataType/Bilibili/ArticleCard/ArticleCard_V0.d.ts
|
|
3296
3296
|
type ArticleCard_V0 = {
|
|
3297
3297
|
code: number;
|
|
3298
|
-
data: DataData$
|
|
3298
|
+
data: DataData$28;
|
|
3299
3299
|
message: string;
|
|
3300
3300
|
ttl: number;
|
|
3301
3301
|
[property: string]: any;
|
|
3302
3302
|
};
|
|
3303
|
-
type DataData$
|
|
3303
|
+
type DataData$28 = {
|
|
3304
3304
|
av2: Av2;
|
|
3305
3305
|
cv1: Cv1;
|
|
3306
3306
|
cv2: Cv2;
|
|
@@ -3323,7 +3323,7 @@ type Av2 = {
|
|
|
3323
3323
|
pubdate: number;
|
|
3324
3324
|
rights: Rights$1;
|
|
3325
3325
|
short_link_v2: string;
|
|
3326
|
-
stat: Stat$
|
|
3326
|
+
stat: Stat$4;
|
|
3327
3327
|
state: number;
|
|
3328
3328
|
tid: number;
|
|
3329
3329
|
title: string;
|
|
@@ -3361,7 +3361,7 @@ type Rights$1 = {
|
|
|
3361
3361
|
ugc_pay_preview: number;
|
|
3362
3362
|
[property: string]: any;
|
|
3363
3363
|
};
|
|
3364
|
-
type Stat$
|
|
3364
|
+
type Stat$4 = {
|
|
3365
3365
|
aid: number;
|
|
3366
3366
|
coin: number;
|
|
3367
3367
|
danmaku: number;
|
|
@@ -3422,9 +3422,9 @@ type Cv1Author = {
|
|
|
3422
3422
|
mid: number;
|
|
3423
3423
|
name: string;
|
|
3424
3424
|
nameplate: PurpleNameplate$1;
|
|
3425
|
-
official_verify: PurpleOfficialVerify$
|
|
3426
|
-
pendant: PurplePendant$
|
|
3427
|
-
vip: PurpleVip$
|
|
3425
|
+
official_verify: PurpleOfficialVerify$7;
|
|
3426
|
+
pendant: PurplePendant$7;
|
|
3427
|
+
vip: PurpleVip$7;
|
|
3428
3428
|
[property: string]: any;
|
|
3429
3429
|
};
|
|
3430
3430
|
type PurpleNameplate$1 = {
|
|
@@ -3436,22 +3436,22 @@ type PurpleNameplate$1 = {
|
|
|
3436
3436
|
nid: number;
|
|
3437
3437
|
[property: string]: any;
|
|
3438
3438
|
};
|
|
3439
|
-
type PurpleOfficialVerify$
|
|
3439
|
+
type PurpleOfficialVerify$7 = {
|
|
3440
3440
|
desc: string;
|
|
3441
3441
|
type: number;
|
|
3442
3442
|
[property: string]: any;
|
|
3443
3443
|
};
|
|
3444
|
-
type PurplePendant$
|
|
3444
|
+
type PurplePendant$7 = {
|
|
3445
3445
|
expire: number;
|
|
3446
3446
|
image: string;
|
|
3447
3447
|
name: string;
|
|
3448
3448
|
pid: number;
|
|
3449
3449
|
[property: string]: any;
|
|
3450
3450
|
};
|
|
3451
|
-
type PurpleVip$
|
|
3451
|
+
type PurpleVip$7 = {
|
|
3452
3452
|
avatar_subscript: number;
|
|
3453
3453
|
due_date: number;
|
|
3454
|
-
label: PurpleLabel$
|
|
3454
|
+
label: PurpleLabel$7;
|
|
3455
3455
|
nickname_color: string;
|
|
3456
3456
|
status: number;
|
|
3457
3457
|
theme_type: number;
|
|
@@ -3459,7 +3459,7 @@ type PurpleVip$6 = {
|
|
|
3459
3459
|
vip_pay_type: number;
|
|
3460
3460
|
[property: string]: any;
|
|
3461
3461
|
};
|
|
3462
|
-
type PurpleLabel$
|
|
3462
|
+
type PurpleLabel$7 = {
|
|
3463
3463
|
label_theme: string;
|
|
3464
3464
|
path: string;
|
|
3465
3465
|
text: string;
|
|
@@ -3561,9 +3561,9 @@ type Cv2Author = {
|
|
|
3561
3561
|
mid: number;
|
|
3562
3562
|
name: string;
|
|
3563
3563
|
nameplate: FluffyNameplate$1;
|
|
3564
|
-
official_verify: FluffyOfficialVerify$
|
|
3565
|
-
pendant: FluffyPendant$
|
|
3566
|
-
vip: FluffyVip$
|
|
3564
|
+
official_verify: FluffyOfficialVerify$7;
|
|
3565
|
+
pendant: FluffyPendant$7;
|
|
3566
|
+
vip: FluffyVip$7;
|
|
3567
3567
|
[property: string]: any;
|
|
3568
3568
|
};
|
|
3569
3569
|
type FluffyNameplate$1 = {
|
|
@@ -3575,22 +3575,22 @@ type FluffyNameplate$1 = {
|
|
|
3575
3575
|
nid: number;
|
|
3576
3576
|
[property: string]: any;
|
|
3577
3577
|
};
|
|
3578
|
-
type FluffyOfficialVerify$
|
|
3578
|
+
type FluffyOfficialVerify$7 = {
|
|
3579
3579
|
desc: string;
|
|
3580
3580
|
type: number;
|
|
3581
3581
|
[property: string]: any;
|
|
3582
3582
|
};
|
|
3583
|
-
type FluffyPendant$
|
|
3583
|
+
type FluffyPendant$7 = {
|
|
3584
3584
|
expire: number;
|
|
3585
3585
|
image: string;
|
|
3586
3586
|
name: string;
|
|
3587
3587
|
pid: number;
|
|
3588
3588
|
[property: string]: any;
|
|
3589
3589
|
};
|
|
3590
|
-
type FluffyVip$
|
|
3590
|
+
type FluffyVip$7 = {
|
|
3591
3591
|
avatar_subscript: number;
|
|
3592
3592
|
due_date: number;
|
|
3593
|
-
label: FluffyLabel$
|
|
3593
|
+
label: FluffyLabel$7;
|
|
3594
3594
|
nickname_color: string;
|
|
3595
3595
|
status: number;
|
|
3596
3596
|
theme_type: number;
|
|
@@ -3598,7 +3598,7 @@ type FluffyVip$6 = {
|
|
|
3598
3598
|
vip_pay_type: number;
|
|
3599
3599
|
[property: string]: any;
|
|
3600
3600
|
};
|
|
3601
|
-
type FluffyLabel$
|
|
3601
|
+
type FluffyLabel$7 = {
|
|
3602
3602
|
label_theme: string;
|
|
3603
3603
|
path: string;
|
|
3604
3604
|
text: string;
|
|
@@ -3660,12 +3660,12 @@ type ArticleCard = ArticleCard_V0; //#endregion
|
|
|
3660
3660
|
//#region src/types/ReturnDataType/Bilibili/ArticleContent/ArticleContent.d.ts
|
|
3661
3661
|
type ArticleContent_V0 = {
|
|
3662
3662
|
code: number;
|
|
3663
|
-
data: DataData$
|
|
3663
|
+
data: DataData$27;
|
|
3664
3664
|
message: string;
|
|
3665
3665
|
ttl: number;
|
|
3666
3666
|
[property: string]: any;
|
|
3667
3667
|
};
|
|
3668
|
-
type DataData$
|
|
3668
|
+
type DataData$27 = {
|
|
3669
3669
|
act_id: number;
|
|
3670
3670
|
apply_time: string;
|
|
3671
3671
|
authenMark: null;
|
|
@@ -3878,12 +3878,12 @@ type ArticleContent = ArticleContent_V0; //#endregion
|
|
|
3878
3878
|
//#region src/types/ReturnDataType/Bilibili/ArticleInfo/ArticleInfo_V0.d.ts
|
|
3879
3879
|
type ArticleInfo_V0 = {
|
|
3880
3880
|
code: number;
|
|
3881
|
-
data: DataData$
|
|
3881
|
+
data: DataData$26;
|
|
3882
3882
|
message: string;
|
|
3883
3883
|
ttl: number;
|
|
3884
3884
|
[property: string]: any;
|
|
3885
3885
|
};
|
|
3886
|
-
type DataData$
|
|
3886
|
+
type DataData$26 = {
|
|
3887
3887
|
attention: boolean;
|
|
3888
3888
|
author_name: string;
|
|
3889
3889
|
banner_url: string;
|
|
@@ -4655,12 +4655,12 @@ type BiliEmojiList = BiliEmojiList_V0; //#endregion
|
|
|
4655
4655
|
//#region src/types/ReturnDataType/Bilibili/BiliCommentReply/BiliCommentReply_V0.d.ts
|
|
4656
4656
|
type BiliCommentReply_V0 = {
|
|
4657
4657
|
code: number;
|
|
4658
|
-
data: DataData$
|
|
4658
|
+
data: DataData$25;
|
|
4659
4659
|
message: string;
|
|
4660
4660
|
ttl: number;
|
|
4661
4661
|
[property: string]: any;
|
|
4662
4662
|
};
|
|
4663
|
-
type DataData$
|
|
4663
|
+
type DataData$25 = {
|
|
4664
4664
|
assist: number;
|
|
4665
4665
|
blacklist: number;
|
|
4666
4666
|
callbacks: {
|
|
@@ -5167,12 +5167,12 @@ type BiliBv2AV = BiliBv2AV_V0; //#endregion
|
|
|
5167
5167
|
//#region src/types/ReturnDataType/Bilibili/Captcha/ApplyCaptcha/ApplyCaptcha_V0.d.ts
|
|
5168
5168
|
type ApplyCaptcha_V0 = {
|
|
5169
5169
|
code: number;
|
|
5170
|
-
data: DataData$
|
|
5170
|
+
data: DataData$24;
|
|
5171
5171
|
message: string;
|
|
5172
5172
|
ttl: number;
|
|
5173
5173
|
[property: string]: any;
|
|
5174
5174
|
};
|
|
5175
|
-
type DataData$
|
|
5175
|
+
type DataData$24 = {
|
|
5176
5176
|
biliword: null;
|
|
5177
5177
|
geetest: Geetest;
|
|
5178
5178
|
phone: null;
|
|
@@ -5192,12 +5192,12 @@ type ApplyCaptcha = ApplyCaptcha_V0; //#endregion
|
|
|
5192
5192
|
//#region src/types/ReturnDataType/Bilibili/Captcha/ValidateCaptcha/ValidateCaptcha_V0.d.ts
|
|
5193
5193
|
type ValidateCaptcha_V0 = {
|
|
5194
5194
|
code: number;
|
|
5195
|
-
data: DataData$
|
|
5195
|
+
data: DataData$23;
|
|
5196
5196
|
message: string;
|
|
5197
5197
|
ttl: number;
|
|
5198
5198
|
[property: string]: any;
|
|
5199
5199
|
};
|
|
5200
|
-
type DataData$
|
|
5200
|
+
type DataData$23 = {
|
|
5201
5201
|
grisk_id: string;
|
|
5202
5202
|
is_valid: number;
|
|
5203
5203
|
[property: string]: any;
|
|
@@ -5207,12 +5207,12 @@ type ValidateCaptcha = ValidateCaptcha_V0; //#endregion
|
|
|
5207
5207
|
//#region src/types/ReturnDataType/Bilibili/ColumnInfo/ColumnInfo_V0.d.ts
|
|
5208
5208
|
type ColumnInfo_V0 = {
|
|
5209
5209
|
code: number;
|
|
5210
|
-
data: DataData$
|
|
5210
|
+
data: DataData$22;
|
|
5211
5211
|
message: string;
|
|
5212
5212
|
ttl: number;
|
|
5213
5213
|
[property: string]: any;
|
|
5214
5214
|
};
|
|
5215
|
-
type DataData$
|
|
5215
|
+
type DataData$22 = {
|
|
5216
5216
|
articles: null;
|
|
5217
5217
|
attention: boolean;
|
|
5218
5218
|
author: Author$9;
|
|
@@ -5316,16 +5316,16 @@ type ColumnInfo = ColumnInfo_V0; //#endregion
|
|
|
5316
5316
|
//#region src/types/ReturnDataType/Bilibili/Dynamic/DYNAMIC_TYPE_ARTICLE/DYNAMIC_TYPE_ARTICLE_V0.d.ts
|
|
5317
5317
|
type DynamicTypeArticle_V0 = {
|
|
5318
5318
|
code: number;
|
|
5319
|
-
data: DataData$
|
|
5319
|
+
data: DataData$21;
|
|
5320
5320
|
message: string;
|
|
5321
5321
|
ttl: number;
|
|
5322
5322
|
[property: string]: any;
|
|
5323
5323
|
};
|
|
5324
|
-
type DataData$
|
|
5325
|
-
item: Item$
|
|
5324
|
+
type DataData$21 = {
|
|
5325
|
+
item: Item$16;
|
|
5326
5326
|
[property: string]: any;
|
|
5327
5327
|
};
|
|
5328
|
-
type Item$
|
|
5328
|
+
type Item$16 = {
|
|
5329
5329
|
basic: Basic$4;
|
|
5330
5330
|
id_str: string;
|
|
5331
5331
|
modules: Modules$4;
|
|
@@ -5351,8 +5351,8 @@ type LikeIcon$4 = {
|
|
|
5351
5351
|
type Modules$4 = {
|
|
5352
5352
|
module_author: ModuleAuthor$4;
|
|
5353
5353
|
module_dynamic: ModuleDynamic$4;
|
|
5354
|
-
module_more: ModuleMore$
|
|
5355
|
-
module_stat: ModuleStat$
|
|
5354
|
+
module_more: ModuleMore$10;
|
|
5355
|
+
module_stat: ModuleStat$10;
|
|
5356
5356
|
[property: string]: any;
|
|
5357
5357
|
};
|
|
5358
5358
|
type ModuleAuthor$4 = {
|
|
@@ -5514,11 +5514,11 @@ type Label$7 = {
|
|
|
5514
5514
|
type ModuleDynamic$4 = {
|
|
5515
5515
|
additional: null;
|
|
5516
5516
|
desc: null;
|
|
5517
|
-
major: Major$
|
|
5517
|
+
major: Major$10;
|
|
5518
5518
|
topic: null;
|
|
5519
5519
|
[property: string]: any;
|
|
5520
5520
|
};
|
|
5521
|
-
type Major$
|
|
5521
|
+
type Major$10 = {
|
|
5522
5522
|
opus: Opus$5;
|
|
5523
5523
|
type: string;
|
|
5524
5524
|
[property: string]: any;
|
|
@@ -5542,32 +5542,32 @@ type RichTextNode$5 = {
|
|
|
5542
5542
|
type?: string;
|
|
5543
5543
|
[property: string]: any;
|
|
5544
5544
|
};
|
|
5545
|
-
type ModuleMore$
|
|
5546
|
-
three_point_items: ThreePointItem$
|
|
5545
|
+
type ModuleMore$10 = {
|
|
5546
|
+
three_point_items: ThreePointItem$10[];
|
|
5547
5547
|
[property: string]: any;
|
|
5548
5548
|
};
|
|
5549
|
-
type ThreePointItem$
|
|
5549
|
+
type ThreePointItem$10 = {
|
|
5550
5550
|
label?: string;
|
|
5551
5551
|
type?: string;
|
|
5552
5552
|
[property: string]: any;
|
|
5553
5553
|
};
|
|
5554
|
-
type ModuleStat$
|
|
5555
|
-
comment: Comment$
|
|
5556
|
-
forward: Forward$
|
|
5557
|
-
like: Like$
|
|
5554
|
+
type ModuleStat$10 = {
|
|
5555
|
+
comment: Comment$12;
|
|
5556
|
+
forward: Forward$10;
|
|
5557
|
+
like: Like$11;
|
|
5558
5558
|
[property: string]: any;
|
|
5559
5559
|
};
|
|
5560
|
-
type Comment$
|
|
5560
|
+
type Comment$12 = {
|
|
5561
5561
|
count: number;
|
|
5562
5562
|
forbidden: boolean;
|
|
5563
5563
|
[property: string]: any;
|
|
5564
5564
|
};
|
|
5565
|
-
type Forward$
|
|
5565
|
+
type Forward$10 = {
|
|
5566
5566
|
count: number;
|
|
5567
5567
|
forbidden: boolean;
|
|
5568
5568
|
[property: string]: any;
|
|
5569
5569
|
};
|
|
5570
|
-
type Like$
|
|
5570
|
+
type Like$11 = {
|
|
5571
5571
|
count: number;
|
|
5572
5572
|
forbidden: boolean;
|
|
5573
5573
|
status: boolean;
|
|
@@ -5578,16 +5578,16 @@ type DynamicTypeArticle = DynamicTypeArticle_V0; //#endregion
|
|
|
5578
5578
|
//#region src/types/ReturnDataType/Bilibili/Dynamic/DYNAMIC_TYPE_AV/DYNAMIC_TYPE_AV_V0.d.ts
|
|
5579
5579
|
type DynamicTypeAV_V0$1 = {
|
|
5580
5580
|
code: number;
|
|
5581
|
-
data: DataData$
|
|
5581
|
+
data: DataData$20;
|
|
5582
5582
|
message: string;
|
|
5583
5583
|
ttl: number;
|
|
5584
5584
|
[property: string]: any;
|
|
5585
5585
|
};
|
|
5586
|
-
type DataData$
|
|
5587
|
-
item: Item$
|
|
5586
|
+
type DataData$20 = {
|
|
5587
|
+
item: Item$15;
|
|
5588
5588
|
[property: string]: any;
|
|
5589
5589
|
};
|
|
5590
|
-
type Item$
|
|
5590
|
+
type Item$15 = {
|
|
5591
5591
|
basic: Basic$3;
|
|
5592
5592
|
id_str: string;
|
|
5593
5593
|
modules: Modules$3;
|
|
@@ -5612,8 +5612,8 @@ type LikeIcon$3 = {
|
|
|
5612
5612
|
type Modules$3 = {
|
|
5613
5613
|
module_author: ModuleAuthor$3;
|
|
5614
5614
|
module_dynamic: ModuleDynamic$3;
|
|
5615
|
-
module_more: ModuleMore$
|
|
5616
|
-
module_stat: ModuleStat$
|
|
5615
|
+
module_more: ModuleMore$9;
|
|
5616
|
+
module_stat: ModuleStat$9;
|
|
5617
5617
|
[property: string]: any;
|
|
5618
5618
|
};
|
|
5619
5619
|
type ModuleAuthor$3 = {
|
|
@@ -5775,7 +5775,7 @@ type Label$6 = {
|
|
|
5775
5775
|
type ModuleDynamic$3 = {
|
|
5776
5776
|
additional: null;
|
|
5777
5777
|
desc: Desc$6;
|
|
5778
|
-
major: Major$
|
|
5778
|
+
major: Major$9;
|
|
5779
5779
|
topic: null;
|
|
5780
5780
|
[property: string]: any;
|
|
5781
5781
|
};
|
|
@@ -5790,63 +5790,63 @@ type RichTextNode$4 = {
|
|
|
5790
5790
|
type?: string;
|
|
5791
5791
|
[property: string]: any;
|
|
5792
5792
|
};
|
|
5793
|
-
type Major$
|
|
5794
|
-
archive: Archive$
|
|
5793
|
+
type Major$9 = {
|
|
5794
|
+
archive: Archive$3;
|
|
5795
5795
|
type: string;
|
|
5796
5796
|
[property: string]: any;
|
|
5797
5797
|
};
|
|
5798
|
-
type Archive$
|
|
5798
|
+
type Archive$3 = {
|
|
5799
5799
|
aid: string;
|
|
5800
|
-
badge: Badge$
|
|
5800
|
+
badge: Badge$3;
|
|
5801
5801
|
bvid: string;
|
|
5802
5802
|
cover: string;
|
|
5803
5803
|
desc: string;
|
|
5804
5804
|
disable_preview: number;
|
|
5805
5805
|
duration_text: string;
|
|
5806
5806
|
jump_url: string;
|
|
5807
|
-
stat: Stat$
|
|
5807
|
+
stat: Stat$3;
|
|
5808
5808
|
title: string;
|
|
5809
5809
|
type: number;
|
|
5810
5810
|
[property: string]: any;
|
|
5811
5811
|
};
|
|
5812
|
-
type Badge$
|
|
5812
|
+
type Badge$3 = {
|
|
5813
5813
|
bg_color: string;
|
|
5814
5814
|
color: string;
|
|
5815
5815
|
icon_url: null;
|
|
5816
5816
|
text: string;
|
|
5817
5817
|
[property: string]: any;
|
|
5818
5818
|
};
|
|
5819
|
-
type Stat$
|
|
5819
|
+
type Stat$3 = {
|
|
5820
5820
|
danmaku: string;
|
|
5821
5821
|
play: string;
|
|
5822
5822
|
[property: string]: any;
|
|
5823
5823
|
};
|
|
5824
|
-
type ModuleMore$
|
|
5825
|
-
three_point_items: ThreePointItem$
|
|
5824
|
+
type ModuleMore$9 = {
|
|
5825
|
+
three_point_items: ThreePointItem$9[];
|
|
5826
5826
|
[property: string]: any;
|
|
5827
5827
|
};
|
|
5828
|
-
type ThreePointItem$
|
|
5828
|
+
type ThreePointItem$9 = {
|
|
5829
5829
|
label?: string;
|
|
5830
5830
|
type?: string;
|
|
5831
5831
|
[property: string]: any;
|
|
5832
5832
|
};
|
|
5833
|
-
type ModuleStat$
|
|
5834
|
-
comment: Comment$
|
|
5835
|
-
forward: Forward$
|
|
5836
|
-
like: Like$
|
|
5833
|
+
type ModuleStat$9 = {
|
|
5834
|
+
comment: Comment$11;
|
|
5835
|
+
forward: Forward$9;
|
|
5836
|
+
like: Like$10;
|
|
5837
5837
|
[property: string]: any;
|
|
5838
5838
|
};
|
|
5839
|
-
type Comment$
|
|
5839
|
+
type Comment$11 = {
|
|
5840
5840
|
count: number;
|
|
5841
5841
|
forbidden: boolean;
|
|
5842
5842
|
[property: string]: any;
|
|
5843
5843
|
};
|
|
5844
|
-
type Forward$
|
|
5844
|
+
type Forward$9 = {
|
|
5845
5845
|
count: number;
|
|
5846
5846
|
forbidden: boolean;
|
|
5847
5847
|
[property: string]: any;
|
|
5848
5848
|
};
|
|
5849
|
-
type Like$
|
|
5849
|
+
type Like$10 = {
|
|
5850
5850
|
count: number;
|
|
5851
5851
|
forbidden: boolean;
|
|
5852
5852
|
status: boolean;
|
|
@@ -5857,16 +5857,16 @@ type DynamicTypeAV = DynamicTypeAV_V0$1; //#endregion
|
|
|
5857
5857
|
//#region src/types/ReturnDataType/Bilibili/Dynamic/DYNAMIC_TYPE_DRAW/DYNAMIC_TYPE_DRAW_V0.d.ts
|
|
5858
5858
|
type DynamicTypeDraw_V0$1 = {
|
|
5859
5859
|
code: number;
|
|
5860
|
-
data: DataData$
|
|
5860
|
+
data: DataData$19;
|
|
5861
5861
|
message: string;
|
|
5862
5862
|
ttl: number;
|
|
5863
5863
|
[property: string]: any;
|
|
5864
5864
|
};
|
|
5865
|
-
type DataData$
|
|
5866
|
-
item: Item$
|
|
5865
|
+
type DataData$19 = {
|
|
5866
|
+
item: Item$14;
|
|
5867
5867
|
[property: string]: any;
|
|
5868
5868
|
};
|
|
5869
|
-
type Item$
|
|
5869
|
+
type Item$14 = {
|
|
5870
5870
|
basic: Basic$2;
|
|
5871
5871
|
id_str: string;
|
|
5872
5872
|
modules: Modules$2;
|
|
@@ -5892,13 +5892,13 @@ type LikeIcon$2 = {
|
|
|
5892
5892
|
type Modules$2 = {
|
|
5893
5893
|
module_author: ModuleAuthor$2;
|
|
5894
5894
|
module_dynamic: ModuleDynamic$2;
|
|
5895
|
-
module_more: ModuleMore$
|
|
5896
|
-
module_stat: ModuleStat$
|
|
5895
|
+
module_more: ModuleMore$8;
|
|
5896
|
+
module_stat: ModuleStat$8;
|
|
5897
5897
|
[property: string]: any;
|
|
5898
5898
|
};
|
|
5899
5899
|
type ModuleAuthor$2 = {
|
|
5900
5900
|
avatar: Avatar$3;
|
|
5901
|
-
decoration_card: DecorationCard$
|
|
5901
|
+
decoration_card: DecorationCard$7;
|
|
5902
5902
|
face: string;
|
|
5903
5903
|
face_nft: boolean;
|
|
5904
5904
|
following: null;
|
|
@@ -6015,7 +6015,7 @@ type Remote$2 = {
|
|
|
6015
6015
|
url: string;
|
|
6016
6016
|
[property: string]: any;
|
|
6017
6017
|
};
|
|
6018
|
-
type DecorationCard$
|
|
6018
|
+
type DecorationCard$7 = {
|
|
6019
6019
|
big_card_url: string;
|
|
6020
6020
|
card_type: number;
|
|
6021
6021
|
card_type_name: string;
|
|
@@ -6088,7 +6088,7 @@ type Label$5 = {
|
|
|
6088
6088
|
type ModuleDynamic$2 = {
|
|
6089
6089
|
additional: Additional$3;
|
|
6090
6090
|
desc: null;
|
|
6091
|
-
major: Major$
|
|
6091
|
+
major: Major$8;
|
|
6092
6092
|
topic: Topic$4;
|
|
6093
6093
|
[property: string]: any;
|
|
6094
6094
|
};
|
|
@@ -6140,7 +6140,7 @@ type Desc2$1 = {
|
|
|
6140
6140
|
visible: boolean;
|
|
6141
6141
|
[property: string]: any;
|
|
6142
6142
|
};
|
|
6143
|
-
type Major$
|
|
6143
|
+
type Major$8 = {
|
|
6144
6144
|
opus: Opus$4;
|
|
6145
6145
|
type: string;
|
|
6146
6146
|
[property: string]: any;
|
|
@@ -6179,32 +6179,32 @@ type Topic$4 = {
|
|
|
6179
6179
|
name: string;
|
|
6180
6180
|
[property: string]: any;
|
|
6181
6181
|
};
|
|
6182
|
-
type ModuleMore$
|
|
6183
|
-
three_point_items: ThreePointItem$
|
|
6182
|
+
type ModuleMore$8 = {
|
|
6183
|
+
three_point_items: ThreePointItem$8[];
|
|
6184
6184
|
[property: string]: any;
|
|
6185
6185
|
};
|
|
6186
|
-
type ThreePointItem$
|
|
6186
|
+
type ThreePointItem$8 = {
|
|
6187
6187
|
label?: string;
|
|
6188
6188
|
type?: string;
|
|
6189
6189
|
[property: string]: any;
|
|
6190
6190
|
};
|
|
6191
|
-
type ModuleStat$
|
|
6192
|
-
comment: Comment$
|
|
6193
|
-
forward: Forward$
|
|
6194
|
-
like: Like$
|
|
6191
|
+
type ModuleStat$8 = {
|
|
6192
|
+
comment: Comment$10;
|
|
6193
|
+
forward: Forward$8;
|
|
6194
|
+
like: Like$9;
|
|
6195
6195
|
[property: string]: any;
|
|
6196
6196
|
};
|
|
6197
|
-
type Comment$
|
|
6197
|
+
type Comment$10 = {
|
|
6198
6198
|
count: number;
|
|
6199
6199
|
forbidden: boolean;
|
|
6200
6200
|
[property: string]: any;
|
|
6201
6201
|
};
|
|
6202
|
-
type Forward$
|
|
6202
|
+
type Forward$8 = {
|
|
6203
6203
|
count: number;
|
|
6204
6204
|
forbidden: boolean;
|
|
6205
6205
|
[property: string]: any;
|
|
6206
6206
|
};
|
|
6207
|
-
type Like$
|
|
6207
|
+
type Like$9 = {
|
|
6208
6208
|
count: number;
|
|
6209
6209
|
forbidden: boolean;
|
|
6210
6210
|
status: boolean;
|
|
@@ -6215,48 +6215,48 @@ type DynamicTypeDraw = DynamicTypeDraw_V0$1; //#endregion
|
|
|
6215
6215
|
//#region src/types/ReturnDataType/Bilibili/Dynamic/DYNAMIC_TYPE_FORWARD/Forward/DYNAMIC_TYPE_AV/DYNAMIC_TYPE_AV_V0.d.ts
|
|
6216
6216
|
type DynamicTypeAV_V0 = {
|
|
6217
6217
|
code: number;
|
|
6218
|
-
data: DataData$
|
|
6218
|
+
data: DataData$18;
|
|
6219
6219
|
message: string;
|
|
6220
6220
|
ttl: number;
|
|
6221
6221
|
[property: string]: any;
|
|
6222
6222
|
};
|
|
6223
|
-
type DataData$
|
|
6224
|
-
item: Item$
|
|
6223
|
+
type DataData$18 = {
|
|
6224
|
+
item: Item$13;
|
|
6225
6225
|
[property: string]: any;
|
|
6226
6226
|
};
|
|
6227
|
-
type Item$
|
|
6228
|
-
basic: ItemBasic$
|
|
6227
|
+
type Item$13 = {
|
|
6228
|
+
basic: ItemBasic$6;
|
|
6229
6229
|
id_str: string;
|
|
6230
|
-
modules: ItemModules$
|
|
6231
|
-
orig: Orig$
|
|
6230
|
+
modules: ItemModules$6;
|
|
6231
|
+
orig: Orig$5;
|
|
6232
6232
|
type: DynamicType.AV;
|
|
6233
6233
|
visible: boolean;
|
|
6234
6234
|
[property: string]: any;
|
|
6235
6235
|
};
|
|
6236
|
-
type ItemBasic$
|
|
6236
|
+
type ItemBasic$6 = {
|
|
6237
6237
|
comment_id_str: string;
|
|
6238
6238
|
comment_type: number;
|
|
6239
6239
|
editable: boolean;
|
|
6240
|
-
like_icon: PurpleLikeIcon$
|
|
6240
|
+
like_icon: PurpleLikeIcon$5;
|
|
6241
6241
|
rid_str: string;
|
|
6242
6242
|
[property: string]: any;
|
|
6243
6243
|
};
|
|
6244
|
-
type PurpleLikeIcon$
|
|
6244
|
+
type PurpleLikeIcon$5 = {
|
|
6245
6245
|
action_url: string;
|
|
6246
6246
|
end_url: string;
|
|
6247
6247
|
id: number;
|
|
6248
6248
|
start_url: string;
|
|
6249
6249
|
[property: string]: any;
|
|
6250
6250
|
};
|
|
6251
|
-
type ItemModules$
|
|
6252
|
-
module_author: PurpleModuleAuthor$
|
|
6253
|
-
module_dynamic: PurpleModuleDynamic$
|
|
6254
|
-
module_more: ModuleMore$
|
|
6255
|
-
module_stat: ModuleStat$
|
|
6251
|
+
type ItemModules$6 = {
|
|
6252
|
+
module_author: PurpleModuleAuthor$5;
|
|
6253
|
+
module_dynamic: PurpleModuleDynamic$5;
|
|
6254
|
+
module_more: ModuleMore$7;
|
|
6255
|
+
module_stat: ModuleStat$7;
|
|
6256
6256
|
[property: string]: any;
|
|
6257
6257
|
};
|
|
6258
|
-
type PurpleModuleAuthor$
|
|
6259
|
-
avatar: PurpleAvatar$
|
|
6258
|
+
type PurpleModuleAuthor$5 = {
|
|
6259
|
+
avatar: PurpleAvatar$5;
|
|
6260
6260
|
face: string;
|
|
6261
6261
|
face_nft: boolean;
|
|
6262
6262
|
following: null;
|
|
@@ -6264,118 +6264,118 @@ type PurpleModuleAuthor$4 = {
|
|
|
6264
6264
|
label: string;
|
|
6265
6265
|
mid: number;
|
|
6266
6266
|
name: string;
|
|
6267
|
-
official_verify: PurpleOfficialVerify$
|
|
6268
|
-
pendant: PurplePendant$
|
|
6267
|
+
official_verify: PurpleOfficialVerify$6;
|
|
6268
|
+
pendant: PurplePendant$6;
|
|
6269
6269
|
pub_action: string;
|
|
6270
6270
|
pub_location_text: string;
|
|
6271
6271
|
pub_time: string;
|
|
6272
6272
|
pub_ts: number;
|
|
6273
6273
|
type: string;
|
|
6274
|
-
vip: PurpleVip$
|
|
6274
|
+
vip: PurpleVip$6;
|
|
6275
6275
|
[property: string]: any;
|
|
6276
6276
|
};
|
|
6277
|
-
type PurpleAvatar$
|
|
6278
|
-
container_size: PurpleContainerSize$
|
|
6279
|
-
fallback_layers: PurpleFallbackLayers$
|
|
6277
|
+
type PurpleAvatar$5 = {
|
|
6278
|
+
container_size: PurpleContainerSize$6;
|
|
6279
|
+
fallback_layers: PurpleFallbackLayers$6;
|
|
6280
6280
|
mid: string;
|
|
6281
6281
|
[property: string]: any;
|
|
6282
6282
|
};
|
|
6283
|
-
type PurpleContainerSize$
|
|
6283
|
+
type PurpleContainerSize$6 = {
|
|
6284
6284
|
height: number;
|
|
6285
6285
|
width: number;
|
|
6286
6286
|
[property: string]: any;
|
|
6287
6287
|
};
|
|
6288
|
-
type PurpleFallbackLayers$
|
|
6288
|
+
type PurpleFallbackLayers$6 = {
|
|
6289
6289
|
is_critical_group: boolean;
|
|
6290
|
-
layers: PurpleLayer$
|
|
6290
|
+
layers: PurpleLayer$6[];
|
|
6291
6291
|
[property: string]: any;
|
|
6292
6292
|
};
|
|
6293
|
-
type PurpleLayer$
|
|
6294
|
-
general_spec: PurpleGeneralSpec$
|
|
6295
|
-
layer_config: PurpleLayerConfig$
|
|
6296
|
-
resource: PurpleResource$
|
|
6293
|
+
type PurpleLayer$6 = {
|
|
6294
|
+
general_spec: PurpleGeneralSpec$6;
|
|
6295
|
+
layer_config: PurpleLayerConfig$6;
|
|
6296
|
+
resource: PurpleResource$6;
|
|
6297
6297
|
visible: boolean;
|
|
6298
6298
|
[property: string]: any;
|
|
6299
6299
|
};
|
|
6300
|
-
type PurpleGeneralSpec$
|
|
6301
|
-
pos_spec: PurplePosSpec$
|
|
6302
|
-
render_spec: PurpleRenderSpec$
|
|
6303
|
-
size_spec: PurpleSizeSpec$
|
|
6300
|
+
type PurpleGeneralSpec$6 = {
|
|
6301
|
+
pos_spec: PurplePosSpec$6;
|
|
6302
|
+
render_spec: PurpleRenderSpec$6;
|
|
6303
|
+
size_spec: PurpleSizeSpec$6;
|
|
6304
6304
|
[property: string]: any;
|
|
6305
6305
|
};
|
|
6306
|
-
type PurplePosSpec$
|
|
6306
|
+
type PurplePosSpec$6 = {
|
|
6307
6307
|
axis_x: number;
|
|
6308
6308
|
axis_y: number;
|
|
6309
6309
|
coordinate_pos: number;
|
|
6310
6310
|
[property: string]: any;
|
|
6311
6311
|
};
|
|
6312
|
-
type PurpleRenderSpec$
|
|
6312
|
+
type PurpleRenderSpec$6 = {
|
|
6313
6313
|
opacity: number;
|
|
6314
6314
|
[property: string]: any;
|
|
6315
6315
|
};
|
|
6316
|
-
type PurpleSizeSpec$
|
|
6316
|
+
type PurpleSizeSpec$6 = {
|
|
6317
6317
|
height: number;
|
|
6318
6318
|
width: number;
|
|
6319
6319
|
[property: string]: any;
|
|
6320
6320
|
};
|
|
6321
|
-
type PurpleLayerConfig$
|
|
6321
|
+
type PurpleLayerConfig$6 = {
|
|
6322
6322
|
is_critical?: boolean;
|
|
6323
|
-
tags: PurpleTags$
|
|
6323
|
+
tags: PurpleTags$6;
|
|
6324
6324
|
[property: string]: any;
|
|
6325
6325
|
};
|
|
6326
|
-
type PurpleTags$
|
|
6326
|
+
type PurpleTags$6 = {
|
|
6327
6327
|
AVATAR_LAYER?: {
|
|
6328
6328
|
[key: string]: any;
|
|
6329
6329
|
};
|
|
6330
|
-
GENERAL_CFG: PurpleGENERALCFG$
|
|
6330
|
+
GENERAL_CFG: PurpleGENERALCFG$6;
|
|
6331
6331
|
ICON_LAYER: {
|
|
6332
6332
|
[key: string]: any;
|
|
6333
6333
|
};
|
|
6334
6334
|
[property: string]: any;
|
|
6335
6335
|
};
|
|
6336
|
-
type PurpleGENERALCFG$
|
|
6336
|
+
type PurpleGENERALCFG$6 = {
|
|
6337
6337
|
config_type: number;
|
|
6338
|
-
general_config: PurpleGeneralConfig$
|
|
6338
|
+
general_config: PurpleGeneralConfig$6;
|
|
6339
6339
|
[property: string]: any;
|
|
6340
6340
|
};
|
|
6341
|
-
type PurpleGeneralConfig$
|
|
6342
|
-
web_css_style: PurpleWebcssStyle$
|
|
6341
|
+
type PurpleGeneralConfig$6 = {
|
|
6342
|
+
web_css_style: PurpleWebcssStyle$6;
|
|
6343
6343
|
[property: string]: any;
|
|
6344
6344
|
};
|
|
6345
|
-
type PurpleWebcssStyle$
|
|
6345
|
+
type PurpleWebcssStyle$6 = {
|
|
6346
6346
|
'background-color': string;
|
|
6347
6347
|
border: string;
|
|
6348
6348
|
borderRadius: string;
|
|
6349
6349
|
boxSizing: string;
|
|
6350
6350
|
[property: string]: any;
|
|
6351
6351
|
};
|
|
6352
|
-
type PurpleResource$
|
|
6353
|
-
res_image: PurpleResImage$
|
|
6352
|
+
type PurpleResource$6 = {
|
|
6353
|
+
res_image: PurpleResImage$6;
|
|
6354
6354
|
res_type: number;
|
|
6355
6355
|
[property: string]: any;
|
|
6356
6356
|
};
|
|
6357
|
-
type PurpleResImage$
|
|
6358
|
-
image_src: PurpleImageSrc$
|
|
6357
|
+
type PurpleResImage$6 = {
|
|
6358
|
+
image_src: PurpleImageSrc$6;
|
|
6359
6359
|
[property: string]: any;
|
|
6360
6360
|
};
|
|
6361
|
-
type PurpleImageSrc$
|
|
6361
|
+
type PurpleImageSrc$6 = {
|
|
6362
6362
|
local: number;
|
|
6363
6363
|
placeholder?: number;
|
|
6364
|
-
remote?: PurpleRemote$
|
|
6364
|
+
remote?: PurpleRemote$6;
|
|
6365
6365
|
src_type: number;
|
|
6366
6366
|
[property: string]: any;
|
|
6367
6367
|
};
|
|
6368
|
-
type PurpleRemote$
|
|
6368
|
+
type PurpleRemote$6 = {
|
|
6369
6369
|
bfs_style: string;
|
|
6370
6370
|
url: string;
|
|
6371
6371
|
[property: string]: any;
|
|
6372
6372
|
};
|
|
6373
|
-
type PurpleOfficialVerify$
|
|
6373
|
+
type PurpleOfficialVerify$6 = {
|
|
6374
6374
|
desc: string;
|
|
6375
6375
|
type: number;
|
|
6376
6376
|
[property: string]: any;
|
|
6377
6377
|
};
|
|
6378
|
-
type PurplePendant$
|
|
6378
|
+
type PurplePendant$6 = {
|
|
6379
6379
|
expire: number;
|
|
6380
6380
|
image: string;
|
|
6381
6381
|
image_enhance: string;
|
|
@@ -6385,18 +6385,18 @@ type PurplePendant$5 = {
|
|
|
6385
6385
|
pid: number;
|
|
6386
6386
|
[property: string]: any;
|
|
6387
6387
|
};
|
|
6388
|
-
type PurpleVip$
|
|
6388
|
+
type PurpleVip$6 = {
|
|
6389
6389
|
avatar_subscript: number;
|
|
6390
6390
|
avatar_subscript_url: string;
|
|
6391
6391
|
due_date: number;
|
|
6392
|
-
label: PurpleLabel$
|
|
6392
|
+
label: PurpleLabel$6;
|
|
6393
6393
|
nickname_color: string;
|
|
6394
6394
|
status: number;
|
|
6395
6395
|
theme_type: number;
|
|
6396
6396
|
type: number;
|
|
6397
6397
|
[property: string]: any;
|
|
6398
6398
|
};
|
|
6399
|
-
type PurpleLabel$
|
|
6399
|
+
type PurpleLabel$6 = {
|
|
6400
6400
|
bg_color: string;
|
|
6401
6401
|
bg_style: number;
|
|
6402
6402
|
border_color: string;
|
|
@@ -6411,7 +6411,7 @@ type PurpleLabel$5 = {
|
|
|
6411
6411
|
use_img_label: boolean;
|
|
6412
6412
|
[property: string]: any;
|
|
6413
6413
|
};
|
|
6414
|
-
type PurpleModuleDynamic$
|
|
6414
|
+
type PurpleModuleDynamic$5 = {
|
|
6415
6415
|
additional: null;
|
|
6416
6416
|
desc: Desc$5;
|
|
6417
6417
|
major: null;
|
|
@@ -6424,14 +6424,14 @@ type Desc$5 = {
|
|
|
6424
6424
|
[property: string]: any;
|
|
6425
6425
|
};
|
|
6426
6426
|
type RichTextNode$2 = {
|
|
6427
|
-
emoji?: Emoji$
|
|
6427
|
+
emoji?: Emoji$5;
|
|
6428
6428
|
orig_text: string;
|
|
6429
6429
|
rid?: string;
|
|
6430
6430
|
text: string;
|
|
6431
6431
|
type: string;
|
|
6432
6432
|
[property: string]: any;
|
|
6433
6433
|
};
|
|
6434
|
-
type Emoji$
|
|
6434
|
+
type Emoji$5 = {
|
|
6435
6435
|
icon_url: string;
|
|
6436
6436
|
size: number;
|
|
6437
6437
|
text: string;
|
|
@@ -6444,11 +6444,11 @@ type Topic$3 = {
|
|
|
6444
6444
|
name: string;
|
|
6445
6445
|
[property: string]: any;
|
|
6446
6446
|
};
|
|
6447
|
-
type ModuleMore$
|
|
6448
|
-
three_point_items: ThreePointItem$
|
|
6447
|
+
type ModuleMore$7 = {
|
|
6448
|
+
three_point_items: ThreePointItem$7[];
|
|
6449
6449
|
[property: string]: any;
|
|
6450
6450
|
};
|
|
6451
|
-
type ThreePointItem$
|
|
6451
|
+
type ThreePointItem$7 = {
|
|
6452
6452
|
label: string;
|
|
6453
6453
|
modal?: Modal$3;
|
|
6454
6454
|
params: Params$3;
|
|
@@ -6471,58 +6471,58 @@ type Params$3 = {
|
|
|
6471
6471
|
type?: number;
|
|
6472
6472
|
[property: string]: any;
|
|
6473
6473
|
};
|
|
6474
|
-
type ModuleStat$
|
|
6475
|
-
comment: Comment$
|
|
6476
|
-
forward: Forward$
|
|
6477
|
-
like: Like$
|
|
6474
|
+
type ModuleStat$7 = {
|
|
6475
|
+
comment: Comment$9;
|
|
6476
|
+
forward: Forward$7;
|
|
6477
|
+
like: Like$8;
|
|
6478
6478
|
[property: string]: any;
|
|
6479
6479
|
};
|
|
6480
|
-
type Comment$
|
|
6480
|
+
type Comment$9 = {
|
|
6481
6481
|
count: number;
|
|
6482
6482
|
forbidden: boolean;
|
|
6483
6483
|
[property: string]: any;
|
|
6484
6484
|
};
|
|
6485
|
-
type Forward$
|
|
6485
|
+
type Forward$7 = {
|
|
6486
6486
|
count: number;
|
|
6487
6487
|
forbidden: boolean;
|
|
6488
6488
|
[property: string]: any;
|
|
6489
6489
|
};
|
|
6490
|
-
type Like$
|
|
6490
|
+
type Like$8 = {
|
|
6491
6491
|
count: number;
|
|
6492
6492
|
forbidden: boolean;
|
|
6493
6493
|
status: boolean;
|
|
6494
6494
|
[property: string]: any;
|
|
6495
6495
|
};
|
|
6496
|
-
type Orig$
|
|
6497
|
-
basic: OrigBasic$
|
|
6496
|
+
type Orig$5 = {
|
|
6497
|
+
basic: OrigBasic$5;
|
|
6498
6498
|
id_str: string;
|
|
6499
|
-
modules: OrigModules$
|
|
6499
|
+
modules: OrigModules$5;
|
|
6500
6500
|
type: string;
|
|
6501
6501
|
visible: boolean;
|
|
6502
6502
|
[property: string]: any;
|
|
6503
6503
|
};
|
|
6504
|
-
type OrigBasic$
|
|
6504
|
+
type OrigBasic$5 = {
|
|
6505
6505
|
comment_id_str: string;
|
|
6506
6506
|
comment_type: number;
|
|
6507
|
-
like_icon: FluffyLikeIcon$
|
|
6507
|
+
like_icon: FluffyLikeIcon$5;
|
|
6508
6508
|
rid_str: string;
|
|
6509
6509
|
[property: string]: any;
|
|
6510
6510
|
};
|
|
6511
|
-
type FluffyLikeIcon$
|
|
6511
|
+
type FluffyLikeIcon$5 = {
|
|
6512
6512
|
action_url: string;
|
|
6513
6513
|
end_url: string;
|
|
6514
6514
|
id: number;
|
|
6515
6515
|
start_url: string;
|
|
6516
6516
|
[property: string]: any;
|
|
6517
6517
|
};
|
|
6518
|
-
type OrigModules$
|
|
6519
|
-
module_author: FluffyModuleAuthor$
|
|
6520
|
-
module_dynamic: FluffyModuleDynamic$
|
|
6518
|
+
type OrigModules$5 = {
|
|
6519
|
+
module_author: FluffyModuleAuthor$5;
|
|
6520
|
+
module_dynamic: FluffyModuleDynamic$5;
|
|
6521
6521
|
[property: string]: any;
|
|
6522
6522
|
};
|
|
6523
|
-
type FluffyModuleAuthor$
|
|
6524
|
-
avatar: FluffyAvatar$
|
|
6525
|
-
decoration_card: DecorationCard$
|
|
6523
|
+
type FluffyModuleAuthor$5 = {
|
|
6524
|
+
avatar: FluffyAvatar$5;
|
|
6525
|
+
decoration_card: DecorationCard$6;
|
|
6526
6526
|
face: string;
|
|
6527
6527
|
face_nft: boolean;
|
|
6528
6528
|
following: null;
|
|
@@ -6530,69 +6530,69 @@ type FluffyModuleAuthor$4 = {
|
|
|
6530
6530
|
label: string;
|
|
6531
6531
|
mid: number;
|
|
6532
6532
|
name: string;
|
|
6533
|
-
official_verify: FluffyOfficialVerify$
|
|
6534
|
-
pendant: FluffyPendant$
|
|
6533
|
+
official_verify: FluffyOfficialVerify$6;
|
|
6534
|
+
pendant: FluffyPendant$6;
|
|
6535
6535
|
pub_action: string;
|
|
6536
6536
|
pub_time: string;
|
|
6537
6537
|
pub_ts: number;
|
|
6538
6538
|
type: string;
|
|
6539
|
-
vip: FluffyVip$
|
|
6539
|
+
vip: FluffyVip$6;
|
|
6540
6540
|
[property: string]: any;
|
|
6541
6541
|
};
|
|
6542
|
-
type FluffyAvatar$
|
|
6543
|
-
container_size: FluffyContainerSize$
|
|
6544
|
-
fallback_layers: FluffyFallbackLayers$
|
|
6542
|
+
type FluffyAvatar$5 = {
|
|
6543
|
+
container_size: FluffyContainerSize$6;
|
|
6544
|
+
fallback_layers: FluffyFallbackLayers$6;
|
|
6545
6545
|
mid: string;
|
|
6546
6546
|
[property: string]: any;
|
|
6547
6547
|
};
|
|
6548
|
-
type FluffyContainerSize$
|
|
6548
|
+
type FluffyContainerSize$6 = {
|
|
6549
6549
|
height: number;
|
|
6550
6550
|
width: number;
|
|
6551
6551
|
[property: string]: any;
|
|
6552
6552
|
};
|
|
6553
|
-
type FluffyFallbackLayers$
|
|
6553
|
+
type FluffyFallbackLayers$6 = {
|
|
6554
6554
|
is_critical_group: boolean;
|
|
6555
|
-
layers: FluffyLayer$
|
|
6555
|
+
layers: FluffyLayer$6[];
|
|
6556
6556
|
[property: string]: any;
|
|
6557
6557
|
};
|
|
6558
|
-
type FluffyLayer$
|
|
6559
|
-
general_spec: FluffyGeneralSpec$
|
|
6560
|
-
layer_config: FluffyLayerConfig$
|
|
6561
|
-
resource: FluffyResource$
|
|
6558
|
+
type FluffyLayer$6 = {
|
|
6559
|
+
general_spec: FluffyGeneralSpec$6;
|
|
6560
|
+
layer_config: FluffyLayerConfig$6;
|
|
6561
|
+
resource: FluffyResource$6;
|
|
6562
6562
|
visible: boolean;
|
|
6563
6563
|
[property: string]: any;
|
|
6564
6564
|
};
|
|
6565
|
-
type FluffyGeneralSpec$
|
|
6566
|
-
pos_spec: FluffyPosSpec$
|
|
6567
|
-
render_spec: FluffyRenderSpec$
|
|
6568
|
-
size_spec: FluffySizeSpec$
|
|
6565
|
+
type FluffyGeneralSpec$6 = {
|
|
6566
|
+
pos_spec: FluffyPosSpec$6;
|
|
6567
|
+
render_spec: FluffyRenderSpec$6;
|
|
6568
|
+
size_spec: FluffySizeSpec$6;
|
|
6569
6569
|
[property: string]: any;
|
|
6570
6570
|
};
|
|
6571
|
-
type FluffyPosSpec$
|
|
6571
|
+
type FluffyPosSpec$6 = {
|
|
6572
6572
|
axis_x: number;
|
|
6573
6573
|
axis_y: number;
|
|
6574
6574
|
coordinate_pos: number;
|
|
6575
6575
|
[property: string]: any;
|
|
6576
6576
|
};
|
|
6577
|
-
type FluffyRenderSpec$
|
|
6577
|
+
type FluffyRenderSpec$6 = {
|
|
6578
6578
|
opacity: number;
|
|
6579
6579
|
[property: string]: any;
|
|
6580
6580
|
};
|
|
6581
|
-
type FluffySizeSpec$
|
|
6581
|
+
type FluffySizeSpec$6 = {
|
|
6582
6582
|
height: number;
|
|
6583
6583
|
width: number;
|
|
6584
6584
|
[property: string]: any;
|
|
6585
6585
|
};
|
|
6586
|
-
type FluffyLayerConfig$
|
|
6586
|
+
type FluffyLayerConfig$6 = {
|
|
6587
6587
|
is_critical?: boolean;
|
|
6588
|
-
tags: FluffyTags$
|
|
6588
|
+
tags: FluffyTags$6;
|
|
6589
6589
|
[property: string]: any;
|
|
6590
6590
|
};
|
|
6591
|
-
type FluffyTags$
|
|
6591
|
+
type FluffyTags$6 = {
|
|
6592
6592
|
AVATAR_LAYER?: {
|
|
6593
6593
|
[key: string]: any;
|
|
6594
6594
|
};
|
|
6595
|
-
GENERAL_CFG: FluffyGENERALCFG$
|
|
6595
|
+
GENERAL_CFG: FluffyGENERALCFG$6;
|
|
6596
6596
|
ICON_LAYER: {
|
|
6597
6597
|
[key: string]: any;
|
|
6598
6598
|
};
|
|
@@ -6601,44 +6601,44 @@ type FluffyTags$5 = {
|
|
|
6601
6601
|
};
|
|
6602
6602
|
[property: string]: any;
|
|
6603
6603
|
};
|
|
6604
|
-
type FluffyGENERALCFG$
|
|
6604
|
+
type FluffyGENERALCFG$6 = {
|
|
6605
6605
|
config_type: number;
|
|
6606
|
-
general_config: FluffyGeneralConfig$
|
|
6606
|
+
general_config: FluffyGeneralConfig$6;
|
|
6607
6607
|
[property: string]: any;
|
|
6608
6608
|
};
|
|
6609
|
-
type FluffyGeneralConfig$
|
|
6610
|
-
web_css_style: FluffyWebcssStyle$
|
|
6609
|
+
type FluffyGeneralConfig$6 = {
|
|
6610
|
+
web_css_style: FluffyWebcssStyle$6;
|
|
6611
6611
|
[property: string]: any;
|
|
6612
6612
|
};
|
|
6613
|
-
type FluffyWebcssStyle$
|
|
6613
|
+
type FluffyWebcssStyle$6 = {
|
|
6614
6614
|
'background-color': string;
|
|
6615
6615
|
border: string;
|
|
6616
6616
|
borderRadius: string;
|
|
6617
6617
|
boxSizing: string;
|
|
6618
6618
|
[property: string]: any;
|
|
6619
6619
|
};
|
|
6620
|
-
type FluffyResource$
|
|
6621
|
-
res_image: FluffyResImage$
|
|
6620
|
+
type FluffyResource$6 = {
|
|
6621
|
+
res_image: FluffyResImage$6;
|
|
6622
6622
|
res_type: number;
|
|
6623
6623
|
[property: string]: any;
|
|
6624
6624
|
};
|
|
6625
|
-
type FluffyResImage$
|
|
6626
|
-
image_src: FluffyImageSrc$
|
|
6625
|
+
type FluffyResImage$6 = {
|
|
6626
|
+
image_src: FluffyImageSrc$6;
|
|
6627
6627
|
[property: string]: any;
|
|
6628
6628
|
};
|
|
6629
|
-
type FluffyImageSrc$
|
|
6629
|
+
type FluffyImageSrc$6 = {
|
|
6630
6630
|
local: number;
|
|
6631
6631
|
placeholder?: number;
|
|
6632
|
-
remote?: FluffyRemote$
|
|
6632
|
+
remote?: FluffyRemote$6;
|
|
6633
6633
|
src_type: number;
|
|
6634
6634
|
[property: string]: any;
|
|
6635
6635
|
};
|
|
6636
|
-
type FluffyRemote$
|
|
6636
|
+
type FluffyRemote$6 = {
|
|
6637
6637
|
bfs_style: string;
|
|
6638
6638
|
url: string;
|
|
6639
6639
|
[property: string]: any;
|
|
6640
6640
|
};
|
|
6641
|
-
type DecorationCard$
|
|
6641
|
+
type DecorationCard$6 = {
|
|
6642
6642
|
big_card_url: string;
|
|
6643
6643
|
card_type: number;
|
|
6644
6644
|
card_type_name: string;
|
|
@@ -6667,12 +6667,12 @@ type ColorFormat$5 = {
|
|
|
6667
6667
|
start_point: string;
|
|
6668
6668
|
[property: string]: any;
|
|
6669
6669
|
};
|
|
6670
|
-
type FluffyOfficialVerify$
|
|
6670
|
+
type FluffyOfficialVerify$6 = {
|
|
6671
6671
|
desc: string;
|
|
6672
6672
|
type: number;
|
|
6673
6673
|
[property: string]: any;
|
|
6674
6674
|
};
|
|
6675
|
-
type FluffyPendant$
|
|
6675
|
+
type FluffyPendant$6 = {
|
|
6676
6676
|
expire: number;
|
|
6677
6677
|
image: string;
|
|
6678
6678
|
image_enhance: string;
|
|
@@ -6682,18 +6682,18 @@ type FluffyPendant$5 = {
|
|
|
6682
6682
|
pid: number;
|
|
6683
6683
|
[property: string]: any;
|
|
6684
6684
|
};
|
|
6685
|
-
type FluffyVip$
|
|
6685
|
+
type FluffyVip$6 = {
|
|
6686
6686
|
avatar_subscript: number;
|
|
6687
6687
|
avatar_subscript_url: string;
|
|
6688
6688
|
due_date: number;
|
|
6689
|
-
label: FluffyLabel$
|
|
6689
|
+
label: FluffyLabel$6;
|
|
6690
6690
|
nickname_color: string;
|
|
6691
6691
|
status: number;
|
|
6692
6692
|
theme_type: number;
|
|
6693
6693
|
type: number;
|
|
6694
6694
|
[property: string]: any;
|
|
6695
6695
|
};
|
|
6696
|
-
type FluffyLabel$
|
|
6696
|
+
type FluffyLabel$6 = {
|
|
6697
6697
|
bg_color: string;
|
|
6698
6698
|
bg_style: number;
|
|
6699
6699
|
border_color: string;
|
|
@@ -6708,13 +6708,516 @@ type FluffyLabel$5 = {
|
|
|
6708
6708
|
use_img_label: boolean;
|
|
6709
6709
|
[property: string]: any;
|
|
6710
6710
|
};
|
|
6711
|
-
type FluffyModuleDynamic$
|
|
6711
|
+
type FluffyModuleDynamic$5 = {
|
|
6712
6712
|
additional: null;
|
|
6713
6713
|
desc: null;
|
|
6714
|
-
major: Major$
|
|
6714
|
+
major: Major$7;
|
|
6715
6715
|
topic: null;
|
|
6716
6716
|
[property: string]: any;
|
|
6717
6717
|
};
|
|
6718
|
+
type Major$7 = {
|
|
6719
|
+
archive: Archive$2;
|
|
6720
|
+
type: string;
|
|
6721
|
+
[property: string]: any;
|
|
6722
|
+
};
|
|
6723
|
+
type Archive$2 = {
|
|
6724
|
+
aid: string;
|
|
6725
|
+
badge: Badge$2;
|
|
6726
|
+
bvid: string;
|
|
6727
|
+
cover: string;
|
|
6728
|
+
desc: string;
|
|
6729
|
+
disable_preview: number;
|
|
6730
|
+
duration_text: string;
|
|
6731
|
+
jump_url: string;
|
|
6732
|
+
stat: Stat$2;
|
|
6733
|
+
title: string;
|
|
6734
|
+
type: number;
|
|
6735
|
+
[property: string]: any;
|
|
6736
|
+
};
|
|
6737
|
+
type Badge$2 = {
|
|
6738
|
+
bg_color: string;
|
|
6739
|
+
color: string;
|
|
6740
|
+
icon_url: null;
|
|
6741
|
+
text: string;
|
|
6742
|
+
[property: string]: any;
|
|
6743
|
+
};
|
|
6744
|
+
type Stat$2 = {
|
|
6745
|
+
danmaku: string;
|
|
6746
|
+
play: string;
|
|
6747
|
+
[property: string]: any;
|
|
6748
|
+
}; //#endregion
|
|
6749
|
+
//#region src/types/ReturnDataType/Bilibili/Dynamic/DYNAMIC_TYPE_FORWARD/Forward/DYNAMIC_TYPE_AV/DYNAMIC_TYPE_AV_V1.d.ts
|
|
6750
|
+
type DynamicTypeAV_V1 = {
|
|
6751
|
+
code: number;
|
|
6752
|
+
data: DataData$17;
|
|
6753
|
+
message: string;
|
|
6754
|
+
ttl: number;
|
|
6755
|
+
[property: string]: any;
|
|
6756
|
+
};
|
|
6757
|
+
type DataData$17 = {
|
|
6758
|
+
item: Item$12;
|
|
6759
|
+
[property: string]: any;
|
|
6760
|
+
};
|
|
6761
|
+
type Item$12 = {
|
|
6762
|
+
basic: ItemBasic$5;
|
|
6763
|
+
id_str: string;
|
|
6764
|
+
modules: ItemModules$5;
|
|
6765
|
+
orig: Orig$4;
|
|
6766
|
+
type: string;
|
|
6767
|
+
visible: boolean;
|
|
6768
|
+
[property: string]: any;
|
|
6769
|
+
};
|
|
6770
|
+
type ItemBasic$5 = {
|
|
6771
|
+
comment_id_str: string;
|
|
6772
|
+
comment_type: number;
|
|
6773
|
+
like_icon: PurpleLikeIcon$4;
|
|
6774
|
+
rid_str: string;
|
|
6775
|
+
[property: string]: any;
|
|
6776
|
+
};
|
|
6777
|
+
type PurpleLikeIcon$4 = {
|
|
6778
|
+
action_url: string;
|
|
6779
|
+
end_url: string;
|
|
6780
|
+
id: number;
|
|
6781
|
+
start_url: string;
|
|
6782
|
+
[property: string]: any;
|
|
6783
|
+
};
|
|
6784
|
+
type ItemModules$5 = {
|
|
6785
|
+
module_author: PurpleModuleAuthor$4;
|
|
6786
|
+
module_dynamic: PurpleModuleDynamic$4;
|
|
6787
|
+
module_more: ModuleMore$6;
|
|
6788
|
+
module_stat: ModuleStat$6;
|
|
6789
|
+
[property: string]: any;
|
|
6790
|
+
};
|
|
6791
|
+
type PurpleModuleAuthor$4 = {
|
|
6792
|
+
avatar: PurpleAvatar$4;
|
|
6793
|
+
decoration_card: DecorationCard$5;
|
|
6794
|
+
face: string;
|
|
6795
|
+
face_nft: boolean;
|
|
6796
|
+
following: null;
|
|
6797
|
+
jump_url: string;
|
|
6798
|
+
label: string;
|
|
6799
|
+
mid: number;
|
|
6800
|
+
name: string;
|
|
6801
|
+
official_verify: PurpleOfficialVerify$5;
|
|
6802
|
+
pendant: PurplePendant$5;
|
|
6803
|
+
pub_action: string;
|
|
6804
|
+
pub_location_text: string;
|
|
6805
|
+
pub_time: string;
|
|
6806
|
+
pub_ts: number;
|
|
6807
|
+
type: string;
|
|
6808
|
+
vip: PurpleVip$5;
|
|
6809
|
+
[property: string]: any;
|
|
6810
|
+
};
|
|
6811
|
+
type PurpleAvatar$4 = {
|
|
6812
|
+
container_size: PurpleContainerSize$5;
|
|
6813
|
+
fallback_layers: PurpleFallbackLayers$5;
|
|
6814
|
+
mid: string;
|
|
6815
|
+
[property: string]: any;
|
|
6816
|
+
};
|
|
6817
|
+
type PurpleContainerSize$5 = {
|
|
6818
|
+
height: number;
|
|
6819
|
+
width: number;
|
|
6820
|
+
[property: string]: any;
|
|
6821
|
+
};
|
|
6822
|
+
type PurpleFallbackLayers$5 = {
|
|
6823
|
+
is_critical_group: boolean;
|
|
6824
|
+
layers: PurpleLayer$5[];
|
|
6825
|
+
[property: string]: any;
|
|
6826
|
+
};
|
|
6827
|
+
type PurpleLayer$5 = {
|
|
6828
|
+
general_spec: PurpleGeneralSpec$5;
|
|
6829
|
+
layer_config: PurpleLayerConfig$5;
|
|
6830
|
+
resource: PurpleResource$5;
|
|
6831
|
+
visible: boolean;
|
|
6832
|
+
[property: string]: any;
|
|
6833
|
+
};
|
|
6834
|
+
type PurpleGeneralSpec$5 = {
|
|
6835
|
+
pos_spec: PurplePosSpec$5;
|
|
6836
|
+
render_spec: PurpleRenderSpec$5;
|
|
6837
|
+
size_spec: PurpleSizeSpec$5;
|
|
6838
|
+
[property: string]: any;
|
|
6839
|
+
};
|
|
6840
|
+
type PurplePosSpec$5 = {
|
|
6841
|
+
axis_x: number;
|
|
6842
|
+
axis_y: number;
|
|
6843
|
+
coordinate_pos: number;
|
|
6844
|
+
[property: string]: any;
|
|
6845
|
+
};
|
|
6846
|
+
type PurpleRenderSpec$5 = {
|
|
6847
|
+
opacity: number;
|
|
6848
|
+
[property: string]: any;
|
|
6849
|
+
};
|
|
6850
|
+
type PurpleSizeSpec$5 = {
|
|
6851
|
+
height: number;
|
|
6852
|
+
width: number;
|
|
6853
|
+
[property: string]: any;
|
|
6854
|
+
};
|
|
6855
|
+
type PurpleLayerConfig$5 = {
|
|
6856
|
+
is_critical?: boolean;
|
|
6857
|
+
tags: PurpleTags$5;
|
|
6858
|
+
[property: string]: any;
|
|
6859
|
+
};
|
|
6860
|
+
type PurpleTags$5 = {
|
|
6861
|
+
AVATAR_LAYER?: {
|
|
6862
|
+
[key: string]: any;
|
|
6863
|
+
};
|
|
6864
|
+
GENERAL_CFG: PurpleGENERALCFG$5;
|
|
6865
|
+
ICON_LAYER: {
|
|
6866
|
+
[key: string]: any;
|
|
6867
|
+
};
|
|
6868
|
+
[property: string]: any;
|
|
6869
|
+
};
|
|
6870
|
+
type PurpleGENERALCFG$5 = {
|
|
6871
|
+
config_type: number;
|
|
6872
|
+
general_config: PurpleGeneralConfig$5;
|
|
6873
|
+
[property: string]: any;
|
|
6874
|
+
};
|
|
6875
|
+
type PurpleGeneralConfig$5 = {
|
|
6876
|
+
web_css_style: PurpleWebcssStyle$5;
|
|
6877
|
+
[property: string]: any;
|
|
6878
|
+
};
|
|
6879
|
+
type PurpleWebcssStyle$5 = {
|
|
6880
|
+
'background-color': string;
|
|
6881
|
+
border: string;
|
|
6882
|
+
borderRadius: string;
|
|
6883
|
+
boxSizing: string;
|
|
6884
|
+
[property: string]: any;
|
|
6885
|
+
};
|
|
6886
|
+
type PurpleResource$5 = {
|
|
6887
|
+
res_image: PurpleResImage$5;
|
|
6888
|
+
res_type: number;
|
|
6889
|
+
[property: string]: any;
|
|
6890
|
+
};
|
|
6891
|
+
type PurpleResImage$5 = {
|
|
6892
|
+
image_src: PurpleImageSrc$5;
|
|
6893
|
+
[property: string]: any;
|
|
6894
|
+
};
|
|
6895
|
+
type PurpleImageSrc$5 = {
|
|
6896
|
+
local: number;
|
|
6897
|
+
placeholder?: number;
|
|
6898
|
+
remote?: PurpleRemote$5;
|
|
6899
|
+
src_type: number;
|
|
6900
|
+
[property: string]: any;
|
|
6901
|
+
};
|
|
6902
|
+
type PurpleRemote$5 = {
|
|
6903
|
+
bfs_style: string;
|
|
6904
|
+
url: string;
|
|
6905
|
+
[property: string]: any;
|
|
6906
|
+
};
|
|
6907
|
+
type DecorationCard$5 = {
|
|
6908
|
+
big_card_url: string;
|
|
6909
|
+
card_type: number;
|
|
6910
|
+
card_type_name: string;
|
|
6911
|
+
card_url: string;
|
|
6912
|
+
fan: {
|
|
6913
|
+
[key: string]: any;
|
|
6914
|
+
};
|
|
6915
|
+
id: number;
|
|
6916
|
+
image_enhance: string;
|
|
6917
|
+
item_id: number;
|
|
6918
|
+
jump_url: string;
|
|
6919
|
+
name: string;
|
|
6920
|
+
[property: string]: any;
|
|
6921
|
+
};
|
|
6922
|
+
type PurpleOfficialVerify$5 = {
|
|
6923
|
+
desc: string;
|
|
6924
|
+
type: number;
|
|
6925
|
+
[property: string]: any;
|
|
6926
|
+
};
|
|
6927
|
+
type PurplePendant$5 = {
|
|
6928
|
+
expire: number;
|
|
6929
|
+
image: string;
|
|
6930
|
+
image_enhance: string;
|
|
6931
|
+
image_enhance_frame: string;
|
|
6932
|
+
n_pid: number;
|
|
6933
|
+
name: string;
|
|
6934
|
+
pid: number;
|
|
6935
|
+
[property: string]: any;
|
|
6936
|
+
};
|
|
6937
|
+
type PurpleVip$5 = {
|
|
6938
|
+
avatar_subscript: number;
|
|
6939
|
+
avatar_subscript_url: string;
|
|
6940
|
+
due_date: number;
|
|
6941
|
+
label: PurpleLabel$5;
|
|
6942
|
+
nickname_color: string;
|
|
6943
|
+
status: number;
|
|
6944
|
+
theme_type: number;
|
|
6945
|
+
type: number;
|
|
6946
|
+
[property: string]: any;
|
|
6947
|
+
};
|
|
6948
|
+
type PurpleLabel$5 = {
|
|
6949
|
+
bg_color: string;
|
|
6950
|
+
bg_style: number;
|
|
6951
|
+
border_color: string;
|
|
6952
|
+
img_label_uri_hans: string;
|
|
6953
|
+
img_label_uri_hans_static: string;
|
|
6954
|
+
img_label_uri_hant: string;
|
|
6955
|
+
img_label_uri_hant_static: string;
|
|
6956
|
+
label_theme: string;
|
|
6957
|
+
path: string;
|
|
6958
|
+
text: string;
|
|
6959
|
+
text_color: string;
|
|
6960
|
+
use_img_label: boolean;
|
|
6961
|
+
[property: string]: any;
|
|
6962
|
+
};
|
|
6963
|
+
type PurpleModuleDynamic$4 = {
|
|
6964
|
+
additional: null;
|
|
6965
|
+
desc: PurpleDesc;
|
|
6966
|
+
major: null;
|
|
6967
|
+
topic: null;
|
|
6968
|
+
[property: string]: any;
|
|
6969
|
+
};
|
|
6970
|
+
type PurpleDesc = {
|
|
6971
|
+
rich_text_nodes: PurpleRichTextNode[];
|
|
6972
|
+
text: string;
|
|
6973
|
+
[property: string]: any;
|
|
6974
|
+
};
|
|
6975
|
+
type PurpleRichTextNode = {
|
|
6976
|
+
emoji?: Emoji$4;
|
|
6977
|
+
jump_url: string;
|
|
6978
|
+
orig_text: string;
|
|
6979
|
+
style: {
|
|
6980
|
+
[key: string]: any;
|
|
6981
|
+
};
|
|
6982
|
+
text: string;
|
|
6983
|
+
type: string;
|
|
6984
|
+
[property: string]: any;
|
|
6985
|
+
};
|
|
6986
|
+
type Emoji$4 = {
|
|
6987
|
+
icon_url: string;
|
|
6988
|
+
id: number;
|
|
6989
|
+
package_id: number;
|
|
6990
|
+
size: number;
|
|
6991
|
+
text: string;
|
|
6992
|
+
type: number;
|
|
6993
|
+
[property: string]: any;
|
|
6994
|
+
};
|
|
6995
|
+
type ModuleMore$6 = {
|
|
6996
|
+
three_point_items: ThreePointItem$6[];
|
|
6997
|
+
[property: string]: any;
|
|
6998
|
+
};
|
|
6999
|
+
type ThreePointItem$6 = {
|
|
7000
|
+
label?: string;
|
|
7001
|
+
type?: string;
|
|
7002
|
+
[property: string]: any;
|
|
7003
|
+
};
|
|
7004
|
+
type ModuleStat$6 = {
|
|
7005
|
+
comment: Comment$8;
|
|
7006
|
+
forward: Forward$6;
|
|
7007
|
+
like: Like$7;
|
|
7008
|
+
[property: string]: any;
|
|
7009
|
+
};
|
|
7010
|
+
type Comment$8 = {
|
|
7011
|
+
count: number;
|
|
7012
|
+
forbidden: boolean;
|
|
7013
|
+
[property: string]: any;
|
|
7014
|
+
};
|
|
7015
|
+
type Forward$6 = {
|
|
7016
|
+
count: number;
|
|
7017
|
+
forbidden: boolean;
|
|
7018
|
+
[property: string]: any;
|
|
7019
|
+
};
|
|
7020
|
+
type Like$7 = {
|
|
7021
|
+
count: number;
|
|
7022
|
+
forbidden: boolean;
|
|
7023
|
+
status: boolean;
|
|
7024
|
+
[property: string]: any;
|
|
7025
|
+
};
|
|
7026
|
+
type Orig$4 = {
|
|
7027
|
+
basic: OrigBasic$4;
|
|
7028
|
+
id_str: string;
|
|
7029
|
+
modules: OrigModules$4;
|
|
7030
|
+
type: string;
|
|
7031
|
+
visible: boolean;
|
|
7032
|
+
[property: string]: any;
|
|
7033
|
+
};
|
|
7034
|
+
type OrigBasic$4 = {
|
|
7035
|
+
comment_id_str: string;
|
|
7036
|
+
comment_type: number;
|
|
7037
|
+
like_icon: FluffyLikeIcon$4;
|
|
7038
|
+
rid_str: string;
|
|
7039
|
+
[property: string]: any;
|
|
7040
|
+
};
|
|
7041
|
+
type FluffyLikeIcon$4 = {
|
|
7042
|
+
action_url: string;
|
|
7043
|
+
end_url: string;
|
|
7044
|
+
id: number;
|
|
7045
|
+
start_url: string;
|
|
7046
|
+
[property: string]: any;
|
|
7047
|
+
};
|
|
7048
|
+
type OrigModules$4 = {
|
|
7049
|
+
module_author: FluffyModuleAuthor$4;
|
|
7050
|
+
module_dynamic: FluffyModuleDynamic$4;
|
|
7051
|
+
[property: string]: any;
|
|
7052
|
+
};
|
|
7053
|
+
type FluffyModuleAuthor$4 = {
|
|
7054
|
+
avatar: FluffyAvatar$4;
|
|
7055
|
+
face: string;
|
|
7056
|
+
face_nft: boolean;
|
|
7057
|
+
following: null;
|
|
7058
|
+
jump_url: string;
|
|
7059
|
+
label: string;
|
|
7060
|
+
mid: number;
|
|
7061
|
+
name: string;
|
|
7062
|
+
official_verify: FluffyOfficialVerify$5;
|
|
7063
|
+
pendant: FluffyPendant$5;
|
|
7064
|
+
pub_action: string;
|
|
7065
|
+
pub_time: string;
|
|
7066
|
+
pub_ts: number;
|
|
7067
|
+
type: string;
|
|
7068
|
+
vip: FluffyVip$5;
|
|
7069
|
+
[property: string]: any;
|
|
7070
|
+
};
|
|
7071
|
+
type FluffyAvatar$4 = {
|
|
7072
|
+
container_size: FluffyContainerSize$5;
|
|
7073
|
+
fallback_layers: FluffyFallbackLayers$5;
|
|
7074
|
+
mid: string;
|
|
7075
|
+
[property: string]: any;
|
|
7076
|
+
};
|
|
7077
|
+
type FluffyContainerSize$5 = {
|
|
7078
|
+
height: number;
|
|
7079
|
+
width: number;
|
|
7080
|
+
[property: string]: any;
|
|
7081
|
+
};
|
|
7082
|
+
type FluffyFallbackLayers$5 = {
|
|
7083
|
+
is_critical_group: boolean;
|
|
7084
|
+
layers: FluffyLayer$5[];
|
|
7085
|
+
[property: string]: any;
|
|
7086
|
+
};
|
|
7087
|
+
type FluffyLayer$5 = {
|
|
7088
|
+
general_spec?: FluffyGeneralSpec$5;
|
|
7089
|
+
layer_config?: FluffyLayerConfig$5;
|
|
7090
|
+
resource?: FluffyResource$5;
|
|
7091
|
+
visible?: boolean;
|
|
7092
|
+
[property: string]: any;
|
|
7093
|
+
};
|
|
7094
|
+
type FluffyGeneralSpec$5 = {
|
|
7095
|
+
pos_spec: FluffyPosSpec$5;
|
|
7096
|
+
render_spec: FluffyRenderSpec$5;
|
|
7097
|
+
size_spec: FluffySizeSpec$5;
|
|
7098
|
+
[property: string]: any;
|
|
7099
|
+
};
|
|
7100
|
+
type FluffyPosSpec$5 = {
|
|
7101
|
+
axis_x: number;
|
|
7102
|
+
axis_y: number;
|
|
7103
|
+
coordinate_pos: number;
|
|
7104
|
+
[property: string]: any;
|
|
7105
|
+
};
|
|
7106
|
+
type FluffyRenderSpec$5 = {
|
|
7107
|
+
opacity: number;
|
|
7108
|
+
[property: string]: any;
|
|
7109
|
+
};
|
|
7110
|
+
type FluffySizeSpec$5 = {
|
|
7111
|
+
height: number;
|
|
7112
|
+
width: number;
|
|
7113
|
+
[property: string]: any;
|
|
7114
|
+
};
|
|
7115
|
+
type FluffyLayerConfig$5 = {
|
|
7116
|
+
is_critical: boolean;
|
|
7117
|
+
tags: FluffyTags$5;
|
|
7118
|
+
[property: string]: any;
|
|
7119
|
+
};
|
|
7120
|
+
type FluffyTags$5 = {
|
|
7121
|
+
AVATAR_LAYER: {
|
|
7122
|
+
[key: string]: any;
|
|
7123
|
+
};
|
|
7124
|
+
GENERAL_CFG: FluffyGENERALCFG$5;
|
|
7125
|
+
[property: string]: any;
|
|
7126
|
+
};
|
|
7127
|
+
type FluffyGENERALCFG$5 = {
|
|
7128
|
+
config_type: number;
|
|
7129
|
+
general_config: FluffyGeneralConfig$5;
|
|
7130
|
+
[property: string]: any;
|
|
7131
|
+
};
|
|
7132
|
+
type FluffyGeneralConfig$5 = {
|
|
7133
|
+
web_css_style: FluffyWebcssStyle$5;
|
|
7134
|
+
[property: string]: any;
|
|
7135
|
+
};
|
|
7136
|
+
type FluffyWebcssStyle$5 = {
|
|
7137
|
+
borderRadius: string;
|
|
7138
|
+
[property: string]: any;
|
|
7139
|
+
};
|
|
7140
|
+
type FluffyResource$5 = {
|
|
7141
|
+
res_image: FluffyResImage$5;
|
|
7142
|
+
res_type: number;
|
|
7143
|
+
[property: string]: any;
|
|
7144
|
+
};
|
|
7145
|
+
type FluffyResImage$5 = {
|
|
7146
|
+
image_src: FluffyImageSrc$5;
|
|
7147
|
+
[property: string]: any;
|
|
7148
|
+
};
|
|
7149
|
+
type FluffyImageSrc$5 = {
|
|
7150
|
+
placeholder: number;
|
|
7151
|
+
remote: FluffyRemote$5;
|
|
7152
|
+
src_type: number;
|
|
7153
|
+
[property: string]: any;
|
|
7154
|
+
};
|
|
7155
|
+
type FluffyRemote$5 = {
|
|
7156
|
+
bfs_style: string;
|
|
7157
|
+
url: string;
|
|
7158
|
+
[property: string]: any;
|
|
7159
|
+
};
|
|
7160
|
+
type FluffyOfficialVerify$5 = {
|
|
7161
|
+
desc: string;
|
|
7162
|
+
type: number;
|
|
7163
|
+
[property: string]: any;
|
|
7164
|
+
};
|
|
7165
|
+
type FluffyPendant$5 = {
|
|
7166
|
+
expire: number;
|
|
7167
|
+
image: string;
|
|
7168
|
+
image_enhance: string;
|
|
7169
|
+
image_enhance_frame: string;
|
|
7170
|
+
n_pid: number;
|
|
7171
|
+
name: string;
|
|
7172
|
+
pid: number;
|
|
7173
|
+
[property: string]: any;
|
|
7174
|
+
};
|
|
7175
|
+
type FluffyVip$5 = {
|
|
7176
|
+
avatar_subscript: number;
|
|
7177
|
+
avatar_subscript_url: string;
|
|
7178
|
+
due_date: number;
|
|
7179
|
+
label: FluffyLabel$5;
|
|
7180
|
+
nickname_color: string;
|
|
7181
|
+
status: number;
|
|
7182
|
+
theme_type: number;
|
|
7183
|
+
type: number;
|
|
7184
|
+
[property: string]: any;
|
|
7185
|
+
};
|
|
7186
|
+
type FluffyLabel$5 = {
|
|
7187
|
+
bg_color: string;
|
|
7188
|
+
bg_style: number;
|
|
7189
|
+
border_color: string;
|
|
7190
|
+
img_label_uri_hans: string;
|
|
7191
|
+
img_label_uri_hans_static: string;
|
|
7192
|
+
img_label_uri_hant: string;
|
|
7193
|
+
img_label_uri_hant_static: string;
|
|
7194
|
+
label_theme: string;
|
|
7195
|
+
path: string;
|
|
7196
|
+
text: string;
|
|
7197
|
+
text_color: string;
|
|
7198
|
+
use_img_label: boolean;
|
|
7199
|
+
[property: string]: any;
|
|
7200
|
+
};
|
|
7201
|
+
type FluffyModuleDynamic$4 = {
|
|
7202
|
+
additional: null;
|
|
7203
|
+
desc: FluffyDesc;
|
|
7204
|
+
major: Major$6;
|
|
7205
|
+
topic: null;
|
|
7206
|
+
[property: string]: any;
|
|
7207
|
+
};
|
|
7208
|
+
type FluffyDesc = {
|
|
7209
|
+
rich_text_nodes: FluffyRichTextNode[];
|
|
7210
|
+
text: string;
|
|
7211
|
+
[property: string]: any;
|
|
7212
|
+
};
|
|
7213
|
+
type FluffyRichTextNode = {
|
|
7214
|
+
jump_url: string;
|
|
7215
|
+
orig_text: string;
|
|
7216
|
+
style: null;
|
|
7217
|
+
text: string;
|
|
7218
|
+
type: string;
|
|
7219
|
+
[property: string]: any;
|
|
7220
|
+
};
|
|
6718
7221
|
type Major$6 = {
|
|
6719
7222
|
archive: Archive$1;
|
|
6720
7223
|
type: string;
|
|
@@ -6747,7 +7250,7 @@ type Stat$1 = {
|
|
|
6747
7250
|
[property: string]: any;
|
|
6748
7251
|
}; //#endregion
|
|
6749
7252
|
//#region src/types/ReturnDataType/Bilibili/Dynamic/DYNAMIC_TYPE_FORWARD/Forward/DYNAMIC_TYPE_AV/index.d.ts
|
|
6750
|
-
type DynamicTypeAV$1 = DynamicTypeAV_V0; //#endregion
|
|
7253
|
+
type DynamicTypeAV$1 = DynamicTypeAV_V0 | DynamicTypeAV_V1; //#endregion
|
|
6751
7254
|
//#region src/types/ReturnDataType/Bilibili/Dynamic/DYNAMIC_TYPE_FORWARD/Forward/DYNAMIC_TYPE_DRAW/DYNAMIC_TYPE_DRAW_V0.d.ts
|
|
6752
7255
|
type DynamicTypeDraw_V0 = {
|
|
6753
7256
|
code: number;
|