@ikenxuan/amagi 4.5.1 → 4.5.2
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/LICENSE +674 -0
- package/dist/default/cjs/index.cjs +161 -149
- package/dist/default/cjs/v5.cjs +161 -149
- package/dist/default/esm/index.mjs +160 -148
- package/dist/default/esm/v5.mjs +160 -148
- package/dist/default/{index-BvcyJb5r.d.ts → index-2b526zmm.d.ts} +1279 -989
- package/dist/default/index.d.ts +2 -2
- package/dist/default/v5.d.ts +14 -6
- package/package.json +1 -1
|
@@ -121,15 +121,23 @@ declare const BilibiliValidationSchemas: {
|
|
|
121
121
|
readonly 评论数据: z.ZodType<{
|
|
122
122
|
methodType: "\u8BC4\u8BBA\u6570\u636E";
|
|
123
123
|
type: number;
|
|
124
|
-
oid:
|
|
124
|
+
oid: string;
|
|
125
125
|
number?: number;
|
|
126
|
-
|
|
126
|
+
mode?: 0 | 1 | 2 | 3;
|
|
127
|
+
pagination_str?: string;
|
|
128
|
+
plat?: number;
|
|
129
|
+
seek_rpid?: string;
|
|
130
|
+
web_location?: string;
|
|
127
131
|
}, z.ZodTypeDef, {
|
|
128
132
|
methodType: "\u8BC4\u8BBA\u6570\u636E";
|
|
129
133
|
type: number;
|
|
130
|
-
oid:
|
|
134
|
+
oid: string;
|
|
131
135
|
number?: number;
|
|
132
|
-
|
|
136
|
+
mode?: 0 | 1 | 2 | 3;
|
|
137
|
+
pagination_str?: string;
|
|
138
|
+
plat?: number;
|
|
139
|
+
seek_rpid?: string;
|
|
140
|
+
web_location?: string;
|
|
133
141
|
}>;
|
|
134
142
|
readonly 用户主页数据: z.ZodType<{
|
|
135
143
|
methodType: "\u7528\u6237\u4E3B\u9875\u6570\u636E" | "\u7528\u6237\u4E3B\u9875\u52A8\u6001\u5217\u8868\u6570\u636E" | "\u83B7\u53D6UP\u4E3B\u603B\u64AD\u653E\u91CF";
|
|
@@ -755,17 +763,40 @@ interface BilibiliMethodOptionsMap {
|
|
|
755
763
|
/** 评论区类型代码,详见 [评论区类型代码](https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/comment/readme.md#%E8%AF%84%E8%AE%BA%E5%8C%BA%E7%B1%BB%E5%9E%8B%E4%BB%A3%E7%A0%81) */
|
|
756
764
|
type: number;
|
|
757
765
|
/** 稿件ID,也就是AV号去除前缀后的内容 */
|
|
758
|
-
oid:
|
|
766
|
+
oid: string;
|
|
759
767
|
/**
|
|
760
768
|
* 获取的评论数量,默认20
|
|
761
769
|
* @defaultValue 20
|
|
762
770
|
*/
|
|
763
771
|
number?: number;
|
|
764
772
|
/**
|
|
765
|
-
*
|
|
773
|
+
* 排序方式
|
|
774
|
+
* 默认为3
|
|
775
|
+
* 0: 仅热度
|
|
776
|
+
* 1: 按热度+按时间
|
|
777
|
+
* 2: 仅时间
|
|
778
|
+
* @defaultValue 3
|
|
779
|
+
*/
|
|
780
|
+
mode?: 0 | 1 | 2 | 3;
|
|
781
|
+
/**
|
|
782
|
+
* 翻页信息,用于懒加载分页
|
|
783
|
+
* 首次请求时不传,后续请求使用上次响应中的 data.cursor.pagination_reply.next_offset
|
|
784
|
+
*/
|
|
785
|
+
pagination_str?: string;
|
|
786
|
+
/**
|
|
787
|
+
* 平台类型
|
|
766
788
|
* @defaultValue 1
|
|
767
789
|
*/
|
|
768
|
-
|
|
790
|
+
plat?: number;
|
|
791
|
+
/**
|
|
792
|
+
* 当获取第一页评论时存在
|
|
793
|
+
*/
|
|
794
|
+
seek_rpid?: string;
|
|
795
|
+
/**
|
|
796
|
+
* web位置参数
|
|
797
|
+
* @defaultValue 1315875
|
|
798
|
+
*/
|
|
799
|
+
web_location?: string;
|
|
769
800
|
};
|
|
770
801
|
UserParams: {
|
|
771
802
|
methodType: '用户主页数据' | '用户主页动态列表数据' | '获取UP主总播放量';
|
|
@@ -1167,7 +1198,7 @@ type The1002025春节互动表情_InteractiveResource = {
|
|
|
1167
1198
|
animate_type: string;
|
|
1168
1199
|
animate_url: string;
|
|
1169
1200
|
display_name: string;
|
|
1170
|
-
extra: PurpleExtra$
|
|
1201
|
+
extra: PurpleExtra$2;
|
|
1171
1202
|
height: number;
|
|
1172
1203
|
resource_type: number;
|
|
1173
1204
|
static_type: string;
|
|
@@ -1179,7 +1210,7 @@ type The1002025春节互动表情_InteractiveResource = {
|
|
|
1179
1210
|
width: number;
|
|
1180
1211
|
[property: string]: any;
|
|
1181
1212
|
};
|
|
1182
|
-
type PurpleExtra$
|
|
1213
|
+
type PurpleExtra$2 = {
|
|
1183
1214
|
activity_scene?: string;
|
|
1184
1215
|
hint_content?: string;
|
|
1185
1216
|
light_interaction: string;
|
|
@@ -1222,7 +1253,7 @@ type The2025春节AndroidInteractiveResource = {
|
|
|
1222
1253
|
animate_type: string;
|
|
1223
1254
|
animate_url: string;
|
|
1224
1255
|
display_name: string;
|
|
1225
|
-
extra: FluffyExtra$
|
|
1256
|
+
extra: FluffyExtra$2;
|
|
1226
1257
|
height: number;
|
|
1227
1258
|
resource_type: number;
|
|
1228
1259
|
static_type: string;
|
|
@@ -1234,7 +1265,7 @@ type The2025春节AndroidInteractiveResource = {
|
|
|
1234
1265
|
width: number;
|
|
1235
1266
|
[property: string]: any;
|
|
1236
1267
|
};
|
|
1237
|
-
type FluffyExtra$
|
|
1268
|
+
type FluffyExtra$2 = {
|
|
1238
1269
|
activity_scene?: string;
|
|
1239
1270
|
hint_content?: string;
|
|
1240
1271
|
light_interaction: string;
|
|
@@ -1277,7 +1308,7 @@ type The2025春节Android更新_InteractiveResource = {
|
|
|
1277
1308
|
animate_type: string;
|
|
1278
1309
|
animate_url: string;
|
|
1279
1310
|
display_name: string;
|
|
1280
|
-
extra: TentacledExtra;
|
|
1311
|
+
extra: TentacledExtra$1;
|
|
1281
1312
|
height: number;
|
|
1282
1313
|
resource_type: number;
|
|
1283
1314
|
static_type: string;
|
|
@@ -1289,7 +1320,7 @@ type The2025春节Android更新_InteractiveResource = {
|
|
|
1289
1320
|
width: number;
|
|
1290
1321
|
[property: string]: any;
|
|
1291
1322
|
};
|
|
1292
|
-
type TentacledExtra = {
|
|
1323
|
+
type TentacledExtra$1 = {
|
|
1293
1324
|
activity_scene?: string;
|
|
1294
1325
|
hint_content?: string;
|
|
1295
1326
|
light_interaction: string;
|
|
@@ -1332,7 +1363,7 @@ type 互动表情升级一期_InteractiveResource = {
|
|
|
1332
1363
|
animate_type: string;
|
|
1333
1364
|
animate_url: string;
|
|
1334
1365
|
display_name: string;
|
|
1335
|
-
extra: StickyExtra;
|
|
1366
|
+
extra: StickyExtra$1;
|
|
1336
1367
|
height: number;
|
|
1337
1368
|
resource_type: number;
|
|
1338
1369
|
static_type: string;
|
|
@@ -1343,7 +1374,7 @@ type 互动表情升级一期_InteractiveResource = {
|
|
|
1343
1374
|
width: number;
|
|
1344
1375
|
[property: string]: any;
|
|
1345
1376
|
};
|
|
1346
|
-
type StickyExtra = {
|
|
1377
|
+
type StickyExtra$1 = {
|
|
1347
1378
|
light_interaction: string;
|
|
1348
1379
|
[property: string]: any;
|
|
1349
1380
|
};
|
|
@@ -4295,12 +4326,12 @@ type WhiteCoverurl = {
|
|
|
4295
4326
|
};
|
|
4296
4327
|
|
|
4297
4328
|
type DyUserLiveVideos = {
|
|
4298
|
-
data: Data$
|
|
4329
|
+
data: Data$h;
|
|
4299
4330
|
extra: UserLiveVideosExtra;
|
|
4300
4331
|
status_code: number;
|
|
4301
4332
|
[property: string]: any;
|
|
4302
4333
|
};
|
|
4303
|
-
type Data$
|
|
4334
|
+
type Data$h = {
|
|
4304
4335
|
data: Datum[];
|
|
4305
4336
|
enter_mode: number;
|
|
4306
4337
|
enter_room_id: string;
|
|
@@ -5593,7 +5624,7 @@ type DatumStats = {
|
|
|
5593
5624
|
};
|
|
5594
5625
|
type DatumStreamurl = {
|
|
5595
5626
|
default_resolution: string;
|
|
5596
|
-
extra: PurpleExtra;
|
|
5627
|
+
extra: PurpleExtra$1;
|
|
5597
5628
|
flv_pull_url: PurpleFlvPullurl;
|
|
5598
5629
|
hls_pull_url: string;
|
|
5599
5630
|
hls_pull_url_map: PurplehlsPullurlMap;
|
|
@@ -5604,7 +5635,7 @@ type DatumStreamurl = {
|
|
|
5604
5635
|
stream_orientation: number;
|
|
5605
5636
|
[property: string]: any;
|
|
5606
5637
|
};
|
|
5607
|
-
type PurpleExtra = {
|
|
5638
|
+
type PurpleExtra$1 = {
|
|
5608
5639
|
anchor_interact_profile: number;
|
|
5609
5640
|
audience_interact_profile: number;
|
|
5610
5641
|
bframe_enable: boolean;
|
|
@@ -6206,7 +6237,7 @@ type RoomStats = {
|
|
|
6206
6237
|
};
|
|
6207
6238
|
type RoomStreamurl = {
|
|
6208
6239
|
default_resolution: string;
|
|
6209
|
-
extra: FluffyExtra;
|
|
6240
|
+
extra: FluffyExtra$1;
|
|
6210
6241
|
flv_pull_url: FluffyFlvPullurl;
|
|
6211
6242
|
hls_pull_url: string;
|
|
6212
6243
|
hls_pull_url_map: FluffyhlsPullurlMap;
|
|
@@ -6215,7 +6246,7 @@ type RoomStreamurl = {
|
|
|
6215
6246
|
stream_orientation: number;
|
|
6216
6247
|
[property: string]: any;
|
|
6217
6248
|
};
|
|
6218
|
-
type FluffyExtra = {
|
|
6249
|
+
type FluffyExtra$1 = {
|
|
6219
6250
|
anchor_interact_profile: number;
|
|
6220
6251
|
audience_interact_profile: number;
|
|
6221
6252
|
bframe_enable: boolean;
|
|
@@ -8361,11 +8392,11 @@ type LogPb = {
|
|
|
8361
8392
|
|
|
8362
8393
|
type BiliAv2Bv = {
|
|
8363
8394
|
code: number;
|
|
8364
|
-
data: Data$
|
|
8395
|
+
data: Data$g;
|
|
8365
8396
|
message: string;
|
|
8366
8397
|
[property: string]: any;
|
|
8367
8398
|
};
|
|
8368
|
-
type Data$
|
|
8399
|
+
type Data$g = {
|
|
8369
8400
|
bvid: string;
|
|
8370
8401
|
[property: string]: any;
|
|
8371
8402
|
};
|
|
@@ -8935,23 +8966,23 @@ type SupportFormat$3 = {
|
|
|
8935
8966
|
|
|
8936
8967
|
type BiliBv2AV = {
|
|
8937
8968
|
code: number;
|
|
8938
|
-
data: Data$
|
|
8969
|
+
data: Data$f;
|
|
8939
8970
|
message: string;
|
|
8940
8971
|
[property: string]: any;
|
|
8941
8972
|
};
|
|
8942
|
-
type Data$
|
|
8973
|
+
type Data$f = {
|
|
8943
8974
|
aid: string;
|
|
8944
8975
|
[property: string]: any;
|
|
8945
8976
|
};
|
|
8946
8977
|
|
|
8947
8978
|
type BiliDynamicCard = {
|
|
8948
8979
|
code: number;
|
|
8949
|
-
data: Data$
|
|
8980
|
+
data: Data$e;
|
|
8950
8981
|
message: string;
|
|
8951
8982
|
ttl: number;
|
|
8952
8983
|
[property: string]: any;
|
|
8953
8984
|
};
|
|
8954
|
-
type Data$
|
|
8985
|
+
type Data$e = {
|
|
8955
8986
|
card: DataCard;
|
|
8956
8987
|
[property: string]: any;
|
|
8957
8988
|
};
|
|
@@ -9076,12 +9107,12 @@ type Relation = {
|
|
|
9076
9107
|
|
|
9077
9108
|
type BiliDynamicInfo = {
|
|
9078
9109
|
code: number;
|
|
9079
|
-
data: Data$
|
|
9110
|
+
data: Data$d;
|
|
9080
9111
|
message: string;
|
|
9081
9112
|
ttl: number;
|
|
9082
9113
|
[property: string]: any;
|
|
9083
9114
|
};
|
|
9084
|
-
type Data$
|
|
9115
|
+
type Data$d = {
|
|
9085
9116
|
item: Item;
|
|
9086
9117
|
[property: string]: any;
|
|
9087
9118
|
};
|
|
@@ -9516,19 +9547,19 @@ type Like$1 = {
|
|
|
9516
9547
|
|
|
9517
9548
|
type BiliEmojiList = {
|
|
9518
9549
|
code: number;
|
|
9519
|
-
data: Data$
|
|
9550
|
+
data: Data$c;
|
|
9520
9551
|
message: string;
|
|
9521
9552
|
ttl: number;
|
|
9522
9553
|
[property: string]: any;
|
|
9523
9554
|
};
|
|
9524
|
-
type Data$
|
|
9555
|
+
type Data$c = {
|
|
9525
9556
|
packages: Package[];
|
|
9526
9557
|
setting: Setting;
|
|
9527
9558
|
[property: string]: any;
|
|
9528
9559
|
};
|
|
9529
9560
|
type Package = {
|
|
9530
9561
|
attr: number;
|
|
9531
|
-
emote: Emote[];
|
|
9562
|
+
emote: Emote$1[];
|
|
9532
9563
|
flags: PackageFlags;
|
|
9533
9564
|
id: number;
|
|
9534
9565
|
label: null;
|
|
@@ -9542,7 +9573,7 @@ type Package = {
|
|
|
9542
9573
|
url: string;
|
|
9543
9574
|
[property: string]: any;
|
|
9544
9575
|
};
|
|
9545
|
-
type Emote = {
|
|
9576
|
+
type Emote$1 = {
|
|
9546
9577
|
activity: null;
|
|
9547
9578
|
attr: number;
|
|
9548
9579
|
flags: EmoteFlags;
|
|
@@ -9588,12 +9619,12 @@ type Setting = {
|
|
|
9588
9619
|
|
|
9589
9620
|
type BiliLiveRoomDef = {
|
|
9590
9621
|
code: number;
|
|
9591
|
-
data: Data$
|
|
9622
|
+
data: Data$b;
|
|
9592
9623
|
message: string;
|
|
9593
9624
|
msg: string;
|
|
9594
9625
|
[property: string]: any;
|
|
9595
9626
|
};
|
|
9596
|
-
type Data$
|
|
9627
|
+
type Data$b = {
|
|
9597
9628
|
encrypted: boolean;
|
|
9598
9629
|
hidden_till: number;
|
|
9599
9630
|
is_hidden: boolean;
|
|
@@ -9615,12 +9646,12 @@ type Data$c = {
|
|
|
9615
9646
|
|
|
9616
9647
|
type BiliLiveRoomDetail = {
|
|
9617
9648
|
code: number;
|
|
9618
|
-
data: Data$
|
|
9649
|
+
data: Data$a;
|
|
9619
9650
|
message: string;
|
|
9620
9651
|
msg: string;
|
|
9621
9652
|
[property: string]: any;
|
|
9622
9653
|
};
|
|
9623
|
-
type Data$
|
|
9654
|
+
type Data$a = {
|
|
9624
9655
|
allow_change_area_time: number;
|
|
9625
9656
|
allow_upload_cover_time: number;
|
|
9626
9657
|
area_id: number;
|
|
@@ -9711,12 +9742,12 @@ type BiliCheckQrcode = {
|
|
|
9711
9742
|
};
|
|
9712
9743
|
type CheckQrcodeData = {
|
|
9713
9744
|
code: number;
|
|
9714
|
-
data: DataData;
|
|
9745
|
+
data: DataData$1;
|
|
9715
9746
|
message: string;
|
|
9716
9747
|
ttl: number;
|
|
9717
9748
|
[property: string]: any;
|
|
9718
9749
|
};
|
|
9719
|
-
type DataData = {
|
|
9750
|
+
type DataData$1 = {
|
|
9720
9751
|
code: number;
|
|
9721
9752
|
message: string;
|
|
9722
9753
|
refresh_token: string;
|
|
@@ -9742,12 +9773,12 @@ type Headers = {
|
|
|
9742
9773
|
|
|
9743
9774
|
type BiliNewLoginQrcode = {
|
|
9744
9775
|
code: number;
|
|
9745
|
-
data: Data$
|
|
9776
|
+
data: Data$9;
|
|
9746
9777
|
message: string;
|
|
9747
9778
|
ttl: number;
|
|
9748
9779
|
[property: string]: any;
|
|
9749
9780
|
};
|
|
9750
|
-
type Data$
|
|
9781
|
+
type Data$9 = {
|
|
9751
9782
|
qrcode_key: string;
|
|
9752
9783
|
url: string;
|
|
9753
9784
|
[property: string]: any;
|
|
@@ -9755,12 +9786,12 @@ type Data$a = {
|
|
|
9755
9786
|
|
|
9756
9787
|
type BiliOneWork = {
|
|
9757
9788
|
code: number;
|
|
9758
|
-
data: Data$
|
|
9789
|
+
data: Data$8;
|
|
9759
9790
|
message: string;
|
|
9760
9791
|
ttl: number;
|
|
9761
9792
|
[property: string]: any;
|
|
9762
9793
|
};
|
|
9763
|
-
type Data$
|
|
9794
|
+
type Data$8 = {
|
|
9764
9795
|
aid: number;
|
|
9765
9796
|
argue_info: ArgueInfo;
|
|
9766
9797
|
bvid: string;
|
|
@@ -9789,7 +9820,7 @@ type Data$9 = {
|
|
|
9789
9820
|
need_jump_bv: boolean;
|
|
9790
9821
|
no_cache: boolean;
|
|
9791
9822
|
owner: Owner;
|
|
9792
|
-
pages: Page
|
|
9823
|
+
pages: Page[];
|
|
9793
9824
|
pic: string;
|
|
9794
9825
|
premiere: null;
|
|
9795
9826
|
pubdate: number;
|
|
@@ -9832,7 +9863,7 @@ type Owner = {
|
|
|
9832
9863
|
name: string;
|
|
9833
9864
|
[property: string]: any;
|
|
9834
9865
|
};
|
|
9835
|
-
type Page
|
|
9866
|
+
type Page = {
|
|
9836
9867
|
cid?: number;
|
|
9837
9868
|
dimension?: PageDimension;
|
|
9838
9869
|
duration?: number;
|
|
@@ -9899,12 +9930,12 @@ type UserGarb = {
|
|
|
9899
9930
|
|
|
9900
9931
|
type BiliUserDynamic = {
|
|
9901
9932
|
code: number;
|
|
9902
|
-
data: Data$
|
|
9933
|
+
data: Data$7;
|
|
9903
9934
|
message: string;
|
|
9904
9935
|
ttl: number;
|
|
9905
9936
|
[property: string]: any;
|
|
9906
9937
|
};
|
|
9907
|
-
type Data$
|
|
9938
|
+
type Data$7 = {
|
|
9908
9939
|
has_more: boolean;
|
|
9909
9940
|
items: DataItem[];
|
|
9910
9941
|
offset: string;
|
|
@@ -10132,16 +10163,16 @@ type FluffyWebcssStyle$1 = {
|
|
|
10132
10163
|
[property: string]: any;
|
|
10133
10164
|
};
|
|
10134
10165
|
type FluffyResource$1 = {
|
|
10135
|
-
res_animation?: PurpleResAnimation
|
|
10166
|
+
res_animation?: PurpleResAnimation;
|
|
10136
10167
|
res_image: FluffyResImage$1;
|
|
10137
10168
|
res_type: number;
|
|
10138
10169
|
[property: string]: any;
|
|
10139
10170
|
};
|
|
10140
|
-
type PurpleResAnimation
|
|
10141
|
-
webp_src: PurpleWebpSrc
|
|
10171
|
+
type PurpleResAnimation = {
|
|
10172
|
+
webp_src: PurpleWebpSrc;
|
|
10142
10173
|
[property: string]: any;
|
|
10143
10174
|
};
|
|
10144
|
-
type PurpleWebpSrc
|
|
10175
|
+
type PurpleWebpSrc = {
|
|
10145
10176
|
remote: FluffyRemote$1;
|
|
10146
10177
|
src_type: number;
|
|
10147
10178
|
[property: string]: any;
|
|
@@ -10178,14 +10209,14 @@ type PurpleDecorate = {
|
|
|
10178
10209
|
};
|
|
10179
10210
|
type PurpleFan = {
|
|
10180
10211
|
color: string;
|
|
10181
|
-
color_format: PurpleColorFormat
|
|
10212
|
+
color_format: PurpleColorFormat;
|
|
10182
10213
|
is_fan: boolean;
|
|
10183
10214
|
num_prefix: string;
|
|
10184
10215
|
num_str: string;
|
|
10185
10216
|
number: number;
|
|
10186
10217
|
[property: string]: any;
|
|
10187
10218
|
};
|
|
10188
|
-
type PurpleColorFormat
|
|
10219
|
+
type PurpleColorFormat = {
|
|
10189
10220
|
colors: string[];
|
|
10190
10221
|
end_point: string;
|
|
10191
10222
|
gradients: number[];
|
|
@@ -10606,16 +10637,16 @@ type StickyWebcssStyle$1 = {
|
|
|
10606
10637
|
[property: string]: any;
|
|
10607
10638
|
};
|
|
10608
10639
|
type StickyResource$1 = {
|
|
10609
|
-
res_animation?: FluffyResAnimation
|
|
10640
|
+
res_animation?: FluffyResAnimation;
|
|
10610
10641
|
res_image: StickyResImage$1;
|
|
10611
10642
|
res_type: number;
|
|
10612
10643
|
[property: string]: any;
|
|
10613
10644
|
};
|
|
10614
|
-
type FluffyResAnimation
|
|
10615
|
-
webp_src: FluffyWebpSrc
|
|
10645
|
+
type FluffyResAnimation = {
|
|
10646
|
+
webp_src: FluffyWebpSrc;
|
|
10616
10647
|
[property: string]: any;
|
|
10617
10648
|
};
|
|
10618
|
-
type FluffyWebpSrc
|
|
10649
|
+
type FluffyWebpSrc = {
|
|
10619
10650
|
remote: IndigoRemote$1;
|
|
10620
10651
|
src_type: number;
|
|
10621
10652
|
[property: string]: any;
|
|
@@ -10652,14 +10683,14 @@ type FluffyDecorate = {
|
|
|
10652
10683
|
};
|
|
10653
10684
|
type FluffyFan = {
|
|
10654
10685
|
color: string;
|
|
10655
|
-
color_format: FluffyColorFormat
|
|
10686
|
+
color_format: FluffyColorFormat;
|
|
10656
10687
|
is_fan: boolean;
|
|
10657
10688
|
num_prefix: string;
|
|
10658
10689
|
num_str: string;
|
|
10659
10690
|
number: number;
|
|
10660
10691
|
[property: string]: any;
|
|
10661
10692
|
};
|
|
10662
|
-
type FluffyColorFormat
|
|
10693
|
+
type FluffyColorFormat = {
|
|
10663
10694
|
colors: string[];
|
|
10664
10695
|
end_point: string;
|
|
10665
10696
|
gradients: number[];
|
|
@@ -10777,12 +10808,12 @@ type FluffyItem = {
|
|
|
10777
10808
|
|
|
10778
10809
|
type BiliUserFullView = {
|
|
10779
10810
|
code: number;
|
|
10780
|
-
data: Data$
|
|
10811
|
+
data: Data$6;
|
|
10781
10812
|
message: string;
|
|
10782
10813
|
ttl: number;
|
|
10783
10814
|
[property: string]: any;
|
|
10784
10815
|
};
|
|
10785
|
-
type Data$
|
|
10816
|
+
type Data$6 = {
|
|
10786
10817
|
archive: Archive;
|
|
10787
10818
|
article: Article;
|
|
10788
10819
|
likes: number;
|
|
@@ -10801,12 +10832,12 @@ type Article = {
|
|
|
10801
10832
|
|
|
10802
10833
|
type BiliUserProfile = {
|
|
10803
10834
|
code: number;
|
|
10804
|
-
data: Data$
|
|
10835
|
+
data: Data$5;
|
|
10805
10836
|
message: string;
|
|
10806
10837
|
ttl: number;
|
|
10807
10838
|
[property: string]: any;
|
|
10808
10839
|
};
|
|
10809
|
-
type Data$
|
|
10840
|
+
type Data$5 = {
|
|
10810
10841
|
archive_count: number;
|
|
10811
10842
|
article_count: number;
|
|
10812
10843
|
card: Card;
|
|
@@ -10938,12 +10969,12 @@ type Space = {
|
|
|
10938
10969
|
/** 视频下载地址(已登录) */
|
|
10939
10970
|
type BiliVideoPlayurlIsLogin = {
|
|
10940
10971
|
code: number;
|
|
10941
|
-
data: Data$
|
|
10972
|
+
data: Data$4;
|
|
10942
10973
|
message: string;
|
|
10943
10974
|
ttl: number;
|
|
10944
10975
|
[property: string]: any;
|
|
10945
10976
|
};
|
|
10946
|
-
type Data$
|
|
10977
|
+
type Data$4 = {
|
|
10947
10978
|
accept_description: string[];
|
|
10948
10979
|
accept_format: string;
|
|
10949
10980
|
accept_quality: number[];
|
|
@@ -11055,26 +11086,73 @@ type SupportFormat$2 = {
|
|
|
11055
11086
|
|
|
11056
11087
|
type BiliWorkComments = {
|
|
11057
11088
|
code: number;
|
|
11058
|
-
data:
|
|
11089
|
+
data: DataData;
|
|
11059
11090
|
message: string;
|
|
11060
11091
|
ttl: number;
|
|
11061
11092
|
[property: string]: any;
|
|
11062
11093
|
};
|
|
11063
|
-
type
|
|
11094
|
+
type DataData = {
|
|
11064
11095
|
assist: number;
|
|
11065
11096
|
blacklist: number;
|
|
11097
|
+
callbacks: {
|
|
11098
|
+
[key: string]: any;
|
|
11099
|
+
};
|
|
11100
|
+
cm_info: CmInfo;
|
|
11066
11101
|
config: Config;
|
|
11067
11102
|
control: Control;
|
|
11068
|
-
|
|
11069
|
-
|
|
11070
|
-
|
|
11103
|
+
cursor: Cursor;
|
|
11104
|
+
effects: Effects;
|
|
11105
|
+
note: number;
|
|
11071
11106
|
replies: DataReply[];
|
|
11072
|
-
|
|
11073
|
-
|
|
11074
|
-
upper:
|
|
11107
|
+
top: Top;
|
|
11108
|
+
top_replies: TopReply[];
|
|
11109
|
+
upper: DataUpper;
|
|
11075
11110
|
vote: number;
|
|
11076
11111
|
[property: string]: any;
|
|
11077
11112
|
};
|
|
11113
|
+
type CmInfo = {
|
|
11114
|
+
ads: Ads;
|
|
11115
|
+
[property: string]: any;
|
|
11116
|
+
};
|
|
11117
|
+
type Ads = {
|
|
11118
|
+
"4765": The4765[];
|
|
11119
|
+
[property: string]: any;
|
|
11120
|
+
};
|
|
11121
|
+
type The4765 = {
|
|
11122
|
+
activity_type?: number;
|
|
11123
|
+
ad_cb?: string;
|
|
11124
|
+
ad_desc?: string;
|
|
11125
|
+
adver_name?: string;
|
|
11126
|
+
agency?: string;
|
|
11127
|
+
area?: number;
|
|
11128
|
+
cm_mark?: number;
|
|
11129
|
+
contract_id?: string;
|
|
11130
|
+
creative_id?: number;
|
|
11131
|
+
creative_type?: number;
|
|
11132
|
+
epid?: number;
|
|
11133
|
+
id?: number;
|
|
11134
|
+
intro?: string;
|
|
11135
|
+
is_ad?: boolean;
|
|
11136
|
+
is_ad_loc?: boolean;
|
|
11137
|
+
label?: string;
|
|
11138
|
+
litpic?: string;
|
|
11139
|
+
mid?: string;
|
|
11140
|
+
name?: string;
|
|
11141
|
+
null_frame?: boolean;
|
|
11142
|
+
pic?: string;
|
|
11143
|
+
pic_main_color?: string;
|
|
11144
|
+
pos_num?: number;
|
|
11145
|
+
request_id?: string;
|
|
11146
|
+
server_type?: number;
|
|
11147
|
+
show_url?: string;
|
|
11148
|
+
src_id?: number;
|
|
11149
|
+
stime?: number;
|
|
11150
|
+
style?: number;
|
|
11151
|
+
sub_title?: string;
|
|
11152
|
+
title?: string;
|
|
11153
|
+
url?: string;
|
|
11154
|
+
[property: string]: any;
|
|
11155
|
+
};
|
|
11078
11156
|
type Config = {
|
|
11079
11157
|
read_only: boolean;
|
|
11080
11158
|
show_up_flag: boolean;
|
|
@@ -11103,30 +11181,37 @@ type Control = {
|
|
|
11103
11181
|
web_selection: boolean;
|
|
11104
11182
|
[property: string]: any;
|
|
11105
11183
|
};
|
|
11106
|
-
type
|
|
11107
|
-
|
|
11108
|
-
|
|
11109
|
-
|
|
11184
|
+
type Cursor = {
|
|
11185
|
+
all_count: number;
|
|
11186
|
+
is_begin: boolean;
|
|
11187
|
+
is_end: boolean;
|
|
11188
|
+
mode: number;
|
|
11189
|
+
mode_text: string;
|
|
11190
|
+
name: string;
|
|
11191
|
+
next: number;
|
|
11192
|
+
pagination_reply: PaginationReply;
|
|
11193
|
+
prev: number;
|
|
11194
|
+
session_id: string;
|
|
11195
|
+
support_mode: number[];
|
|
11110
11196
|
[property: string]: any;
|
|
11111
11197
|
};
|
|
11112
|
-
type
|
|
11113
|
-
|
|
11114
|
-
|
|
11115
|
-
|
|
11116
|
-
|
|
11198
|
+
type PaginationReply = {
|
|
11199
|
+
next_offset: string;
|
|
11200
|
+
[property: string]: any;
|
|
11201
|
+
};
|
|
11202
|
+
type Effects = {
|
|
11203
|
+
preloading: string;
|
|
11117
11204
|
[property: string]: any;
|
|
11118
11205
|
};
|
|
11119
11206
|
type DataReply = {
|
|
11120
11207
|
action: number;
|
|
11121
11208
|
assist: number;
|
|
11122
11209
|
attr: number;
|
|
11123
|
-
card_label?: CardLabel[];
|
|
11124
11210
|
content: PurpleContent;
|
|
11125
11211
|
count: number;
|
|
11126
11212
|
ctime: number;
|
|
11127
11213
|
dialog: number;
|
|
11128
11214
|
dialog_str: string;
|
|
11129
|
-
dynamic_id: number;
|
|
11130
11215
|
dynamic_id_str: string;
|
|
11131
11216
|
fansgrade: number;
|
|
11132
11217
|
folder: PurpleFolder;
|
|
@@ -11153,219 +11238,559 @@ type DataReply = {
|
|
|
11153
11238
|
up_action: FluffyUpAction;
|
|
11154
11239
|
[property: string]: any;
|
|
11155
11240
|
};
|
|
11156
|
-
type CardLabel = {
|
|
11157
|
-
background?: string;
|
|
11158
|
-
background_height?: number;
|
|
11159
|
-
background_width?: number;
|
|
11160
|
-
effect?: number;
|
|
11161
|
-
effect_start_time?: number;
|
|
11162
|
-
image?: string;
|
|
11163
|
-
jump_url?: string;
|
|
11164
|
-
label_color_day?: string;
|
|
11165
|
-
label_color_night?: string;
|
|
11166
|
-
rpid?: number;
|
|
11167
|
-
text_color_day?: string;
|
|
11168
|
-
text_color_night?: string;
|
|
11169
|
-
text_content?: string;
|
|
11170
|
-
type?: number;
|
|
11171
|
-
[property: string]: any;
|
|
11172
|
-
};
|
|
11173
11241
|
type PurpleContent = {
|
|
11174
|
-
|
|
11175
|
-
|
|
11242
|
+
jump_url: {
|
|
11243
|
+
[key: string]: any;
|
|
11244
|
+
};
|
|
11176
11245
|
max_line: number;
|
|
11177
11246
|
members: string[];
|
|
11178
11247
|
message: string;
|
|
11179
|
-
picture_scale?: number;
|
|
11180
|
-
pictures?: Picture[];
|
|
11181
|
-
[property: string]: any;
|
|
11182
|
-
};
|
|
11183
|
-
type PurpleEmote = {
|
|
11184
|
-
'[doge]'?: PurpleDoge;
|
|
11185
|
-
'[吃瓜]'?: 吃瓜;
|
|
11186
|
-
'[哦呼]'?: 哦呼;
|
|
11187
|
-
'[喜极而泣]'?: Purple喜极而泣;
|
|
11188
|
-
'[嗑瓜子]'?: 嗑瓜子;
|
|
11189
|
-
'[星星眼]'?: 星星眼;
|
|
11190
|
-
'[滑稽]'?: 滑稽;
|
|
11191
|
-
'[给心心]'?: Purple给心心;
|
|
11192
|
-
'[脱单doge]': Purple脱单Doge;
|
|
11193
11248
|
[property: string]: any;
|
|
11194
11249
|
};
|
|
11195
|
-
type
|
|
11196
|
-
|
|
11197
|
-
|
|
11198
|
-
|
|
11199
|
-
meta: PurpleMeta;
|
|
11200
|
-
mtime: number;
|
|
11201
|
-
package_id: number;
|
|
11202
|
-
state: number;
|
|
11203
|
-
text: string;
|
|
11204
|
-
type: number;
|
|
11205
|
-
url: string;
|
|
11250
|
+
type PurpleFolder = {
|
|
11251
|
+
has_folded: boolean;
|
|
11252
|
+
is_folded: boolean;
|
|
11253
|
+
rule: string;
|
|
11206
11254
|
[property: string]: any;
|
|
11207
11255
|
};
|
|
11208
|
-
type
|
|
11209
|
-
|
|
11210
|
-
|
|
11256
|
+
type PurpleMember = {
|
|
11257
|
+
avatar: string;
|
|
11258
|
+
avatar_item: PurpleAvatarItem;
|
|
11259
|
+
contract_desc: string;
|
|
11260
|
+
face_nft_new: number;
|
|
11261
|
+
fans_detail: null;
|
|
11262
|
+
is_contractor: boolean;
|
|
11263
|
+
is_senior_member: number;
|
|
11264
|
+
level_info: PurpleLevelInfo;
|
|
11265
|
+
mid: string;
|
|
11266
|
+
nameplate: PurpleNameplate;
|
|
11267
|
+
nft_interaction: null;
|
|
11268
|
+
official_verify: PurpleOfficialVerify;
|
|
11269
|
+
pendant: PurplePendant;
|
|
11270
|
+
rank: string;
|
|
11271
|
+
senior: {
|
|
11272
|
+
[key: string]: any;
|
|
11273
|
+
};
|
|
11274
|
+
sex: string;
|
|
11275
|
+
sign: string;
|
|
11276
|
+
uname: string;
|
|
11277
|
+
user_sailing: PurpleUserSailing;
|
|
11278
|
+
user_sailing_v2: {
|
|
11279
|
+
[key: string]: any;
|
|
11280
|
+
};
|
|
11281
|
+
vip: PurpleVip;
|
|
11211
11282
|
[property: string]: any;
|
|
11212
11283
|
};
|
|
11213
|
-
type
|
|
11214
|
-
|
|
11215
|
-
|
|
11216
|
-
|
|
11217
|
-
meta: 吃瓜_Meta;
|
|
11218
|
-
mtime: number;
|
|
11219
|
-
package_id: number;
|
|
11220
|
-
state: number;
|
|
11221
|
-
text: string;
|
|
11222
|
-
type: number;
|
|
11223
|
-
url: string;
|
|
11284
|
+
type PurpleAvatarItem = {
|
|
11285
|
+
container_size: PurpleContainerSize;
|
|
11286
|
+
fallback_layers: PurpleFallbackLayers;
|
|
11287
|
+
mid: string;
|
|
11224
11288
|
[property: string]: any;
|
|
11225
11289
|
};
|
|
11226
|
-
type
|
|
11227
|
-
|
|
11228
|
-
|
|
11290
|
+
type PurpleContainerSize = {
|
|
11291
|
+
height: number;
|
|
11292
|
+
width: number;
|
|
11229
11293
|
[property: string]: any;
|
|
11230
11294
|
};
|
|
11231
|
-
type
|
|
11232
|
-
|
|
11233
|
-
|
|
11234
|
-
jump_title: string;
|
|
11235
|
-
meta: 哦呼_Meta;
|
|
11236
|
-
mtime: number;
|
|
11237
|
-
package_id: number;
|
|
11238
|
-
state: number;
|
|
11239
|
-
text: string;
|
|
11240
|
-
type: number;
|
|
11241
|
-
url: string;
|
|
11295
|
+
type PurpleFallbackLayers = {
|
|
11296
|
+
is_critical_group: boolean;
|
|
11297
|
+
layers: PurpleLayer[];
|
|
11242
11298
|
[property: string]: any;
|
|
11243
11299
|
};
|
|
11244
|
-
type
|
|
11245
|
-
|
|
11246
|
-
|
|
11300
|
+
type PurpleLayer = {
|
|
11301
|
+
general_spec: PurpleGeneralSpec;
|
|
11302
|
+
layer_config: PurpleLayerConfig;
|
|
11303
|
+
resource: PurpleResource;
|
|
11304
|
+
visible: boolean;
|
|
11247
11305
|
[property: string]: any;
|
|
11248
11306
|
};
|
|
11249
|
-
type
|
|
11250
|
-
|
|
11251
|
-
|
|
11252
|
-
|
|
11253
|
-
meta: FluffyMeta;
|
|
11254
|
-
mtime: number;
|
|
11255
|
-
package_id: number;
|
|
11256
|
-
state: number;
|
|
11257
|
-
text: string;
|
|
11258
|
-
type: number;
|
|
11259
|
-
url: string;
|
|
11307
|
+
type PurpleGeneralSpec = {
|
|
11308
|
+
pos_spec: PurplePosSpec;
|
|
11309
|
+
render_spec: PurpleRenderSpec;
|
|
11310
|
+
size_spec: PurpleSizeSpec;
|
|
11260
11311
|
[property: string]: any;
|
|
11261
11312
|
};
|
|
11262
|
-
type
|
|
11263
|
-
|
|
11264
|
-
|
|
11313
|
+
type PurplePosSpec = {
|
|
11314
|
+
axis_x: number;
|
|
11315
|
+
axis_y: number;
|
|
11316
|
+
coordinate_pos: number;
|
|
11265
11317
|
[property: string]: any;
|
|
11266
11318
|
};
|
|
11267
|
-
type
|
|
11268
|
-
|
|
11269
|
-
id: number;
|
|
11270
|
-
jump_title: string;
|
|
11271
|
-
meta: 嗑瓜子_Meta;
|
|
11272
|
-
mtime: number;
|
|
11273
|
-
package_id: number;
|
|
11274
|
-
state: number;
|
|
11275
|
-
text: string;
|
|
11276
|
-
type: number;
|
|
11277
|
-
url: string;
|
|
11319
|
+
type PurpleRenderSpec = {
|
|
11320
|
+
opacity: number;
|
|
11278
11321
|
[property: string]: any;
|
|
11279
11322
|
};
|
|
11280
|
-
type
|
|
11281
|
-
|
|
11282
|
-
|
|
11323
|
+
type PurpleSizeSpec = {
|
|
11324
|
+
height: number | number;
|
|
11325
|
+
width: number | number;
|
|
11283
11326
|
[property: string]: any;
|
|
11284
11327
|
};
|
|
11285
|
-
type
|
|
11286
|
-
|
|
11287
|
-
|
|
11288
|
-
jump_title: string;
|
|
11289
|
-
meta: 星星眼_Meta;
|
|
11290
|
-
mtime: number;
|
|
11291
|
-
package_id: number;
|
|
11292
|
-
state: number;
|
|
11293
|
-
text: string;
|
|
11294
|
-
type: number;
|
|
11295
|
-
url: string;
|
|
11328
|
+
type PurpleLayerConfig = {
|
|
11329
|
+
is_critical: boolean;
|
|
11330
|
+
tags: PurpleTags;
|
|
11296
11331
|
[property: string]: any;
|
|
11297
11332
|
};
|
|
11298
|
-
type
|
|
11333
|
+
type PurpleTags = {
|
|
11334
|
+
AVATAR_LAYER: {
|
|
11335
|
+
[key: string]: any;
|
|
11336
|
+
};
|
|
11337
|
+
GENERAL_CFG: PurpleGENERALCFG;
|
|
11338
|
+
ICON_LAYER?: {
|
|
11339
|
+
[key: string]: any;
|
|
11340
|
+
};
|
|
11341
|
+
[property: string]: any;
|
|
11342
|
+
};
|
|
11343
|
+
type PurpleGENERALCFG = {
|
|
11344
|
+
config_type: number;
|
|
11345
|
+
general_config: PurpleGeneralConfig;
|
|
11346
|
+
[property: string]: any;
|
|
11347
|
+
};
|
|
11348
|
+
type PurpleGeneralConfig = {
|
|
11349
|
+
web_css_style: PurpleWebcssStyle;
|
|
11350
|
+
[property: string]: any;
|
|
11351
|
+
};
|
|
11352
|
+
type PurpleWebcssStyle = {
|
|
11353
|
+
"background-color"?: string;
|
|
11354
|
+
border?: string;
|
|
11355
|
+
borderRadius: string;
|
|
11356
|
+
boxSizing?: string;
|
|
11357
|
+
[property: string]: any;
|
|
11358
|
+
};
|
|
11359
|
+
type PurpleResource = {
|
|
11360
|
+
res_image: PurpleResImage;
|
|
11361
|
+
res_type: number;
|
|
11362
|
+
[property: string]: any;
|
|
11363
|
+
};
|
|
11364
|
+
type PurpleResImage = {
|
|
11365
|
+
image_src: PurpleImageSrc;
|
|
11366
|
+
[property: string]: any;
|
|
11367
|
+
};
|
|
11368
|
+
type PurpleImageSrc = {
|
|
11369
|
+
local?: number;
|
|
11370
|
+
placeholder: number;
|
|
11371
|
+
remote: PurpleRemote;
|
|
11372
|
+
src_type: number;
|
|
11373
|
+
[property: string]: any;
|
|
11374
|
+
};
|
|
11375
|
+
type PurpleRemote = {
|
|
11376
|
+
bfs_style: string;
|
|
11377
|
+
url: string;
|
|
11378
|
+
[property: string]: any;
|
|
11379
|
+
};
|
|
11380
|
+
type PurpleLevelInfo = {
|
|
11381
|
+
current_exp: number;
|
|
11382
|
+
current_level: number;
|
|
11383
|
+
current_min: number;
|
|
11384
|
+
next_exp: number;
|
|
11385
|
+
[property: string]: any;
|
|
11386
|
+
};
|
|
11387
|
+
type PurpleNameplate = {
|
|
11388
|
+
condition: string;
|
|
11389
|
+
image: string;
|
|
11390
|
+
image_small: string;
|
|
11391
|
+
level: string;
|
|
11392
|
+
name: string;
|
|
11393
|
+
nid: number;
|
|
11394
|
+
[property: string]: any;
|
|
11395
|
+
};
|
|
11396
|
+
type PurpleOfficialVerify = {
|
|
11397
|
+
desc: string;
|
|
11398
|
+
type: number;
|
|
11399
|
+
[property: string]: any;
|
|
11400
|
+
};
|
|
11401
|
+
type PurplePendant = {
|
|
11402
|
+
expire: number;
|
|
11403
|
+
image: string;
|
|
11404
|
+
image_enhance: string;
|
|
11405
|
+
image_enhance_frame: string;
|
|
11406
|
+
n_pid: number;
|
|
11407
|
+
name: string;
|
|
11408
|
+
pid: number;
|
|
11409
|
+
[property: string]: any;
|
|
11410
|
+
};
|
|
11411
|
+
type PurpleUserSailing = {
|
|
11412
|
+
cardbg: null;
|
|
11413
|
+
cardbg_with_focus: null;
|
|
11414
|
+
pendant: null;
|
|
11415
|
+
[property: string]: any;
|
|
11416
|
+
};
|
|
11417
|
+
type PurpleVip = {
|
|
11418
|
+
accessStatus: number;
|
|
11419
|
+
avatar_subscript: number;
|
|
11420
|
+
dueRemark: string;
|
|
11421
|
+
label: PurpleLabel;
|
|
11422
|
+
nickname_color: string;
|
|
11423
|
+
themeType: number;
|
|
11424
|
+
vipDueDate: number;
|
|
11425
|
+
vipStatus: number;
|
|
11426
|
+
vipStatusWarn: string;
|
|
11427
|
+
vipType: number;
|
|
11428
|
+
[property: string]: any;
|
|
11429
|
+
};
|
|
11430
|
+
type PurpleLabel = {
|
|
11431
|
+
bg_color: string;
|
|
11432
|
+
bg_style: number;
|
|
11433
|
+
border_color: string;
|
|
11434
|
+
img_label_uri_hans: string;
|
|
11435
|
+
img_label_uri_hans_static: string;
|
|
11436
|
+
img_label_uri_hant: string;
|
|
11437
|
+
img_label_uri_hant_static: string;
|
|
11438
|
+
label_theme: string;
|
|
11439
|
+
path: string;
|
|
11440
|
+
text: string;
|
|
11441
|
+
text_color: string;
|
|
11442
|
+
use_img_label: boolean;
|
|
11443
|
+
[property: string]: any;
|
|
11444
|
+
};
|
|
11445
|
+
type ReplyReply = {
|
|
11446
|
+
action: number;
|
|
11447
|
+
assist: number;
|
|
11448
|
+
attr: number;
|
|
11449
|
+
content: FluffyContent;
|
|
11450
|
+
count: number;
|
|
11451
|
+
ctime: number;
|
|
11452
|
+
dialog: number;
|
|
11453
|
+
dialog_str: string;
|
|
11454
|
+
dynamic_id_str: string;
|
|
11455
|
+
fansgrade: number;
|
|
11456
|
+
folder: FluffyFolder;
|
|
11457
|
+
invisible: boolean;
|
|
11458
|
+
like: number;
|
|
11459
|
+
member: FluffyMember;
|
|
11460
|
+
mid: number;
|
|
11461
|
+
mid_str: string;
|
|
11462
|
+
note_cvid_str: string;
|
|
11463
|
+
oid: number;
|
|
11464
|
+
oid_str: string;
|
|
11465
|
+
parent: number;
|
|
11466
|
+
parent_str: string;
|
|
11467
|
+
rcount: number;
|
|
11468
|
+
replies: null;
|
|
11469
|
+
reply_control: PurpleReplyControl;
|
|
11470
|
+
root: number;
|
|
11471
|
+
root_str: string;
|
|
11472
|
+
rpid: number;
|
|
11473
|
+
rpid_str: string;
|
|
11474
|
+
state: number;
|
|
11475
|
+
track_info: string;
|
|
11476
|
+
type: number;
|
|
11477
|
+
up_action: PurpleUpAction;
|
|
11478
|
+
[property: string]: any;
|
|
11479
|
+
};
|
|
11480
|
+
type FluffyContent = {
|
|
11481
|
+
emote?: Emote;
|
|
11482
|
+
jump_url: {
|
|
11483
|
+
[key: string]: any;
|
|
11484
|
+
};
|
|
11485
|
+
max_line: number;
|
|
11486
|
+
members: string[];
|
|
11487
|
+
message: string;
|
|
11488
|
+
[property: string]: any;
|
|
11489
|
+
};
|
|
11490
|
+
type Emote = {
|
|
11491
|
+
"[呲牙]": 呲牙;
|
|
11492
|
+
[property: string]: any;
|
|
11493
|
+
};
|
|
11494
|
+
type 呲牙 = {
|
|
11495
|
+
attr: number;
|
|
11496
|
+
id: number;
|
|
11497
|
+
jump_title: string;
|
|
11498
|
+
meta: Meta;
|
|
11499
|
+
mtime: number;
|
|
11500
|
+
package_id: number;
|
|
11501
|
+
state: number;
|
|
11502
|
+
text: string;
|
|
11503
|
+
type: number;
|
|
11504
|
+
url: string;
|
|
11505
|
+
[property: string]: any;
|
|
11506
|
+
};
|
|
11507
|
+
type Meta = {
|
|
11299
11508
|
size: number;
|
|
11300
11509
|
suggest: string[];
|
|
11301
11510
|
[property: string]: any;
|
|
11302
11511
|
};
|
|
11303
|
-
type
|
|
11304
|
-
|
|
11305
|
-
|
|
11306
|
-
|
|
11307
|
-
|
|
11308
|
-
|
|
11309
|
-
|
|
11310
|
-
|
|
11311
|
-
|
|
11512
|
+
type FluffyFolder = {
|
|
11513
|
+
has_folded: boolean;
|
|
11514
|
+
is_folded: boolean;
|
|
11515
|
+
rule: string;
|
|
11516
|
+
[property: string]: any;
|
|
11517
|
+
};
|
|
11518
|
+
type FluffyMember = {
|
|
11519
|
+
avatar: string;
|
|
11520
|
+
avatar_item: FluffyAvatarItem;
|
|
11521
|
+
contract_desc: string;
|
|
11522
|
+
face_nft_new: number;
|
|
11523
|
+
fans_detail: null;
|
|
11524
|
+
is_contractor: boolean;
|
|
11525
|
+
is_senior_member: number;
|
|
11526
|
+
level_info: FluffyLevelInfo;
|
|
11527
|
+
mid: string;
|
|
11528
|
+
nameplate: FluffyNameplate;
|
|
11529
|
+
nft_interaction: null;
|
|
11530
|
+
official_verify: FluffyOfficialVerify;
|
|
11531
|
+
pendant: FluffyPendant;
|
|
11532
|
+
rank: string;
|
|
11533
|
+
senior: {
|
|
11534
|
+
[key: string]: any;
|
|
11535
|
+
};
|
|
11536
|
+
sex: string;
|
|
11537
|
+
sign: string;
|
|
11538
|
+
uname: string;
|
|
11539
|
+
user_sailing: FluffyUserSailing;
|
|
11540
|
+
user_sailing_v2: {
|
|
11541
|
+
[key: string]: any;
|
|
11542
|
+
};
|
|
11543
|
+
vip: FluffyVip;
|
|
11544
|
+
[property: string]: any;
|
|
11545
|
+
};
|
|
11546
|
+
type FluffyAvatarItem = {
|
|
11547
|
+
container_size: FluffyContainerSize;
|
|
11548
|
+
fallback_layers: FluffyFallbackLayers;
|
|
11549
|
+
mid: string;
|
|
11550
|
+
[property: string]: any;
|
|
11551
|
+
};
|
|
11552
|
+
type FluffyContainerSize = {
|
|
11553
|
+
height: number;
|
|
11554
|
+
width: number;
|
|
11555
|
+
[property: string]: any;
|
|
11556
|
+
};
|
|
11557
|
+
type FluffyFallbackLayers = {
|
|
11558
|
+
is_critical_group: boolean;
|
|
11559
|
+
layers: FluffyLayer[];
|
|
11560
|
+
[property: string]: any;
|
|
11561
|
+
};
|
|
11562
|
+
type FluffyLayer = {
|
|
11563
|
+
general_spec: FluffyGeneralSpec;
|
|
11564
|
+
layer_config: FluffyLayerConfig;
|
|
11565
|
+
resource: FluffyResource;
|
|
11566
|
+
visible: boolean;
|
|
11567
|
+
[property: string]: any;
|
|
11568
|
+
};
|
|
11569
|
+
type FluffyGeneralSpec = {
|
|
11570
|
+
pos_spec: FluffyPosSpec;
|
|
11571
|
+
render_spec: FluffyRenderSpec;
|
|
11572
|
+
size_spec: FluffySizeSpec;
|
|
11573
|
+
[property: string]: any;
|
|
11574
|
+
};
|
|
11575
|
+
type FluffyPosSpec = {
|
|
11576
|
+
axis_x: number;
|
|
11577
|
+
axis_y: number;
|
|
11578
|
+
coordinate_pos: number;
|
|
11579
|
+
[property: string]: any;
|
|
11580
|
+
};
|
|
11581
|
+
type FluffyRenderSpec = {
|
|
11582
|
+
opacity: number;
|
|
11583
|
+
[property: string]: any;
|
|
11584
|
+
};
|
|
11585
|
+
type FluffySizeSpec = {
|
|
11586
|
+
height: number | number;
|
|
11587
|
+
width: number | number;
|
|
11588
|
+
[property: string]: any;
|
|
11589
|
+
};
|
|
11590
|
+
type FluffyLayerConfig = {
|
|
11591
|
+
is_critical?: boolean;
|
|
11592
|
+
tags: FluffyTags;
|
|
11593
|
+
[property: string]: any;
|
|
11594
|
+
};
|
|
11595
|
+
type FluffyTags = {
|
|
11596
|
+
AVATAR_LAYER?: {
|
|
11597
|
+
[key: string]: any;
|
|
11598
|
+
};
|
|
11599
|
+
GENERAL_CFG: FluffyGENERALCFG;
|
|
11600
|
+
ICON_LAYER: {
|
|
11601
|
+
[key: string]: any;
|
|
11602
|
+
};
|
|
11603
|
+
[property: string]: any;
|
|
11604
|
+
};
|
|
11605
|
+
type FluffyGENERALCFG = {
|
|
11606
|
+
config_type: number;
|
|
11607
|
+
general_config: FluffyGeneralConfig;
|
|
11608
|
+
[property: string]: any;
|
|
11609
|
+
};
|
|
11610
|
+
type FluffyGeneralConfig = {
|
|
11611
|
+
web_css_style: FluffyWebcssStyle;
|
|
11612
|
+
[property: string]: any;
|
|
11613
|
+
};
|
|
11614
|
+
type FluffyWebcssStyle = {
|
|
11615
|
+
"background-color": string;
|
|
11616
|
+
border: string;
|
|
11617
|
+
borderRadius: string;
|
|
11618
|
+
boxSizing: string;
|
|
11619
|
+
[property: string]: any;
|
|
11620
|
+
};
|
|
11621
|
+
type FluffyResource = {
|
|
11622
|
+
res_image: FluffyResImage;
|
|
11623
|
+
res_type: number;
|
|
11624
|
+
[property: string]: any;
|
|
11625
|
+
};
|
|
11626
|
+
type FluffyResImage = {
|
|
11627
|
+
image_src: FluffyImageSrc;
|
|
11628
|
+
[property: string]: any;
|
|
11629
|
+
};
|
|
11630
|
+
type FluffyImageSrc = {
|
|
11631
|
+
local: number;
|
|
11632
|
+
placeholder?: number;
|
|
11633
|
+
remote?: FluffyRemote;
|
|
11634
|
+
src_type: number;
|
|
11635
|
+
[property: string]: any;
|
|
11636
|
+
};
|
|
11637
|
+
type FluffyRemote = {
|
|
11638
|
+
bfs_style: string;
|
|
11639
|
+
url: string;
|
|
11640
|
+
[property: string]: any;
|
|
11641
|
+
};
|
|
11642
|
+
type FluffyLevelInfo = {
|
|
11643
|
+
current_exp: number;
|
|
11644
|
+
current_level: number;
|
|
11645
|
+
current_min: number;
|
|
11646
|
+
next_exp: number;
|
|
11647
|
+
[property: string]: any;
|
|
11648
|
+
};
|
|
11649
|
+
type FluffyNameplate = {
|
|
11650
|
+
condition: string;
|
|
11651
|
+
image: string;
|
|
11652
|
+
image_small: string;
|
|
11653
|
+
level: string;
|
|
11654
|
+
name: string;
|
|
11655
|
+
nid: number;
|
|
11656
|
+
[property: string]: any;
|
|
11657
|
+
};
|
|
11658
|
+
type FluffyOfficialVerify = {
|
|
11659
|
+
desc: string;
|
|
11312
11660
|
type: number;
|
|
11313
|
-
url: string;
|
|
11314
11661
|
[property: string]: any;
|
|
11315
11662
|
};
|
|
11316
|
-
type
|
|
11317
|
-
|
|
11318
|
-
|
|
11663
|
+
type FluffyPendant = {
|
|
11664
|
+
expire: number;
|
|
11665
|
+
image: string;
|
|
11666
|
+
image_enhance: string;
|
|
11667
|
+
image_enhance_frame: string;
|
|
11668
|
+
n_pid: number;
|
|
11669
|
+
name: string;
|
|
11670
|
+
pid: number;
|
|
11319
11671
|
[property: string]: any;
|
|
11320
11672
|
};
|
|
11321
|
-
type
|
|
11322
|
-
|
|
11323
|
-
|
|
11324
|
-
|
|
11325
|
-
|
|
11326
|
-
|
|
11327
|
-
|
|
11328
|
-
|
|
11673
|
+
type FluffyUserSailing = {
|
|
11674
|
+
cardbg: null;
|
|
11675
|
+
cardbg_with_focus: null;
|
|
11676
|
+
pendant: null;
|
|
11677
|
+
[property: string]: any;
|
|
11678
|
+
};
|
|
11679
|
+
type FluffyVip = {
|
|
11680
|
+
accessStatus: number;
|
|
11681
|
+
avatar_subscript: number;
|
|
11682
|
+
dueRemark: string;
|
|
11683
|
+
label: FluffyLabel;
|
|
11684
|
+
nickname_color: string;
|
|
11685
|
+
themeType: number;
|
|
11686
|
+
vipDueDate: number;
|
|
11687
|
+
vipStatus: number;
|
|
11688
|
+
vipStatusWarn: string;
|
|
11689
|
+
vipType: number;
|
|
11690
|
+
[property: string]: any;
|
|
11691
|
+
};
|
|
11692
|
+
type FluffyLabel = {
|
|
11693
|
+
bg_color: string;
|
|
11694
|
+
bg_style: number;
|
|
11695
|
+
border_color: string;
|
|
11696
|
+
img_label_uri_hans: string;
|
|
11697
|
+
img_label_uri_hans_static: string;
|
|
11698
|
+
img_label_uri_hant: string;
|
|
11699
|
+
img_label_uri_hant_static: string;
|
|
11700
|
+
label_theme: string;
|
|
11701
|
+
path: string;
|
|
11329
11702
|
text: string;
|
|
11330
|
-
|
|
11331
|
-
|
|
11703
|
+
text_color: string;
|
|
11704
|
+
use_img_label: boolean;
|
|
11332
11705
|
[property: string]: any;
|
|
11333
11706
|
};
|
|
11334
|
-
type
|
|
11335
|
-
|
|
11336
|
-
|
|
11707
|
+
type PurpleReplyControl = {
|
|
11708
|
+
location: string;
|
|
11709
|
+
max_line: number;
|
|
11710
|
+
time_desc: string;
|
|
11711
|
+
translation_switch: number;
|
|
11712
|
+
[property: string]: any;
|
|
11713
|
+
};
|
|
11714
|
+
type PurpleUpAction = {
|
|
11715
|
+
like: boolean;
|
|
11716
|
+
reply: boolean;
|
|
11717
|
+
[property: string]: any;
|
|
11718
|
+
};
|
|
11719
|
+
type FluffyReplyControl = {
|
|
11720
|
+
location: string;
|
|
11721
|
+
max_line: number;
|
|
11722
|
+
sub_reply_entry_text: string;
|
|
11723
|
+
sub_reply_title_text: string;
|
|
11724
|
+
time_desc: string;
|
|
11725
|
+
translation_switch: number;
|
|
11726
|
+
up_reply: boolean;
|
|
11727
|
+
[property: string]: any;
|
|
11728
|
+
};
|
|
11729
|
+
type FluffyUpAction = {
|
|
11730
|
+
like: boolean;
|
|
11731
|
+
reply: boolean;
|
|
11732
|
+
[property: string]: any;
|
|
11733
|
+
};
|
|
11734
|
+
type Top = {
|
|
11735
|
+
admin: null;
|
|
11736
|
+
upper: TopUpper;
|
|
11737
|
+
vote: null;
|
|
11337
11738
|
[property: string]: any;
|
|
11338
11739
|
};
|
|
11339
|
-
type
|
|
11740
|
+
type TopUpper = {
|
|
11741
|
+
action: number;
|
|
11742
|
+
assist: number;
|
|
11340
11743
|
attr: number;
|
|
11341
|
-
|
|
11342
|
-
|
|
11343
|
-
|
|
11344
|
-
|
|
11345
|
-
|
|
11744
|
+
content: UpperContent;
|
|
11745
|
+
count: number;
|
|
11746
|
+
ctime: number;
|
|
11747
|
+
dialog: number;
|
|
11748
|
+
dialog_str: string;
|
|
11749
|
+
dynamic_id_str: string;
|
|
11750
|
+
fansgrade: number;
|
|
11751
|
+
folder: UpperFolder;
|
|
11752
|
+
invisible: boolean;
|
|
11753
|
+
like: number;
|
|
11754
|
+
member: UpperMember;
|
|
11755
|
+
mid: number;
|
|
11756
|
+
mid_str: string;
|
|
11757
|
+
note_cvid_str: string;
|
|
11758
|
+
oid: number;
|
|
11759
|
+
oid_str: string;
|
|
11760
|
+
parent: number;
|
|
11761
|
+
parent_str: string;
|
|
11762
|
+
rcount: number;
|
|
11763
|
+
replies: UpperReply[];
|
|
11764
|
+
reply_control: UpperReplyControl;
|
|
11765
|
+
root: number;
|
|
11766
|
+
root_str: string;
|
|
11767
|
+
rpid: number;
|
|
11768
|
+
rpid_str: string;
|
|
11346
11769
|
state: number;
|
|
11347
|
-
|
|
11770
|
+
track_info: string;
|
|
11348
11771
|
type: number;
|
|
11349
|
-
|
|
11772
|
+
up_action: UpperUpAction;
|
|
11350
11773
|
[property: string]: any;
|
|
11351
11774
|
};
|
|
11352
|
-
type
|
|
11353
|
-
|
|
11354
|
-
|
|
11775
|
+
type UpperContent = {
|
|
11776
|
+
jump_url: PurpleJumpurl;
|
|
11777
|
+
max_line: number;
|
|
11778
|
+
members: string[];
|
|
11779
|
+
message: string;
|
|
11355
11780
|
[property: string]: any;
|
|
11356
11781
|
};
|
|
11357
|
-
type
|
|
11358
|
-
|
|
11359
|
-
|
|
11782
|
+
type PurpleJumpurl = {
|
|
11783
|
+
"https://b23.tv/mall-31Qhv-71b88": PurplehttpsB23TvMall31Qhv71B88;
|
|
11784
|
+
"https://b23.tv/mall-31Qhv-72Hhp": PurplehttpsB23TvMall31Qhv72Hhp;
|
|
11360
11785
|
[property: string]: any;
|
|
11361
11786
|
};
|
|
11362
|
-
type
|
|
11787
|
+
type PurplehttpsB23TvMall31Qhv71B88 = {
|
|
11363
11788
|
app_name: string;
|
|
11364
11789
|
app_package_name: string;
|
|
11365
11790
|
app_url_schema: string;
|
|
11366
11791
|
click_report: string;
|
|
11367
11792
|
exposure_report: string;
|
|
11368
|
-
extra:
|
|
11793
|
+
extra: PurpleExtra;
|
|
11369
11794
|
icon_position: number;
|
|
11370
11795
|
is_half_screen: boolean;
|
|
11371
11796
|
match_once: boolean;
|
|
@@ -11376,21 +11801,22 @@ type 一一风荷举 = {
|
|
|
11376
11801
|
underline: boolean;
|
|
11377
11802
|
[property: string]: any;
|
|
11378
11803
|
};
|
|
11379
|
-
type
|
|
11804
|
+
type PurpleExtra = {
|
|
11380
11805
|
goods_click_report: string;
|
|
11381
11806
|
goods_cm_control: number;
|
|
11382
11807
|
goods_exposure_report: string;
|
|
11808
|
+
goods_item_id: number;
|
|
11383
11809
|
goods_show_type: number;
|
|
11384
11810
|
is_word_search: boolean;
|
|
11385
11811
|
[property: string]: any;
|
|
11386
11812
|
};
|
|
11387
|
-
type
|
|
11813
|
+
type PurplehttpsB23TvMall31Qhv72Hhp = {
|
|
11388
11814
|
app_name: string;
|
|
11389
11815
|
app_package_name: string;
|
|
11390
11816
|
app_url_schema: string;
|
|
11391
11817
|
click_report: string;
|
|
11392
11818
|
exposure_report: string;
|
|
11393
|
-
extra:
|
|
11819
|
+
extra: FluffyExtra;
|
|
11394
11820
|
icon_position: number;
|
|
11395
11821
|
is_half_screen: boolean;
|
|
11396
11822
|
match_once: boolean;
|
|
@@ -11401,263 +11827,376 @@ type 燎沉香 = {
|
|
|
11401
11827
|
underline: boolean;
|
|
11402
11828
|
[property: string]: any;
|
|
11403
11829
|
};
|
|
11404
|
-
type
|
|
11830
|
+
type FluffyExtra = {
|
|
11405
11831
|
goods_click_report: string;
|
|
11406
11832
|
goods_cm_control: number;
|
|
11407
11833
|
goods_exposure_report: string;
|
|
11834
|
+
goods_item_id: number;
|
|
11408
11835
|
goods_show_type: number;
|
|
11409
11836
|
is_word_search: boolean;
|
|
11410
11837
|
[property: string]: any;
|
|
11411
11838
|
};
|
|
11412
|
-
type
|
|
11413
|
-
img_height: number;
|
|
11414
|
-
img_size: number;
|
|
11415
|
-
img_src: string;
|
|
11416
|
-
img_width: number;
|
|
11417
|
-
play_gif_thumbnail: boolean;
|
|
11418
|
-
top_right_icon: string;
|
|
11419
|
-
[property: string]: any;
|
|
11420
|
-
};
|
|
11421
|
-
type PurpleFolder = {
|
|
11839
|
+
type UpperFolder = {
|
|
11422
11840
|
has_folded: boolean;
|
|
11423
11841
|
is_folded: boolean;
|
|
11424
11842
|
rule: string;
|
|
11425
11843
|
[property: string]: any;
|
|
11426
11844
|
};
|
|
11427
|
-
type
|
|
11845
|
+
type UpperMember = {
|
|
11428
11846
|
avatar: string;
|
|
11429
|
-
avatar_item:
|
|
11847
|
+
avatar_item: TentacledAvatarItem;
|
|
11430
11848
|
contract_desc: string;
|
|
11431
11849
|
face_nft_new: number;
|
|
11432
|
-
fans_detail: null
|
|
11850
|
+
fans_detail: null;
|
|
11433
11851
|
is_contractor: boolean;
|
|
11434
11852
|
is_senior_member: number;
|
|
11435
|
-
level_info:
|
|
11853
|
+
level_info: TentacledLevelInfo;
|
|
11436
11854
|
mid: string;
|
|
11437
|
-
nameplate:
|
|
11438
|
-
nft_interaction: null
|
|
11439
|
-
official_verify:
|
|
11440
|
-
pendant:
|
|
11855
|
+
nameplate: TentacledNameplate;
|
|
11856
|
+
nft_interaction: null;
|
|
11857
|
+
official_verify: TentacledOfficialVerify;
|
|
11858
|
+
pendant: TentacledPendant;
|
|
11441
11859
|
rank: string;
|
|
11442
|
-
senior:
|
|
11860
|
+
senior: {
|
|
11861
|
+
[key: string]: any;
|
|
11862
|
+
};
|
|
11443
11863
|
sex: string;
|
|
11444
11864
|
sign: string;
|
|
11445
11865
|
uname: string;
|
|
11446
|
-
user_sailing:
|
|
11447
|
-
user_sailing_v2:
|
|
11448
|
-
|
|
11866
|
+
user_sailing: TentacledUserSailing;
|
|
11867
|
+
user_sailing_v2: {
|
|
11868
|
+
[key: string]: any;
|
|
11869
|
+
};
|
|
11870
|
+
vip: TentacledVip;
|
|
11449
11871
|
[property: string]: any;
|
|
11450
11872
|
};
|
|
11451
|
-
type
|
|
11452
|
-
container_size:
|
|
11453
|
-
fallback_layers:
|
|
11454
|
-
layers?: FluffyLayer[];
|
|
11873
|
+
type TentacledAvatarItem = {
|
|
11874
|
+
container_size: TentacledContainerSize;
|
|
11875
|
+
fallback_layers: TentacledFallbackLayers;
|
|
11455
11876
|
mid: string;
|
|
11456
11877
|
[property: string]: any;
|
|
11457
11878
|
};
|
|
11458
|
-
type
|
|
11879
|
+
type TentacledContainerSize = {
|
|
11459
11880
|
height: number;
|
|
11460
11881
|
width: number;
|
|
11461
11882
|
[property: string]: any;
|
|
11462
11883
|
};
|
|
11463
|
-
type
|
|
11884
|
+
type TentacledFallbackLayers = {
|
|
11464
11885
|
is_critical_group: boolean;
|
|
11465
|
-
layers:
|
|
11886
|
+
layers: TentacledLayer[];
|
|
11466
11887
|
[property: string]: any;
|
|
11467
11888
|
};
|
|
11468
|
-
type
|
|
11469
|
-
general_spec:
|
|
11470
|
-
layer_config:
|
|
11471
|
-
resource:
|
|
11889
|
+
type TentacledLayer = {
|
|
11890
|
+
general_spec: TentacledGeneralSpec;
|
|
11891
|
+
layer_config: TentacledLayerConfig;
|
|
11892
|
+
resource: TentacledResource;
|
|
11472
11893
|
visible: boolean;
|
|
11473
11894
|
[property: string]: any;
|
|
11474
11895
|
};
|
|
11475
|
-
type
|
|
11476
|
-
pos_spec:
|
|
11477
|
-
render_spec:
|
|
11478
|
-
size_spec:
|
|
11896
|
+
type TentacledGeneralSpec = {
|
|
11897
|
+
pos_spec: TentacledPosSpec;
|
|
11898
|
+
render_spec: TentacledRenderSpec;
|
|
11899
|
+
size_spec: TentacledSizeSpec;
|
|
11479
11900
|
[property: string]: any;
|
|
11480
11901
|
};
|
|
11481
|
-
type
|
|
11902
|
+
type TentacledPosSpec = {
|
|
11482
11903
|
axis_x: number;
|
|
11483
11904
|
axis_y: number;
|
|
11484
11905
|
coordinate_pos: number;
|
|
11485
11906
|
[property: string]: any;
|
|
11486
11907
|
};
|
|
11487
|
-
type
|
|
11908
|
+
type TentacledRenderSpec = {
|
|
11488
11909
|
opacity: number;
|
|
11489
11910
|
[property: string]: any;
|
|
11490
11911
|
};
|
|
11491
|
-
type
|
|
11492
|
-
height: number;
|
|
11493
|
-
width: number;
|
|
11912
|
+
type TentacledSizeSpec = {
|
|
11913
|
+
height: number | number;
|
|
11914
|
+
width: number | number;
|
|
11494
11915
|
[property: string]: any;
|
|
11495
11916
|
};
|
|
11496
|
-
type
|
|
11497
|
-
is_critical
|
|
11498
|
-
tags:
|
|
11917
|
+
type TentacledLayerConfig = {
|
|
11918
|
+
is_critical?: boolean;
|
|
11919
|
+
tags: TentacledTags;
|
|
11499
11920
|
[property: string]: any;
|
|
11500
11921
|
};
|
|
11501
|
-
type
|
|
11502
|
-
AVATAR_LAYER
|
|
11503
|
-
[key: string]: any;
|
|
11504
|
-
};
|
|
11505
|
-
GENERAL_CFG: PurpleGENERALCFG;
|
|
11506
|
-
ICON_LAYER?: {
|
|
11922
|
+
type TentacledTags = {
|
|
11923
|
+
AVATAR_LAYER?: {
|
|
11507
11924
|
[key: string]: any;
|
|
11508
11925
|
};
|
|
11509
|
-
|
|
11926
|
+
GENERAL_CFG: TentacledGENERALCFG;
|
|
11927
|
+
ICON_LAYER: {
|
|
11510
11928
|
[key: string]: any;
|
|
11511
11929
|
};
|
|
11512
11930
|
[property: string]: any;
|
|
11513
11931
|
};
|
|
11514
|
-
type
|
|
11515
|
-
config_type: number;
|
|
11516
|
-
general_config:
|
|
11932
|
+
type TentacledGENERALCFG = {
|
|
11933
|
+
config_type: number;
|
|
11934
|
+
general_config: TentacledGeneralConfig;
|
|
11935
|
+
[property: string]: any;
|
|
11936
|
+
};
|
|
11937
|
+
type TentacledGeneralConfig = {
|
|
11938
|
+
web_css_style: TentacledWebcssStyle;
|
|
11939
|
+
[property: string]: any;
|
|
11940
|
+
};
|
|
11941
|
+
type TentacledWebcssStyle = {
|
|
11942
|
+
"background-color": string;
|
|
11943
|
+
border: string;
|
|
11944
|
+
borderRadius: string;
|
|
11945
|
+
boxSizing: string;
|
|
11946
|
+
[property: string]: any;
|
|
11947
|
+
};
|
|
11948
|
+
type TentacledResource = {
|
|
11949
|
+
res_image: TentacledResImage;
|
|
11950
|
+
res_type: number;
|
|
11951
|
+
[property: string]: any;
|
|
11952
|
+
};
|
|
11953
|
+
type TentacledResImage = {
|
|
11954
|
+
image_src: TentacledImageSrc;
|
|
11955
|
+
[property: string]: any;
|
|
11956
|
+
};
|
|
11957
|
+
type TentacledImageSrc = {
|
|
11958
|
+
local: number;
|
|
11959
|
+
placeholder?: number;
|
|
11960
|
+
remote?: TentacledRemote;
|
|
11961
|
+
src_type: number;
|
|
11962
|
+
[property: string]: any;
|
|
11963
|
+
};
|
|
11964
|
+
type TentacledRemote = {
|
|
11965
|
+
bfs_style: string;
|
|
11966
|
+
url: string;
|
|
11967
|
+
[property: string]: any;
|
|
11968
|
+
};
|
|
11969
|
+
type TentacledLevelInfo = {
|
|
11970
|
+
current_exp: number;
|
|
11971
|
+
current_level: number;
|
|
11972
|
+
current_min: number;
|
|
11973
|
+
next_exp: number;
|
|
11974
|
+
[property: string]: any;
|
|
11975
|
+
};
|
|
11976
|
+
type TentacledNameplate = {
|
|
11977
|
+
condition: string;
|
|
11978
|
+
image: string;
|
|
11979
|
+
image_small: string;
|
|
11980
|
+
level: string;
|
|
11981
|
+
name: string;
|
|
11982
|
+
nid: number;
|
|
11983
|
+
[property: string]: any;
|
|
11984
|
+
};
|
|
11985
|
+
type TentacledOfficialVerify = {
|
|
11986
|
+
desc: string;
|
|
11987
|
+
type: number;
|
|
11988
|
+
[property: string]: any;
|
|
11989
|
+
};
|
|
11990
|
+
type TentacledPendant = {
|
|
11991
|
+
expire: number;
|
|
11992
|
+
image: string;
|
|
11993
|
+
image_enhance: string;
|
|
11994
|
+
image_enhance_frame: string;
|
|
11995
|
+
n_pid: number;
|
|
11996
|
+
name: string;
|
|
11997
|
+
pid: number;
|
|
11517
11998
|
[property: string]: any;
|
|
11518
11999
|
};
|
|
11519
|
-
type
|
|
11520
|
-
|
|
12000
|
+
type TentacledUserSailing = {
|
|
12001
|
+
cardbg: null;
|
|
12002
|
+
cardbg_with_focus: null;
|
|
12003
|
+
pendant: null;
|
|
11521
12004
|
[property: string]: any;
|
|
11522
12005
|
};
|
|
11523
|
-
type
|
|
11524
|
-
|
|
11525
|
-
|
|
11526
|
-
|
|
11527
|
-
|
|
12006
|
+
type TentacledVip = {
|
|
12007
|
+
accessStatus: number;
|
|
12008
|
+
avatar_subscript: number;
|
|
12009
|
+
dueRemark: string;
|
|
12010
|
+
label: TentacledLabel;
|
|
12011
|
+
nickname_color: string;
|
|
12012
|
+
themeType: number;
|
|
12013
|
+
vipDueDate: number;
|
|
12014
|
+
vipStatus: number;
|
|
12015
|
+
vipStatusWarn: string;
|
|
12016
|
+
vipType: number;
|
|
11528
12017
|
[property: string]: any;
|
|
11529
12018
|
};
|
|
11530
|
-
type
|
|
11531
|
-
|
|
11532
|
-
|
|
11533
|
-
|
|
12019
|
+
type TentacledLabel = {
|
|
12020
|
+
bg_color: string;
|
|
12021
|
+
bg_style: number;
|
|
12022
|
+
border_color: string;
|
|
12023
|
+
img_label_uri_hans: string;
|
|
12024
|
+
img_label_uri_hans_static: string;
|
|
12025
|
+
img_label_uri_hant: string;
|
|
12026
|
+
img_label_uri_hant_static: string;
|
|
12027
|
+
label_theme: string;
|
|
12028
|
+
path: string;
|
|
12029
|
+
text: string;
|
|
12030
|
+
text_color: string;
|
|
12031
|
+
use_img_label: boolean;
|
|
11534
12032
|
[property: string]: any;
|
|
11535
12033
|
};
|
|
11536
|
-
type
|
|
11537
|
-
|
|
12034
|
+
type UpperReply = {
|
|
12035
|
+
action?: number;
|
|
12036
|
+
assist?: number;
|
|
12037
|
+
attr?: number;
|
|
12038
|
+
content?: TentacledContent;
|
|
12039
|
+
count?: number;
|
|
12040
|
+
ctime?: number;
|
|
12041
|
+
dialog?: number;
|
|
12042
|
+
dialog_str?: string;
|
|
12043
|
+
dynamic_id_str?: string;
|
|
12044
|
+
fansgrade?: number;
|
|
12045
|
+
folder?: TentacledFolder;
|
|
12046
|
+
invisible?: boolean;
|
|
12047
|
+
like?: number;
|
|
12048
|
+
member?: TentacledMember;
|
|
12049
|
+
mid?: number;
|
|
12050
|
+
mid_str?: string;
|
|
12051
|
+
note_cvid_str?: string;
|
|
12052
|
+
oid?: number;
|
|
12053
|
+
oid_str?: string;
|
|
12054
|
+
parent?: number;
|
|
12055
|
+
parent_str?: string;
|
|
12056
|
+
rcount?: number;
|
|
12057
|
+
replies?: null;
|
|
12058
|
+
reply_control?: TentacledReplyControl;
|
|
12059
|
+
root?: number;
|
|
12060
|
+
root_str?: string;
|
|
12061
|
+
rpid?: number;
|
|
12062
|
+
rpid_str?: string;
|
|
12063
|
+
state?: number;
|
|
12064
|
+
track_info?: string;
|
|
12065
|
+
type?: number;
|
|
12066
|
+
up_action?: TentacledUpAction;
|
|
11538
12067
|
[property: string]: any;
|
|
11539
12068
|
};
|
|
11540
|
-
type
|
|
11541
|
-
|
|
11542
|
-
|
|
11543
|
-
|
|
12069
|
+
type TentacledContent = {
|
|
12070
|
+
jump_url: {
|
|
12071
|
+
[key: string]: any;
|
|
12072
|
+
};
|
|
12073
|
+
max_line: number;
|
|
12074
|
+
members: string[];
|
|
12075
|
+
message: string;
|
|
11544
12076
|
[property: string]: any;
|
|
11545
12077
|
};
|
|
11546
|
-
type
|
|
11547
|
-
|
|
11548
|
-
|
|
12078
|
+
type TentacledFolder = {
|
|
12079
|
+
has_folded: boolean;
|
|
12080
|
+
is_folded: boolean;
|
|
12081
|
+
rule: string;
|
|
11549
12082
|
[property: string]: any;
|
|
11550
12083
|
};
|
|
11551
|
-
type
|
|
11552
|
-
|
|
12084
|
+
type TentacledMember = {
|
|
12085
|
+
avatar: string;
|
|
12086
|
+
avatar_item: StickyAvatarItem;
|
|
12087
|
+
contract_desc: string;
|
|
12088
|
+
face_nft_new: number;
|
|
12089
|
+
fans_detail: null;
|
|
12090
|
+
is_contractor: boolean;
|
|
12091
|
+
is_senior_member: number;
|
|
12092
|
+
level_info: StickyLevelInfo;
|
|
12093
|
+
mid: string;
|
|
12094
|
+
nameplate: StickyNameplate;
|
|
12095
|
+
nft_interaction: null;
|
|
12096
|
+
official_verify: StickyOfficialVerify;
|
|
12097
|
+
pendant: StickyPendant;
|
|
12098
|
+
rank: string;
|
|
12099
|
+
senior: {
|
|
12100
|
+
[key: string]: any;
|
|
12101
|
+
};
|
|
12102
|
+
sex: string;
|
|
12103
|
+
sign: string;
|
|
12104
|
+
uname: string;
|
|
12105
|
+
user_sailing: StickyUserSailing;
|
|
12106
|
+
user_sailing_v2: {
|
|
12107
|
+
[key: string]: any;
|
|
12108
|
+
};
|
|
12109
|
+
vip: StickyVip;
|
|
11553
12110
|
[property: string]: any;
|
|
11554
12111
|
};
|
|
11555
|
-
type
|
|
11556
|
-
|
|
11557
|
-
|
|
11558
|
-
|
|
11559
|
-
src_type: number;
|
|
12112
|
+
type StickyAvatarItem = {
|
|
12113
|
+
container_size: StickyContainerSize;
|
|
12114
|
+
fallback_layers: StickyFallbackLayers;
|
|
12115
|
+
mid: string;
|
|
11560
12116
|
[property: string]: any;
|
|
11561
12117
|
};
|
|
11562
|
-
type
|
|
11563
|
-
|
|
11564
|
-
|
|
12118
|
+
type StickyContainerSize = {
|
|
12119
|
+
height: number;
|
|
12120
|
+
width: number;
|
|
11565
12121
|
[property: string]: any;
|
|
11566
12122
|
};
|
|
11567
|
-
type
|
|
12123
|
+
type StickyFallbackLayers = {
|
|
11568
12124
|
is_critical_group: boolean;
|
|
11569
|
-
layers:
|
|
12125
|
+
layers: StickyLayer[];
|
|
11570
12126
|
[property: string]: any;
|
|
11571
12127
|
};
|
|
11572
|
-
type
|
|
11573
|
-
general_spec:
|
|
11574
|
-
layer_config:
|
|
11575
|
-
resource:
|
|
12128
|
+
type StickyLayer = {
|
|
12129
|
+
general_spec: StickyGeneralSpec;
|
|
12130
|
+
layer_config: StickyLayerConfig;
|
|
12131
|
+
resource: StickyResource;
|
|
11576
12132
|
visible: boolean;
|
|
11577
12133
|
[property: string]: any;
|
|
11578
12134
|
};
|
|
11579
|
-
type
|
|
11580
|
-
pos_spec:
|
|
11581
|
-
render_spec:
|
|
11582
|
-
size_spec:
|
|
12135
|
+
type StickyGeneralSpec = {
|
|
12136
|
+
pos_spec: StickyPosSpec;
|
|
12137
|
+
render_spec: StickyRenderSpec;
|
|
12138
|
+
size_spec: StickySizeSpec;
|
|
11583
12139
|
[property: string]: any;
|
|
11584
12140
|
};
|
|
11585
|
-
type
|
|
12141
|
+
type StickyPosSpec = {
|
|
11586
12142
|
axis_x: number;
|
|
11587
12143
|
axis_y: number;
|
|
11588
12144
|
coordinate_pos: number;
|
|
11589
12145
|
[property: string]: any;
|
|
11590
12146
|
};
|
|
11591
|
-
type
|
|
12147
|
+
type StickyRenderSpec = {
|
|
11592
12148
|
opacity: number;
|
|
11593
12149
|
[property: string]: any;
|
|
11594
12150
|
};
|
|
11595
|
-
type
|
|
11596
|
-
height: number;
|
|
11597
|
-
width: number;
|
|
12151
|
+
type StickySizeSpec = {
|
|
12152
|
+
height: number | number;
|
|
12153
|
+
width: number | number;
|
|
11598
12154
|
[property: string]: any;
|
|
11599
12155
|
};
|
|
11600
|
-
type
|
|
12156
|
+
type StickyLayerConfig = {
|
|
11601
12157
|
is_critical?: boolean;
|
|
11602
|
-
tags:
|
|
12158
|
+
tags: StickyTags;
|
|
11603
12159
|
[property: string]: any;
|
|
11604
12160
|
};
|
|
11605
|
-
type
|
|
12161
|
+
type StickyTags = {
|
|
11606
12162
|
AVATAR_LAYER?: {
|
|
11607
12163
|
[key: string]: any;
|
|
11608
12164
|
};
|
|
11609
|
-
GENERAL_CFG:
|
|
12165
|
+
GENERAL_CFG: StickyGENERALCFG;
|
|
11610
12166
|
ICON_LAYER: {
|
|
11611
12167
|
[key: string]: any;
|
|
11612
12168
|
};
|
|
11613
|
-
PENDENT_LAYER?: {
|
|
11614
|
-
[key: string]: any;
|
|
11615
|
-
};
|
|
11616
12169
|
[property: string]: any;
|
|
11617
12170
|
};
|
|
11618
|
-
type
|
|
12171
|
+
type StickyGENERALCFG = {
|
|
11619
12172
|
config_type: number;
|
|
11620
|
-
general_config:
|
|
12173
|
+
general_config: StickyGeneralConfig;
|
|
11621
12174
|
[property: string]: any;
|
|
11622
12175
|
};
|
|
11623
|
-
type
|
|
11624
|
-
web_css_style:
|
|
12176
|
+
type StickyGeneralConfig = {
|
|
12177
|
+
web_css_style: StickyWebcssStyle;
|
|
11625
12178
|
[property: string]: any;
|
|
11626
12179
|
};
|
|
11627
|
-
type
|
|
11628
|
-
|
|
12180
|
+
type StickyWebcssStyle = {
|
|
12181
|
+
"background-color": string;
|
|
11629
12182
|
border: string;
|
|
11630
12183
|
borderRadius: string;
|
|
11631
12184
|
boxSizing: string;
|
|
11632
12185
|
[property: string]: any;
|
|
11633
12186
|
};
|
|
11634
|
-
type
|
|
11635
|
-
|
|
11636
|
-
res_image: FluffyResImage;
|
|
12187
|
+
type StickyResource = {
|
|
12188
|
+
res_image: StickyResImage;
|
|
11637
12189
|
res_type: number;
|
|
11638
12190
|
[property: string]: any;
|
|
11639
12191
|
};
|
|
11640
|
-
type
|
|
11641
|
-
|
|
11642
|
-
[property: string]: any;
|
|
11643
|
-
};
|
|
11644
|
-
type FluffyWebpSrc = {
|
|
11645
|
-
remote: TentacledRemote;
|
|
11646
|
-
src_type: number;
|
|
11647
|
-
[property: string]: any;
|
|
11648
|
-
};
|
|
11649
|
-
type TentacledRemote = {
|
|
11650
|
-
bfs_style: string;
|
|
11651
|
-
url: string;
|
|
11652
|
-
[property: string]: any;
|
|
11653
|
-
};
|
|
11654
|
-
type FluffyResImage = {
|
|
11655
|
-
image_src: FluffyImageSrc;
|
|
12192
|
+
type StickyResImage = {
|
|
12193
|
+
image_src: StickyImageSrc;
|
|
11656
12194
|
[property: string]: any;
|
|
11657
12195
|
};
|
|
11658
|
-
type
|
|
11659
|
-
|
|
11660
|
-
|
|
12196
|
+
type StickyImageSrc = {
|
|
12197
|
+
local: number;
|
|
12198
|
+
placeholder?: number;
|
|
12199
|
+
remote?: StickyRemote;
|
|
11661
12200
|
src_type: number;
|
|
11662
12201
|
[property: string]: any;
|
|
11663
12202
|
};
|
|
@@ -11666,34 +12205,14 @@ type StickyRemote = {
|
|
|
11666
12205
|
url: string;
|
|
11667
12206
|
[property: string]: any;
|
|
11668
12207
|
};
|
|
11669
|
-
type
|
|
11670
|
-
guard_icon: string;
|
|
11671
|
-
guard_level: number;
|
|
11672
|
-
honor_icon: string;
|
|
11673
|
-
intimacy: number;
|
|
11674
|
-
is_receive: number;
|
|
11675
|
-
level: number;
|
|
11676
|
-
master_status: number;
|
|
11677
|
-
medal_color: number;
|
|
11678
|
-
medal_color_border: number;
|
|
11679
|
-
medal_color_end: number;
|
|
11680
|
-
medal_color_level: number;
|
|
11681
|
-
medal_color_name: number;
|
|
11682
|
-
medal_id: number;
|
|
11683
|
-
medal_level_bg_color: number;
|
|
11684
|
-
medal_name: string;
|
|
11685
|
-
score: number;
|
|
11686
|
-
uid: number;
|
|
11687
|
-
[property: string]: any;
|
|
11688
|
-
};
|
|
11689
|
-
type PurpleLevelInfo = {
|
|
12208
|
+
type StickyLevelInfo = {
|
|
11690
12209
|
current_exp: number;
|
|
11691
12210
|
current_level: number;
|
|
11692
12211
|
current_min: number;
|
|
11693
12212
|
next_exp: number;
|
|
11694
12213
|
[property: string]: any;
|
|
11695
12214
|
};
|
|
11696
|
-
type
|
|
12215
|
+
type StickyNameplate = {
|
|
11697
12216
|
condition: string;
|
|
11698
12217
|
image: string;
|
|
11699
12218
|
image_small: string;
|
|
@@ -11702,123 +12221,32 @@ type PurpleNameplate = {
|
|
|
11702
12221
|
nid: number;
|
|
11703
12222
|
[property: string]: any;
|
|
11704
12223
|
};
|
|
11705
|
-
type
|
|
11706
|
-
region: Region;
|
|
11707
|
-
[property: string]: any;
|
|
11708
|
-
};
|
|
11709
|
-
type Region = {
|
|
11710
|
-
icon: string;
|
|
11711
|
-
show_status: number;
|
|
11712
|
-
type: number;
|
|
11713
|
-
[property: string]: any;
|
|
11714
|
-
};
|
|
11715
|
-
type PurpleOfficialVerify = {
|
|
12224
|
+
type StickyOfficialVerify = {
|
|
11716
12225
|
desc: string;
|
|
11717
|
-
type: number;
|
|
11718
|
-
[property: string]: any;
|
|
11719
|
-
};
|
|
11720
|
-
type PurplePendant = {
|
|
11721
|
-
expire: number;
|
|
11722
|
-
image: string;
|
|
11723
|
-
image_enhance: string;
|
|
11724
|
-
image_enhance_frame: string;
|
|
11725
|
-
n_pid: number;
|
|
11726
|
-
name: string;
|
|
11727
|
-
pid: number;
|
|
11728
|
-
[property: string]: any;
|
|
11729
|
-
};
|
|
11730
|
-
type PurpleSenior = {
|
|
11731
|
-
status: number;
|
|
11732
|
-
[property: string]: any;
|
|
11733
|
-
};
|
|
11734
|
-
type UserSailing = {
|
|
11735
|
-
cardbg: null | Cardbg;
|
|
11736
|
-
cardbg_with_focus: null;
|
|
11737
|
-
pendant: null | PendantPendant;
|
|
11738
|
-
[property: string]: any;
|
|
11739
|
-
};
|
|
11740
|
-
type Cardbg = {
|
|
11741
|
-
fan: CardbgFan;
|
|
11742
|
-
id: number;
|
|
11743
|
-
image: string;
|
|
11744
|
-
image_group: null;
|
|
11745
|
-
jump_url: string;
|
|
11746
|
-
name: string;
|
|
11747
|
-
type: string;
|
|
11748
|
-
[property: string]: any;
|
|
11749
|
-
};
|
|
11750
|
-
type CardbgFan = {
|
|
11751
|
-
color: string;
|
|
11752
|
-
color_format: PurpleColorFormat;
|
|
11753
|
-
is_fan: number;
|
|
11754
|
-
name: string;
|
|
11755
|
-
num_desc: string;
|
|
11756
|
-
num_prefix: string;
|
|
11757
|
-
number: number;
|
|
11758
|
-
[property: string]: any;
|
|
11759
|
-
};
|
|
11760
|
-
type PurpleColorFormat = {
|
|
11761
|
-
colors: string[];
|
|
11762
|
-
end_point: string;
|
|
11763
|
-
gradients: number[];
|
|
11764
|
-
start_point: string;
|
|
11765
|
-
[property: string]: any;
|
|
11766
|
-
};
|
|
11767
|
-
type PendantPendant = {
|
|
11768
|
-
id: number;
|
|
11769
|
-
image: string;
|
|
11770
|
-
image_enhance: string;
|
|
11771
|
-
image_enhance_frame: string;
|
|
11772
|
-
jump_url: string;
|
|
11773
|
-
name: string;
|
|
11774
|
-
type: string;
|
|
11775
|
-
[property: string]: any;
|
|
11776
|
-
};
|
|
11777
|
-
type UserSailingV2 = {
|
|
11778
|
-
card_bg: CardBg;
|
|
11779
|
-
pendant: UserSailingV2Pendant;
|
|
11780
|
-
[property: string]: any;
|
|
11781
|
-
};
|
|
11782
|
-
type CardBg = {
|
|
11783
|
-
fan: CardBgFan;
|
|
11784
|
-
id: number;
|
|
11785
|
-
image: string;
|
|
11786
|
-
jump_url: string;
|
|
11787
|
-
name: string;
|
|
11788
|
-
type: string;
|
|
11789
|
-
[property: string]: any;
|
|
11790
|
-
};
|
|
11791
|
-
type CardBgFan = {
|
|
11792
|
-
color: string;
|
|
11793
|
-
color_format: FluffyColorFormat;
|
|
11794
|
-
is_fan: number;
|
|
11795
|
-
name: string;
|
|
11796
|
-
num_desc: string;
|
|
11797
|
-
num_prefix: string;
|
|
11798
|
-
number: number;
|
|
11799
|
-
[property: string]: any;
|
|
11800
|
-
};
|
|
11801
|
-
type FluffyColorFormat = {
|
|
11802
|
-
colors: string[];
|
|
11803
|
-
end_point: string;
|
|
11804
|
-
gradients: number[];
|
|
11805
|
-
start_point: string;
|
|
12226
|
+
type: number;
|
|
11806
12227
|
[property: string]: any;
|
|
11807
12228
|
};
|
|
11808
|
-
type
|
|
11809
|
-
|
|
12229
|
+
type StickyPendant = {
|
|
12230
|
+
expire: number;
|
|
11810
12231
|
image: string;
|
|
11811
12232
|
image_enhance: string;
|
|
11812
12233
|
image_enhance_frame: string;
|
|
12234
|
+
n_pid: number;
|
|
11813
12235
|
name: string;
|
|
11814
|
-
|
|
12236
|
+
pid: number;
|
|
11815
12237
|
[property: string]: any;
|
|
11816
12238
|
};
|
|
11817
|
-
type
|
|
12239
|
+
type StickyUserSailing = {
|
|
12240
|
+
cardbg: null;
|
|
12241
|
+
cardbg_with_focus: null;
|
|
12242
|
+
pendant: null;
|
|
12243
|
+
[property: string]: any;
|
|
12244
|
+
};
|
|
12245
|
+
type StickyVip = {
|
|
11818
12246
|
accessStatus: number;
|
|
11819
12247
|
avatar_subscript: number;
|
|
11820
12248
|
dueRemark: string;
|
|
11821
|
-
label:
|
|
12249
|
+
label: StickyLabel;
|
|
11822
12250
|
nickname_color: string;
|
|
11823
12251
|
themeType: number;
|
|
11824
12252
|
vipDueDate: number;
|
|
@@ -11827,7 +12255,7 @@ type PurpleVip = {
|
|
|
11827
12255
|
vipType: number;
|
|
11828
12256
|
[property: string]: any;
|
|
11829
12257
|
};
|
|
11830
|
-
type
|
|
12258
|
+
type StickyLabel = {
|
|
11831
12259
|
bg_color: string;
|
|
11832
12260
|
bg_style: number;
|
|
11833
12261
|
border_color: string;
|
|
@@ -11842,366 +12270,272 @@ type PurpleLabel = {
|
|
|
11842
12270
|
use_img_label: boolean;
|
|
11843
12271
|
[property: string]: any;
|
|
11844
12272
|
};
|
|
11845
|
-
type
|
|
11846
|
-
|
|
11847
|
-
assist: number;
|
|
11848
|
-
attr: number;
|
|
11849
|
-
content: FluffyContent;
|
|
11850
|
-
count: number;
|
|
11851
|
-
ctime: number;
|
|
11852
|
-
dialog: number;
|
|
11853
|
-
dialog_str: string;
|
|
11854
|
-
dynamic_id_str: string;
|
|
11855
|
-
fansgrade: number;
|
|
11856
|
-
folder: FluffyFolder;
|
|
11857
|
-
invisible: boolean;
|
|
11858
|
-
like: number;
|
|
11859
|
-
member: FluffyMember;
|
|
11860
|
-
mid: number;
|
|
11861
|
-
mid_str: string;
|
|
11862
|
-
note_cvid_str: string;
|
|
11863
|
-
oid: number;
|
|
11864
|
-
oid_str: string;
|
|
11865
|
-
parent: number;
|
|
11866
|
-
parent_str: string;
|
|
11867
|
-
rcount: number;
|
|
11868
|
-
replies: null;
|
|
11869
|
-
reply_control: PurpleReplyControl;
|
|
11870
|
-
root: number;
|
|
11871
|
-
root_str: string;
|
|
11872
|
-
rpid: number;
|
|
11873
|
-
rpid_str: string;
|
|
11874
|
-
state: number;
|
|
11875
|
-
track_info: string;
|
|
11876
|
-
type: number;
|
|
11877
|
-
up_action: PurpleUpAction;
|
|
11878
|
-
[property: string]: any;
|
|
11879
|
-
};
|
|
11880
|
-
type FluffyContent = {
|
|
11881
|
-
at_name_to_mid?: AtNameToMid;
|
|
11882
|
-
at_name_to_mid_str?: AtNameToMidStr;
|
|
11883
|
-
emote?: FluffyEmote;
|
|
11884
|
-
jump_url: {
|
|
11885
|
-
[key: string]: any;
|
|
11886
|
-
};
|
|
12273
|
+
type TentacledReplyControl = {
|
|
12274
|
+
location: string;
|
|
11887
12275
|
max_line: number;
|
|
11888
|
-
|
|
11889
|
-
|
|
11890
|
-
topics_meta?: TopicsMeta;
|
|
11891
|
-
[property: string]: any;
|
|
11892
|
-
};
|
|
11893
|
-
type AtNameToMid = {
|
|
11894
|
-
gowara?: number;
|
|
11895
|
-
大吉的顶焦度计: number;
|
|
11896
|
-
新乃夜?: number;
|
|
11897
|
-
无氵硫酸铜?: number;
|
|
11898
|
-
砂之祈愿?: number;
|
|
11899
|
-
[property: string]: any;
|
|
11900
|
-
};
|
|
11901
|
-
type AtNameToMidStr = {
|
|
11902
|
-
gowara?: string;
|
|
11903
|
-
大吉的顶焦度计: string;
|
|
11904
|
-
新乃夜?: string;
|
|
11905
|
-
无氵硫酸铜?: string;
|
|
11906
|
-
砂之祈愿?: string;
|
|
11907
|
-
[property: string]: any;
|
|
11908
|
-
};
|
|
11909
|
-
type FluffyEmote = {
|
|
11910
|
-
'[doge]'?: FluffyDoge;
|
|
11911
|
-
'[保卫萝卜_笔芯]'?: 保卫萝卜_笔芯;
|
|
11912
|
-
'[初音未来_大笑]'?: 初音未来_大笑;
|
|
11913
|
-
'[喜极而泣]'?: Fluffy喜极而泣;
|
|
11914
|
-
'[妙啊]'?: 妙啊;
|
|
11915
|
-
'[崩坏:星穹铁道_震惊]'?: 崩坏星穹铁道_震惊;
|
|
11916
|
-
'[思考]'?: 思考;
|
|
11917
|
-
'[惊讶]'?: 惊讶;
|
|
11918
|
-
'[打call]'?: 打Call;
|
|
11919
|
-
'[笑哭]'?: 笑哭;
|
|
11920
|
-
'[给心心]'?: Fluffy给心心;
|
|
11921
|
-
'[胜利]'?: 胜利;
|
|
11922
|
-
'[脱单doge]': Fluffy脱单Doge;
|
|
11923
|
-
'[脸红]'?: 脸红;
|
|
11924
|
-
[property: string]: any;
|
|
11925
|
-
};
|
|
11926
|
-
type FluffyDoge = {
|
|
11927
|
-
attr: number;
|
|
11928
|
-
id: number;
|
|
11929
|
-
jump_title: string;
|
|
11930
|
-
meta: IndigoMeta;
|
|
11931
|
-
mtime: number;
|
|
11932
|
-
package_id: number;
|
|
11933
|
-
state: number;
|
|
11934
|
-
text: string;
|
|
11935
|
-
type: number;
|
|
11936
|
-
url: string;
|
|
11937
|
-
[property: string]: any;
|
|
11938
|
-
};
|
|
11939
|
-
type IndigoMeta = {
|
|
11940
|
-
size: number;
|
|
11941
|
-
suggest: string[];
|
|
12276
|
+
time_desc: string;
|
|
12277
|
+
translation_switch: number;
|
|
11942
12278
|
[property: string]: any;
|
|
11943
12279
|
};
|
|
11944
|
-
type
|
|
11945
|
-
|
|
11946
|
-
|
|
11947
|
-
jump_title: string;
|
|
11948
|
-
meta: 保卫萝卜_笔芯_Meta;
|
|
11949
|
-
mtime: number;
|
|
11950
|
-
package_id: number;
|
|
11951
|
-
state: number;
|
|
11952
|
-
text: string;
|
|
11953
|
-
type: number;
|
|
11954
|
-
url: string;
|
|
12280
|
+
type TentacledUpAction = {
|
|
12281
|
+
like: boolean;
|
|
12282
|
+
reply: boolean;
|
|
11955
12283
|
[property: string]: any;
|
|
11956
12284
|
};
|
|
11957
|
-
type
|
|
11958
|
-
|
|
11959
|
-
|
|
12285
|
+
type UpperReplyControl = {
|
|
12286
|
+
cm_recommend_component: string;
|
|
12287
|
+
is_up_top: boolean;
|
|
12288
|
+
location: string;
|
|
12289
|
+
max_line: number;
|
|
12290
|
+
sub_reply_entry_text: string;
|
|
12291
|
+
sub_reply_title_text: string;
|
|
12292
|
+
time_desc: string;
|
|
12293
|
+
translation_switch: number;
|
|
12294
|
+
up_reply: boolean;
|
|
11960
12295
|
[property: string]: any;
|
|
11961
12296
|
};
|
|
11962
|
-
type
|
|
11963
|
-
|
|
11964
|
-
|
|
11965
|
-
jump_title: string;
|
|
11966
|
-
meta: 初音未来_大笑_Meta;
|
|
11967
|
-
mtime: number;
|
|
11968
|
-
package_id: number;
|
|
11969
|
-
state: number;
|
|
11970
|
-
text: string;
|
|
11971
|
-
type: number;
|
|
11972
|
-
url: string;
|
|
12297
|
+
type UpperUpAction = {
|
|
12298
|
+
like: boolean;
|
|
12299
|
+
reply: boolean;
|
|
11973
12300
|
[property: string]: any;
|
|
11974
12301
|
};
|
|
11975
|
-
type
|
|
11976
|
-
|
|
11977
|
-
|
|
12302
|
+
type TopReply = {
|
|
12303
|
+
action?: number;
|
|
12304
|
+
assist?: number;
|
|
12305
|
+
attr?: number;
|
|
12306
|
+
content?: TopReplyContent;
|
|
12307
|
+
count?: number;
|
|
12308
|
+
ctime?: number;
|
|
12309
|
+
dialog?: number;
|
|
12310
|
+
dialog_str?: string;
|
|
12311
|
+
dynamic_id_str?: string;
|
|
12312
|
+
fansgrade?: number;
|
|
12313
|
+
folder?: TopReplyFolder;
|
|
12314
|
+
invisible?: boolean;
|
|
12315
|
+
like?: number;
|
|
12316
|
+
member?: TopReplyMember;
|
|
12317
|
+
mid?: number;
|
|
12318
|
+
mid_str?: string;
|
|
12319
|
+
note_cvid_str?: string;
|
|
12320
|
+
oid?: number;
|
|
12321
|
+
oid_str?: string;
|
|
12322
|
+
parent?: number;
|
|
12323
|
+
parent_str?: string;
|
|
12324
|
+
rcount?: number;
|
|
12325
|
+
replies?: TopReplyReply[];
|
|
12326
|
+
reply_control?: TopReplyReplyControl;
|
|
12327
|
+
root?: number;
|
|
12328
|
+
root_str?: string;
|
|
12329
|
+
rpid?: number;
|
|
12330
|
+
rpid_str?: string;
|
|
12331
|
+
state?: number;
|
|
12332
|
+
track_info?: string;
|
|
12333
|
+
type?: number;
|
|
12334
|
+
up_action?: TopReplyUpAction;
|
|
11978
12335
|
[property: string]: any;
|
|
11979
12336
|
};
|
|
11980
|
-
type
|
|
11981
|
-
|
|
11982
|
-
|
|
11983
|
-
|
|
11984
|
-
|
|
11985
|
-
mtime: number;
|
|
11986
|
-
package_id: number;
|
|
11987
|
-
state: number;
|
|
11988
|
-
text: string;
|
|
11989
|
-
type: number;
|
|
11990
|
-
url: string;
|
|
12337
|
+
type TopReplyContent = {
|
|
12338
|
+
jump_url: FluffyJumpurl;
|
|
12339
|
+
max_line: number;
|
|
12340
|
+
members: string[];
|
|
12341
|
+
message: string;
|
|
11991
12342
|
[property: string]: any;
|
|
11992
12343
|
};
|
|
11993
|
-
type
|
|
11994
|
-
|
|
11995
|
-
|
|
12344
|
+
type FluffyJumpurl = {
|
|
12345
|
+
"https://b23.tv/mall-31Qhv-71b88": FluffyhttpsB23TvMall31Qhv71B88;
|
|
12346
|
+
"https://b23.tv/mall-31Qhv-72Hhp": FluffyhttpsB23TvMall31Qhv72Hhp;
|
|
11996
12347
|
[property: string]: any;
|
|
11997
12348
|
};
|
|
11998
|
-
type
|
|
11999
|
-
|
|
12000
|
-
|
|
12001
|
-
|
|
12002
|
-
|
|
12003
|
-
|
|
12004
|
-
|
|
12349
|
+
type FluffyhttpsB23TvMall31Qhv71B88 = {
|
|
12350
|
+
app_name: string;
|
|
12351
|
+
app_package_name: string;
|
|
12352
|
+
app_url_schema: string;
|
|
12353
|
+
click_report: string;
|
|
12354
|
+
exposure_report: string;
|
|
12355
|
+
extra: TentacledExtra;
|
|
12356
|
+
icon_position: number;
|
|
12357
|
+
is_half_screen: boolean;
|
|
12358
|
+
match_once: boolean;
|
|
12359
|
+
pc_url: string;
|
|
12360
|
+
prefix_icon: string;
|
|
12005
12361
|
state: number;
|
|
12006
|
-
|
|
12007
|
-
|
|
12008
|
-
url: string;
|
|
12362
|
+
title: string;
|
|
12363
|
+
underline: boolean;
|
|
12009
12364
|
[property: string]: any;
|
|
12010
12365
|
};
|
|
12011
|
-
type
|
|
12012
|
-
|
|
12013
|
-
|
|
12366
|
+
type TentacledExtra = {
|
|
12367
|
+
goods_click_report: string;
|
|
12368
|
+
goods_cm_control: number;
|
|
12369
|
+
goods_exposure_report: string;
|
|
12370
|
+
goods_item_id: number;
|
|
12371
|
+
goods_show_type: number;
|
|
12372
|
+
is_word_search: boolean;
|
|
12014
12373
|
[property: string]: any;
|
|
12015
12374
|
};
|
|
12016
|
-
type
|
|
12017
|
-
|
|
12018
|
-
|
|
12019
|
-
|
|
12020
|
-
|
|
12021
|
-
|
|
12022
|
-
|
|
12375
|
+
type FluffyhttpsB23TvMall31Qhv72Hhp = {
|
|
12376
|
+
app_name: string;
|
|
12377
|
+
app_package_name: string;
|
|
12378
|
+
app_url_schema: string;
|
|
12379
|
+
click_report: string;
|
|
12380
|
+
exposure_report: string;
|
|
12381
|
+
extra: StickyExtra;
|
|
12382
|
+
icon_position: number;
|
|
12383
|
+
is_half_screen: boolean;
|
|
12384
|
+
match_once: boolean;
|
|
12385
|
+
pc_url: string;
|
|
12386
|
+
prefix_icon: string;
|
|
12023
12387
|
state: number;
|
|
12024
|
-
|
|
12025
|
-
|
|
12026
|
-
url: string;
|
|
12027
|
-
[property: string]: any;
|
|
12028
|
-
};
|
|
12029
|
-
type 崩坏星穹铁道_震惊_Meta = {
|
|
12030
|
-
size: number;
|
|
12031
|
-
suggest: string[];
|
|
12388
|
+
title: string;
|
|
12389
|
+
underline: boolean;
|
|
12032
12390
|
[property: string]: any;
|
|
12033
12391
|
};
|
|
12034
|
-
type
|
|
12035
|
-
|
|
12036
|
-
|
|
12037
|
-
|
|
12038
|
-
|
|
12039
|
-
|
|
12040
|
-
|
|
12041
|
-
state: number;
|
|
12042
|
-
text: string;
|
|
12043
|
-
type: number;
|
|
12044
|
-
url: string;
|
|
12392
|
+
type StickyExtra = {
|
|
12393
|
+
goods_click_report: string;
|
|
12394
|
+
goods_cm_control: number;
|
|
12395
|
+
goods_exposure_report: string;
|
|
12396
|
+
goods_item_id: number;
|
|
12397
|
+
goods_show_type: number;
|
|
12398
|
+
is_word_search: boolean;
|
|
12045
12399
|
[property: string]: any;
|
|
12046
12400
|
};
|
|
12047
|
-
type
|
|
12048
|
-
|
|
12049
|
-
|
|
12401
|
+
type TopReplyFolder = {
|
|
12402
|
+
has_folded: boolean;
|
|
12403
|
+
is_folded: boolean;
|
|
12404
|
+
rule: string;
|
|
12050
12405
|
[property: string]: any;
|
|
12051
12406
|
};
|
|
12052
|
-
type
|
|
12053
|
-
|
|
12054
|
-
|
|
12055
|
-
|
|
12056
|
-
|
|
12057
|
-
|
|
12058
|
-
|
|
12059
|
-
|
|
12060
|
-
|
|
12061
|
-
|
|
12062
|
-
|
|
12407
|
+
type TopReplyMember = {
|
|
12408
|
+
avatar: string;
|
|
12409
|
+
avatar_item: IndigoAvatarItem;
|
|
12410
|
+
contract_desc: string;
|
|
12411
|
+
face_nft_new: number;
|
|
12412
|
+
fans_detail: null;
|
|
12413
|
+
is_contractor: boolean;
|
|
12414
|
+
is_senior_member: number;
|
|
12415
|
+
level_info: IndigoLevelInfo;
|
|
12416
|
+
mid: string;
|
|
12417
|
+
nameplate: IndigoNameplate;
|
|
12418
|
+
nft_interaction: null;
|
|
12419
|
+
official_verify: IndigoOfficialVerify;
|
|
12420
|
+
pendant: IndigoPendant;
|
|
12421
|
+
rank: string;
|
|
12422
|
+
senior: {
|
|
12423
|
+
[key: string]: any;
|
|
12424
|
+
};
|
|
12425
|
+
sex: string;
|
|
12426
|
+
sign: string;
|
|
12427
|
+
uname: string;
|
|
12428
|
+
user_sailing: IndigoUserSailing;
|
|
12429
|
+
user_sailing_v2: {
|
|
12430
|
+
[key: string]: any;
|
|
12431
|
+
};
|
|
12432
|
+
vip: IndigoVip;
|
|
12063
12433
|
[property: string]: any;
|
|
12064
12434
|
};
|
|
12065
|
-
type
|
|
12066
|
-
|
|
12067
|
-
|
|
12435
|
+
type IndigoAvatarItem = {
|
|
12436
|
+
container_size: IndigoContainerSize;
|
|
12437
|
+
fallback_layers: IndigoFallbackLayers;
|
|
12438
|
+
mid: string;
|
|
12068
12439
|
[property: string]: any;
|
|
12069
12440
|
};
|
|
12070
|
-
type
|
|
12071
|
-
|
|
12072
|
-
|
|
12073
|
-
jump_title: string;
|
|
12074
|
-
meta: 打CallMeta;
|
|
12075
|
-
mtime: number;
|
|
12076
|
-
package_id: number;
|
|
12077
|
-
state: number;
|
|
12078
|
-
text: string;
|
|
12079
|
-
type: number;
|
|
12080
|
-
url: string;
|
|
12441
|
+
type IndigoContainerSize = {
|
|
12442
|
+
height: number;
|
|
12443
|
+
width: number;
|
|
12081
12444
|
[property: string]: any;
|
|
12082
12445
|
};
|
|
12083
|
-
type
|
|
12084
|
-
|
|
12085
|
-
|
|
12446
|
+
type IndigoFallbackLayers = {
|
|
12447
|
+
is_critical_group: boolean;
|
|
12448
|
+
layers: IndigoLayer[];
|
|
12086
12449
|
[property: string]: any;
|
|
12087
12450
|
};
|
|
12088
|
-
type
|
|
12089
|
-
|
|
12090
|
-
|
|
12091
|
-
|
|
12092
|
-
|
|
12093
|
-
mtime: number;
|
|
12094
|
-
package_id: number;
|
|
12095
|
-
state: number;
|
|
12096
|
-
text: string;
|
|
12097
|
-
type: number;
|
|
12098
|
-
url: string;
|
|
12451
|
+
type IndigoLayer = {
|
|
12452
|
+
general_spec: IndigoGeneralSpec;
|
|
12453
|
+
layer_config: IndigoLayerConfig;
|
|
12454
|
+
resource: IndigoResource;
|
|
12455
|
+
visible: boolean;
|
|
12099
12456
|
[property: string]: any;
|
|
12100
12457
|
};
|
|
12101
|
-
type
|
|
12102
|
-
|
|
12103
|
-
|
|
12458
|
+
type IndigoGeneralSpec = {
|
|
12459
|
+
pos_spec: IndigoPosSpec;
|
|
12460
|
+
render_spec: IndigoRenderSpec;
|
|
12461
|
+
size_spec: IndigoSizeSpec;
|
|
12104
12462
|
[property: string]: any;
|
|
12105
12463
|
};
|
|
12106
|
-
type
|
|
12107
|
-
|
|
12108
|
-
|
|
12109
|
-
|
|
12110
|
-
meta: HilariousMeta;
|
|
12111
|
-
mtime: number;
|
|
12112
|
-
package_id: number;
|
|
12113
|
-
state: number;
|
|
12114
|
-
text: string;
|
|
12115
|
-
type: number;
|
|
12116
|
-
url: string;
|
|
12464
|
+
type IndigoPosSpec = {
|
|
12465
|
+
axis_x: number;
|
|
12466
|
+
axis_y: number;
|
|
12467
|
+
coordinate_pos: number;
|
|
12117
12468
|
[property: string]: any;
|
|
12118
12469
|
};
|
|
12119
|
-
type
|
|
12120
|
-
|
|
12121
|
-
suggest: string[];
|
|
12470
|
+
type IndigoRenderSpec = {
|
|
12471
|
+
opacity: number;
|
|
12122
12472
|
[property: string]: any;
|
|
12123
12473
|
};
|
|
12124
|
-
type
|
|
12125
|
-
|
|
12126
|
-
|
|
12127
|
-
jump_title: string;
|
|
12128
|
-
meta: 胜利_Meta;
|
|
12129
|
-
mtime: number;
|
|
12130
|
-
package_id: number;
|
|
12131
|
-
state: number;
|
|
12132
|
-
text: string;
|
|
12133
|
-
type: number;
|
|
12134
|
-
url: string;
|
|
12474
|
+
type IndigoSizeSpec = {
|
|
12475
|
+
height: number | number;
|
|
12476
|
+
width: number | number;
|
|
12135
12477
|
[property: string]: any;
|
|
12136
12478
|
};
|
|
12137
|
-
type
|
|
12138
|
-
|
|
12139
|
-
|
|
12479
|
+
type IndigoLayerConfig = {
|
|
12480
|
+
is_critical?: boolean;
|
|
12481
|
+
tags: IndigoTags;
|
|
12140
12482
|
[property: string]: any;
|
|
12141
12483
|
};
|
|
12142
|
-
type
|
|
12143
|
-
|
|
12144
|
-
|
|
12145
|
-
|
|
12146
|
-
|
|
12147
|
-
|
|
12148
|
-
|
|
12149
|
-
|
|
12150
|
-
text: string;
|
|
12151
|
-
type: number;
|
|
12152
|
-
url: string;
|
|
12484
|
+
type IndigoTags = {
|
|
12485
|
+
AVATAR_LAYER?: {
|
|
12486
|
+
[key: string]: any;
|
|
12487
|
+
};
|
|
12488
|
+
GENERAL_CFG: IndigoGENERALCFG;
|
|
12489
|
+
ICON_LAYER: {
|
|
12490
|
+
[key: string]: any;
|
|
12491
|
+
};
|
|
12153
12492
|
[property: string]: any;
|
|
12154
12493
|
};
|
|
12155
|
-
type
|
|
12156
|
-
|
|
12157
|
-
|
|
12494
|
+
type IndigoGENERALCFG = {
|
|
12495
|
+
config_type: number;
|
|
12496
|
+
general_config: IndigoGeneralConfig;
|
|
12158
12497
|
[property: string]: any;
|
|
12159
12498
|
};
|
|
12160
|
-
type
|
|
12161
|
-
|
|
12162
|
-
id: number;
|
|
12163
|
-
jump_title: string;
|
|
12164
|
-
meta: 脸红_Meta;
|
|
12165
|
-
mtime: number;
|
|
12166
|
-
package_id: number;
|
|
12167
|
-
state: number;
|
|
12168
|
-
text: string;
|
|
12169
|
-
type: number;
|
|
12170
|
-
url: string;
|
|
12499
|
+
type IndigoGeneralConfig = {
|
|
12500
|
+
web_css_style: IndigoWebcssStyle;
|
|
12171
12501
|
[property: string]: any;
|
|
12172
12502
|
};
|
|
12173
|
-
type
|
|
12174
|
-
|
|
12175
|
-
|
|
12503
|
+
type IndigoWebcssStyle = {
|
|
12504
|
+
"background-color": string;
|
|
12505
|
+
border: string;
|
|
12506
|
+
borderRadius: string;
|
|
12507
|
+
boxSizing: string;
|
|
12176
12508
|
[property: string]: any;
|
|
12177
12509
|
};
|
|
12178
|
-
type
|
|
12179
|
-
|
|
12180
|
-
|
|
12181
|
-
is_senior_member: number;
|
|
12182
|
-
level_info: FluffyLevelInfo;
|
|
12183
|
-
mid: string;
|
|
12184
|
-
nameplate: FluffyNameplate;
|
|
12185
|
-
official_verify: FluffyOfficialVerify;
|
|
12186
|
-
pendant: FluffyPendant;
|
|
12187
|
-
rank: string;
|
|
12188
|
-
senior: {
|
|
12189
|
-
[key: string]: any;
|
|
12190
|
-
};
|
|
12191
|
-
sex: string;
|
|
12192
|
-
sign: string;
|
|
12193
|
-
uname: string;
|
|
12194
|
-
vip: FluffyVip;
|
|
12510
|
+
type IndigoResource = {
|
|
12511
|
+
res_image: IndigoResImage;
|
|
12512
|
+
res_type: number;
|
|
12195
12513
|
[property: string]: any;
|
|
12196
12514
|
};
|
|
12197
|
-
type
|
|
12515
|
+
type IndigoResImage = {
|
|
12516
|
+
image_src: IndigoImageSrc;
|
|
12517
|
+
[property: string]: any;
|
|
12518
|
+
};
|
|
12519
|
+
type IndigoImageSrc = {
|
|
12520
|
+
local: number;
|
|
12521
|
+
placeholder?: number;
|
|
12522
|
+
remote?: IndigoRemote;
|
|
12523
|
+
src_type: number;
|
|
12524
|
+
[property: string]: any;
|
|
12525
|
+
};
|
|
12526
|
+
type IndigoRemote = {
|
|
12527
|
+
bfs_style: string;
|
|
12528
|
+
url: string;
|
|
12529
|
+
[property: string]: any;
|
|
12530
|
+
};
|
|
12531
|
+
type IndigoLevelInfo = {
|
|
12198
12532
|
current_exp: number;
|
|
12199
12533
|
current_level: number;
|
|
12200
12534
|
current_min: number;
|
|
12201
12535
|
next_exp: number;
|
|
12202
12536
|
[property: string]: any;
|
|
12203
12537
|
};
|
|
12204
|
-
type
|
|
12538
|
+
type IndigoNameplate = {
|
|
12205
12539
|
condition: string;
|
|
12206
12540
|
image: string;
|
|
12207
12541
|
image_small: string;
|
|
@@ -12210,12 +12544,12 @@ type FluffyNameplate = {
|
|
|
12210
12544
|
nid: number;
|
|
12211
12545
|
[property: string]: any;
|
|
12212
12546
|
};
|
|
12213
|
-
type
|
|
12547
|
+
type IndigoOfficialVerify = {
|
|
12214
12548
|
desc: string;
|
|
12215
12549
|
type: number;
|
|
12216
12550
|
[property: string]: any;
|
|
12217
12551
|
};
|
|
12218
|
-
type
|
|
12552
|
+
type IndigoPendant = {
|
|
12219
12553
|
expire: number;
|
|
12220
12554
|
image: string;
|
|
12221
12555
|
image_enhance: string;
|
|
@@ -12225,11 +12559,17 @@ type FluffyPendant = {
|
|
|
12225
12559
|
pid: number;
|
|
12226
12560
|
[property: string]: any;
|
|
12227
12561
|
};
|
|
12228
|
-
type
|
|
12562
|
+
type IndigoUserSailing = {
|
|
12563
|
+
cardbg: null;
|
|
12564
|
+
cardbg_with_focus: null;
|
|
12565
|
+
pendant: null;
|
|
12566
|
+
[property: string]: any;
|
|
12567
|
+
};
|
|
12568
|
+
type IndigoVip = {
|
|
12229
12569
|
accessStatus: number;
|
|
12230
12570
|
avatar_subscript: number;
|
|
12231
12571
|
dueRemark: string;
|
|
12232
|
-
label:
|
|
12572
|
+
label: IndigoLabel;
|
|
12233
12573
|
nickname_color: string;
|
|
12234
12574
|
themeType: number;
|
|
12235
12575
|
vipDueDate: number;
|
|
@@ -12238,7 +12578,7 @@ type FluffyVip = {
|
|
|
12238
12578
|
vipType: number;
|
|
12239
12579
|
[property: string]: any;
|
|
12240
12580
|
};
|
|
12241
|
-
type
|
|
12581
|
+
type IndigoLabel = {
|
|
12242
12582
|
bg_color: string;
|
|
12243
12583
|
bg_style: number;
|
|
12244
12584
|
border_color: string;
|
|
@@ -12253,221 +12593,172 @@ type FluffyLabel = {
|
|
|
12253
12593
|
use_img_label: boolean;
|
|
12254
12594
|
[property: string]: any;
|
|
12255
12595
|
};
|
|
12256
|
-
type
|
|
12257
|
-
|
|
12596
|
+
type TopReplyReply = {
|
|
12597
|
+
action?: number;
|
|
12598
|
+
assist?: number;
|
|
12599
|
+
attr?: number;
|
|
12600
|
+
content?: StickyContent;
|
|
12601
|
+
count?: number;
|
|
12602
|
+
ctime?: number;
|
|
12603
|
+
dialog?: number;
|
|
12604
|
+
dialog_str?: string;
|
|
12605
|
+
dynamic_id_str?: string;
|
|
12606
|
+
fansgrade?: number;
|
|
12607
|
+
folder?: StickyFolder;
|
|
12608
|
+
invisible?: boolean;
|
|
12609
|
+
like?: number;
|
|
12610
|
+
member?: StickyMember;
|
|
12611
|
+
mid?: number;
|
|
12612
|
+
mid_str?: string;
|
|
12613
|
+
note_cvid_str?: string;
|
|
12614
|
+
oid?: number;
|
|
12615
|
+
oid_str?: string;
|
|
12616
|
+
parent?: number;
|
|
12617
|
+
parent_str?: string;
|
|
12618
|
+
rcount?: number;
|
|
12619
|
+
replies?: null;
|
|
12620
|
+
reply_control?: StickyReplyControl;
|
|
12621
|
+
root?: number;
|
|
12622
|
+
root_str?: string;
|
|
12623
|
+
rpid?: number;
|
|
12624
|
+
rpid_str?: string;
|
|
12625
|
+
state?: number;
|
|
12626
|
+
track_info?: string;
|
|
12627
|
+
type?: number;
|
|
12628
|
+
up_action?: StickyUpAction;
|
|
12258
12629
|
[property: string]: any;
|
|
12259
12630
|
};
|
|
12260
|
-
type
|
|
12261
|
-
|
|
12631
|
+
type StickyContent = {
|
|
12632
|
+
jump_url: {
|
|
12633
|
+
[key: string]: any;
|
|
12634
|
+
};
|
|
12635
|
+
max_line: number;
|
|
12636
|
+
members: string[];
|
|
12637
|
+
message: string;
|
|
12262
12638
|
[property: string]: any;
|
|
12263
12639
|
};
|
|
12264
|
-
type
|
|
12640
|
+
type StickyFolder = {
|
|
12265
12641
|
has_folded: boolean;
|
|
12266
12642
|
is_folded: boolean;
|
|
12267
12643
|
rule: string;
|
|
12268
12644
|
[property: string]: any;
|
|
12269
12645
|
};
|
|
12270
|
-
type
|
|
12646
|
+
type StickyMember = {
|
|
12271
12647
|
avatar: string;
|
|
12272
|
-
avatar_item:
|
|
12648
|
+
avatar_item: IndecentAvatarItem;
|
|
12273
12649
|
contract_desc: string;
|
|
12274
12650
|
face_nft_new: number;
|
|
12275
12651
|
fans_detail: null;
|
|
12276
12652
|
is_contractor: boolean;
|
|
12277
12653
|
is_senior_member: number;
|
|
12278
|
-
level_info:
|
|
12654
|
+
level_info: IndecentLevelInfo;
|
|
12279
12655
|
mid: string;
|
|
12280
|
-
nameplate:
|
|
12656
|
+
nameplate: IndecentNameplate;
|
|
12281
12657
|
nft_interaction: null;
|
|
12282
|
-
official_verify:
|
|
12283
|
-
pendant:
|
|
12658
|
+
official_verify: IndecentOfficialVerify;
|
|
12659
|
+
pendant: IndecentPendant;
|
|
12284
12660
|
rank: string;
|
|
12285
|
-
senior:
|
|
12661
|
+
senior: {
|
|
12662
|
+
[key: string]: any;
|
|
12663
|
+
};
|
|
12286
12664
|
sex: string;
|
|
12287
12665
|
sign: string;
|
|
12288
12666
|
uname: string;
|
|
12289
|
-
user_sailing:
|
|
12290
|
-
|
|
12667
|
+
user_sailing: IndecentUserSailing;
|
|
12668
|
+
user_sailing_v2: {
|
|
12669
|
+
[key: string]: any;
|
|
12670
|
+
};
|
|
12671
|
+
vip: IndecentVip;
|
|
12291
12672
|
[property: string]: any;
|
|
12292
12673
|
};
|
|
12293
|
-
type
|
|
12294
|
-
container_size:
|
|
12295
|
-
fallback_layers:
|
|
12296
|
-
layers?: IndigoLayer[];
|
|
12674
|
+
type IndecentAvatarItem = {
|
|
12675
|
+
container_size: IndecentContainerSize;
|
|
12676
|
+
fallback_layers: IndecentFallbackLayers;
|
|
12297
12677
|
mid: string;
|
|
12298
12678
|
[property: string]: any;
|
|
12299
12679
|
};
|
|
12300
|
-
type
|
|
12301
|
-
height: number;
|
|
12302
|
-
width: number;
|
|
12303
|
-
[property: string]: any;
|
|
12304
|
-
};
|
|
12305
|
-
type FluffyFallbackLayers = {
|
|
12306
|
-
is_critical_group: boolean;
|
|
12307
|
-
layers: StickyLayer[];
|
|
12308
|
-
[property: string]: any;
|
|
12309
|
-
};
|
|
12310
|
-
type StickyLayer = {
|
|
12311
|
-
general_spec: TentacledGeneralSpec;
|
|
12312
|
-
layer_config: TentacledLayerConfig;
|
|
12313
|
-
resource: TentacledResource;
|
|
12314
|
-
visible: boolean;
|
|
12315
|
-
[property: string]: any;
|
|
12316
|
-
};
|
|
12317
|
-
type TentacledGeneralSpec = {
|
|
12318
|
-
pos_spec: TentacledPosSpec;
|
|
12319
|
-
render_spec: TentacledRenderSpec;
|
|
12320
|
-
size_spec: TentacledSizeSpec;
|
|
12321
|
-
[property: string]: any;
|
|
12322
|
-
};
|
|
12323
|
-
type TentacledPosSpec = {
|
|
12324
|
-
axis_x: number;
|
|
12325
|
-
axis_y: number;
|
|
12326
|
-
coordinate_pos: number;
|
|
12327
|
-
[property: string]: any;
|
|
12328
|
-
};
|
|
12329
|
-
type TentacledRenderSpec = {
|
|
12330
|
-
opacity: number;
|
|
12331
|
-
[property: string]: any;
|
|
12332
|
-
};
|
|
12333
|
-
type TentacledSizeSpec = {
|
|
12680
|
+
type IndecentContainerSize = {
|
|
12334
12681
|
height: number;
|
|
12335
12682
|
width: number;
|
|
12336
12683
|
[property: string]: any;
|
|
12337
12684
|
};
|
|
12338
|
-
type
|
|
12339
|
-
is_critical?: boolean;
|
|
12340
|
-
tags: TentacledTags;
|
|
12341
|
-
[property: string]: any;
|
|
12342
|
-
};
|
|
12343
|
-
type TentacledTags = {
|
|
12344
|
-
AVATAR_LAYER?: {
|
|
12345
|
-
[key: string]: any;
|
|
12346
|
-
};
|
|
12347
|
-
GENERAL_CFG: TentacledGENERALCFG;
|
|
12348
|
-
ICON_LAYER: {
|
|
12349
|
-
[key: string]: any;
|
|
12350
|
-
};
|
|
12351
|
-
PENDENT_LAYER?: {
|
|
12352
|
-
[key: string]: any;
|
|
12353
|
-
};
|
|
12354
|
-
[property: string]: any;
|
|
12355
|
-
};
|
|
12356
|
-
type TentacledGENERALCFG = {
|
|
12357
|
-
config_type: number;
|
|
12358
|
-
general_config: TentacledGeneralConfig;
|
|
12359
|
-
[property: string]: any;
|
|
12360
|
-
};
|
|
12361
|
-
type TentacledGeneralConfig = {
|
|
12362
|
-
web_css_style: TentacledWebcssStyle;
|
|
12363
|
-
[property: string]: any;
|
|
12364
|
-
};
|
|
12365
|
-
type TentacledWebcssStyle = {
|
|
12366
|
-
'background-color': string;
|
|
12367
|
-
border: string;
|
|
12368
|
-
borderRadius: string;
|
|
12369
|
-
boxSizing: string;
|
|
12370
|
-
[property: string]: any;
|
|
12371
|
-
};
|
|
12372
|
-
type TentacledResource = {
|
|
12373
|
-
res_image: TentacledResImage;
|
|
12374
|
-
res_type: number;
|
|
12375
|
-
[property: string]: any;
|
|
12376
|
-
};
|
|
12377
|
-
type TentacledResImage = {
|
|
12378
|
-
image_src: TentacledImageSrc;
|
|
12379
|
-
[property: string]: any;
|
|
12380
|
-
};
|
|
12381
|
-
type TentacledImageSrc = {
|
|
12382
|
-
placeholder: number;
|
|
12383
|
-
remote: IndigoRemote;
|
|
12384
|
-
src_type: number;
|
|
12385
|
-
[property: string]: any;
|
|
12386
|
-
};
|
|
12387
|
-
type IndigoRemote = {
|
|
12388
|
-
bfs_style: string;
|
|
12389
|
-
url: string;
|
|
12390
|
-
[property: string]: any;
|
|
12391
|
-
};
|
|
12392
|
-
type IndigoLayer = {
|
|
12685
|
+
type IndecentFallbackLayers = {
|
|
12393
12686
|
is_critical_group: boolean;
|
|
12394
12687
|
layers: IndecentLayer[];
|
|
12395
12688
|
[property: string]: any;
|
|
12396
12689
|
};
|
|
12397
12690
|
type IndecentLayer = {
|
|
12398
|
-
general_spec:
|
|
12399
|
-
layer_config:
|
|
12400
|
-
resource:
|
|
12691
|
+
general_spec: IndecentGeneralSpec;
|
|
12692
|
+
layer_config: IndecentLayerConfig;
|
|
12693
|
+
resource: IndecentResource;
|
|
12401
12694
|
visible: boolean;
|
|
12402
12695
|
[property: string]: any;
|
|
12403
12696
|
};
|
|
12404
|
-
type
|
|
12405
|
-
pos_spec:
|
|
12406
|
-
render_spec:
|
|
12407
|
-
size_spec:
|
|
12697
|
+
type IndecentGeneralSpec = {
|
|
12698
|
+
pos_spec: IndecentPosSpec;
|
|
12699
|
+
render_spec: IndecentRenderSpec;
|
|
12700
|
+
size_spec: IndecentSizeSpec;
|
|
12408
12701
|
[property: string]: any;
|
|
12409
12702
|
};
|
|
12410
|
-
type
|
|
12703
|
+
type IndecentPosSpec = {
|
|
12411
12704
|
axis_x: number;
|
|
12412
12705
|
axis_y: number;
|
|
12413
12706
|
coordinate_pos: number;
|
|
12414
12707
|
[property: string]: any;
|
|
12415
12708
|
};
|
|
12416
|
-
type
|
|
12709
|
+
type IndecentRenderSpec = {
|
|
12417
12710
|
opacity: number;
|
|
12418
12711
|
[property: string]: any;
|
|
12419
12712
|
};
|
|
12420
|
-
type
|
|
12421
|
-
height: number;
|
|
12422
|
-
width: number;
|
|
12713
|
+
type IndecentSizeSpec = {
|
|
12714
|
+
height: number | number;
|
|
12715
|
+
width: number | number;
|
|
12423
12716
|
[property: string]: any;
|
|
12424
12717
|
};
|
|
12425
|
-
type
|
|
12718
|
+
type IndecentLayerConfig = {
|
|
12426
12719
|
is_critical?: boolean;
|
|
12427
|
-
tags:
|
|
12720
|
+
tags: IndecentTags;
|
|
12428
12721
|
[property: string]: any;
|
|
12429
12722
|
};
|
|
12430
|
-
type
|
|
12723
|
+
type IndecentTags = {
|
|
12431
12724
|
AVATAR_LAYER?: {
|
|
12432
12725
|
[key: string]: any;
|
|
12433
12726
|
};
|
|
12434
|
-
GENERAL_CFG:
|
|
12727
|
+
GENERAL_CFG: IndecentGENERALCFG;
|
|
12435
12728
|
ICON_LAYER: {
|
|
12436
12729
|
[key: string]: any;
|
|
12437
12730
|
};
|
|
12438
|
-
PENDENT_LAYER?: {
|
|
12439
|
-
[key: string]: any;
|
|
12440
|
-
};
|
|
12441
12731
|
[property: string]: any;
|
|
12442
12732
|
};
|
|
12443
|
-
type
|
|
12733
|
+
type IndecentGENERALCFG = {
|
|
12444
12734
|
config_type: number;
|
|
12445
|
-
general_config:
|
|
12735
|
+
general_config: IndecentGeneralConfig;
|
|
12446
12736
|
[property: string]: any;
|
|
12447
12737
|
};
|
|
12448
|
-
type
|
|
12449
|
-
web_css_style:
|
|
12738
|
+
type IndecentGeneralConfig = {
|
|
12739
|
+
web_css_style: IndecentWebcssStyle;
|
|
12450
12740
|
[property: string]: any;
|
|
12451
12741
|
};
|
|
12452
|
-
type
|
|
12453
|
-
|
|
12742
|
+
type IndecentWebcssStyle = {
|
|
12743
|
+
"background-color": string;
|
|
12454
12744
|
border: string;
|
|
12455
12745
|
borderRadius: string;
|
|
12456
12746
|
boxSizing: string;
|
|
12457
12747
|
[property: string]: any;
|
|
12458
12748
|
};
|
|
12459
|
-
type
|
|
12460
|
-
|
|
12461
|
-
res_image: StickyResImage;
|
|
12749
|
+
type IndecentResource = {
|
|
12750
|
+
res_image: IndecentResImage;
|
|
12462
12751
|
res_type: number;
|
|
12463
12752
|
[property: string]: any;
|
|
12464
12753
|
};
|
|
12465
|
-
type
|
|
12466
|
-
|
|
12754
|
+
type IndecentResImage = {
|
|
12755
|
+
image_src: IndecentImageSrc;
|
|
12467
12756
|
[property: string]: any;
|
|
12468
12757
|
};
|
|
12469
|
-
type
|
|
12470
|
-
|
|
12758
|
+
type IndecentImageSrc = {
|
|
12759
|
+
local: number;
|
|
12760
|
+
placeholder?: number;
|
|
12761
|
+
remote?: IndecentRemote;
|
|
12471
12762
|
src_type: number;
|
|
12472
12763
|
[property: string]: any;
|
|
12473
12764
|
};
|
|
@@ -12476,29 +12767,14 @@ type IndecentRemote = {
|
|
|
12476
12767
|
url: string;
|
|
12477
12768
|
[property: string]: any;
|
|
12478
12769
|
};
|
|
12479
|
-
type
|
|
12480
|
-
image_src: StickyImageSrc;
|
|
12481
|
-
[property: string]: any;
|
|
12482
|
-
};
|
|
12483
|
-
type StickyImageSrc = {
|
|
12484
|
-
placeholder: number;
|
|
12485
|
-
remote: HilariousRemote;
|
|
12486
|
-
src_type: number;
|
|
12487
|
-
[property: string]: any;
|
|
12488
|
-
};
|
|
12489
|
-
type HilariousRemote = {
|
|
12490
|
-
bfs_style: string;
|
|
12491
|
-
url: string;
|
|
12492
|
-
[property: string]: any;
|
|
12493
|
-
};
|
|
12494
|
-
type TentacledLevelInfo = {
|
|
12770
|
+
type IndecentLevelInfo = {
|
|
12495
12771
|
current_exp: number;
|
|
12496
12772
|
current_level: number;
|
|
12497
12773
|
current_min: number;
|
|
12498
12774
|
next_exp: number;
|
|
12499
12775
|
[property: string]: any;
|
|
12500
12776
|
};
|
|
12501
|
-
type
|
|
12777
|
+
type IndecentNameplate = {
|
|
12502
12778
|
condition: string;
|
|
12503
12779
|
image: string;
|
|
12504
12780
|
image_small: string;
|
|
@@ -12507,12 +12783,12 @@ type TentacledNameplate = {
|
|
|
12507
12783
|
nid: number;
|
|
12508
12784
|
[property: string]: any;
|
|
12509
12785
|
};
|
|
12510
|
-
type
|
|
12786
|
+
type IndecentOfficialVerify = {
|
|
12511
12787
|
desc: string;
|
|
12512
12788
|
type: number;
|
|
12513
12789
|
[property: string]: any;
|
|
12514
12790
|
};
|
|
12515
|
-
type
|
|
12791
|
+
type IndecentPendant = {
|
|
12516
12792
|
expire: number;
|
|
12517
12793
|
image: string;
|
|
12518
12794
|
image_enhance: string;
|
|
@@ -12522,15 +12798,17 @@ type TentacledPendant = {
|
|
|
12522
12798
|
pid: number;
|
|
12523
12799
|
[property: string]: any;
|
|
12524
12800
|
};
|
|
12525
|
-
type
|
|
12526
|
-
|
|
12801
|
+
type IndecentUserSailing = {
|
|
12802
|
+
cardbg: null;
|
|
12803
|
+
cardbg_with_focus: null;
|
|
12804
|
+
pendant: null;
|
|
12527
12805
|
[property: string]: any;
|
|
12528
12806
|
};
|
|
12529
|
-
type
|
|
12807
|
+
type IndecentVip = {
|
|
12530
12808
|
accessStatus: number;
|
|
12531
12809
|
avatar_subscript: number;
|
|
12532
12810
|
dueRemark: string;
|
|
12533
|
-
label:
|
|
12811
|
+
label: IndecentLabel;
|
|
12534
12812
|
nickname_color: string;
|
|
12535
12813
|
themeType: number;
|
|
12536
12814
|
vipDueDate: number;
|
|
@@ -12539,7 +12817,7 @@ type TentacledVip = {
|
|
|
12539
12817
|
vipType: number;
|
|
12540
12818
|
[property: string]: any;
|
|
12541
12819
|
};
|
|
12542
|
-
type
|
|
12820
|
+
type IndecentLabel = {
|
|
12543
12821
|
bg_color: string;
|
|
12544
12822
|
bg_style: number;
|
|
12545
12823
|
border_color: string;
|
|
@@ -12554,37 +12832,37 @@ type TentacledLabel = {
|
|
|
12554
12832
|
use_img_label: boolean;
|
|
12555
12833
|
[property: string]: any;
|
|
12556
12834
|
};
|
|
12557
|
-
type
|
|
12835
|
+
type StickyReplyControl = {
|
|
12558
12836
|
location: string;
|
|
12559
12837
|
max_line: number;
|
|
12560
12838
|
time_desc: string;
|
|
12839
|
+
translation_switch: number;
|
|
12561
12840
|
[property: string]: any;
|
|
12562
12841
|
};
|
|
12563
|
-
type
|
|
12842
|
+
type StickyUpAction = {
|
|
12564
12843
|
like: boolean;
|
|
12565
12844
|
reply: boolean;
|
|
12566
12845
|
[property: string]: any;
|
|
12567
12846
|
};
|
|
12568
|
-
type
|
|
12569
|
-
|
|
12570
|
-
|
|
12571
|
-
is_note_v2?: boolean;
|
|
12847
|
+
type TopReplyReplyControl = {
|
|
12848
|
+
cm_recommend_component: string;
|
|
12849
|
+
is_up_top: boolean;
|
|
12572
12850
|
location: string;
|
|
12573
12851
|
max_line: number;
|
|
12574
12852
|
sub_reply_entry_text: string;
|
|
12575
12853
|
sub_reply_title_text: string;
|
|
12576
12854
|
time_desc: string;
|
|
12855
|
+
translation_switch: number;
|
|
12856
|
+
up_reply: boolean;
|
|
12577
12857
|
[property: string]: any;
|
|
12578
12858
|
};
|
|
12579
|
-
type
|
|
12859
|
+
type TopReplyUpAction = {
|
|
12580
12860
|
like: boolean;
|
|
12581
12861
|
reply: boolean;
|
|
12582
12862
|
[property: string]: any;
|
|
12583
12863
|
};
|
|
12584
|
-
type
|
|
12864
|
+
type DataUpper = {
|
|
12585
12865
|
mid: number;
|
|
12586
|
-
top: null;
|
|
12587
|
-
vote: null;
|
|
12588
12866
|
[property: string]: any;
|
|
12589
12867
|
};
|
|
12590
12868
|
|
|
@@ -13966,9 +14244,13 @@ declare const validateBilibiliParams: <T extends BilibiliMethodType>(methodType:
|
|
|
13966
14244
|
} | {
|
|
13967
14245
|
methodType: "\u8BC4\u8BBA\u6570\u636E";
|
|
13968
14246
|
type: number;
|
|
13969
|
-
oid:
|
|
14247
|
+
oid: string;
|
|
13970
14248
|
number?: number;
|
|
13971
|
-
|
|
14249
|
+
mode?: 0 | 1 | 2 | 3;
|
|
14250
|
+
pagination_str?: string;
|
|
14251
|
+
plat?: number;
|
|
14252
|
+
seek_rpid?: string;
|
|
14253
|
+
web_location?: string;
|
|
13972
14254
|
} | {
|
|
13973
14255
|
methodType: "\u7528\u6237\u4E3B\u9875\u6570\u636E" | "\u7528\u6237\u4E3B\u9875\u52A8\u6001\u5217\u8868\u6570\u636E" | "\u83B7\u53D6UP\u4E3B\u603B\u64AD\u653E\u91CF";
|
|
13974
14256
|
host_mid: number;
|
|
@@ -14195,9 +14477,13 @@ declare const bilibili: {
|
|
|
14195
14477
|
getComments: <M extends TypeMode = "loose">(options: Omit<{
|
|
14196
14478
|
methodType: "\u8BC4\u8BBA\u6570\u636E";
|
|
14197
14479
|
type: number;
|
|
14198
|
-
oid:
|
|
14480
|
+
oid: string;
|
|
14199
14481
|
number?: number;
|
|
14200
|
-
|
|
14482
|
+
mode?: 0 | 1 | 2 | 3;
|
|
14483
|
+
pagination_str?: string;
|
|
14484
|
+
plat?: number;
|
|
14485
|
+
seek_rpid?: string;
|
|
14486
|
+
web_location?: string;
|
|
14201
14487
|
}, "methodType"> & {
|
|
14202
14488
|
typeMode?: TypeMode;
|
|
14203
14489
|
} & {
|
|
@@ -14454,9 +14740,13 @@ declare const createBoundBilibiliApi: (cookie?: string) => {
|
|
|
14454
14740
|
getComments: <M extends TypeMode = "loose">(options: Omit<{
|
|
14455
14741
|
methodType: "\u8BC4\u8BBA\u6570\u636E";
|
|
14456
14742
|
type: number;
|
|
14457
|
-
oid:
|
|
14743
|
+
oid: string;
|
|
14458
14744
|
number?: number;
|
|
14459
|
-
|
|
14745
|
+
mode?: 0 | 1 | 2 | 3;
|
|
14746
|
+
pagination_str?: string;
|
|
14747
|
+
plat?: number;
|
|
14748
|
+
seek_rpid?: string;
|
|
14749
|
+
web_location?: string;
|
|
14460
14750
|
}, "methodType"> & {
|
|
14461
14751
|
typeMode?: TypeMode;
|
|
14462
14752
|
} & {
|