@ikenxuan/amagi 4.5.0 → 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 +162 -155
- package/dist/default/cjs/v5.cjs +162 -156
- package/dist/default/esm/index.mjs +161 -154
- package/dist/default/esm/v5.mjs +162 -155
- package/dist/default/{index-V2X3Oo7Y.d.ts → index-2b526zmm.d.ts} +1277 -994
- 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";
|
|
@@ -381,7 +389,6 @@ declare const DouyinSearchParamsSchema: z.ZodType<DouyinSearchParams>;
|
|
|
381
389
|
declare const DouyinCommentReplyParamsSchema: z.ZodType<DouyinCommentReplyParams>;
|
|
382
390
|
declare const DouyinUserParamsSchema: z.ZodType<DouyinUserParams>;
|
|
383
391
|
declare const DouyinMusicParamsSchema: z.ZodType<DouyinMusicParams>;
|
|
384
|
-
declare const DouyinLiveRoomParamsSchema: z.ZodType<DouyinLiveRoomParams>;
|
|
385
392
|
declare const DouyinQrcodeParamsSchema: z.ZodType<DouyinQrcodeParams>;
|
|
386
393
|
declare const DouyinEmojiListParamsSchema: z.ZodType<DouyinEmojiListParams>;
|
|
387
394
|
declare const DouyinEmojiProParamsSchema: z.ZodType<DouyinEmojiProParams>;
|
|
@@ -469,13 +476,11 @@ declare const DouyinValidationSchemas: {
|
|
|
469
476
|
music_id: string;
|
|
470
477
|
}>;
|
|
471
478
|
readonly 直播间信息数据: z.ZodType<{
|
|
472
|
-
methodType: "\u76F4\u64AD\u95F4\u4FE1\u606F\u6570\u636E";
|
|
473
|
-
|
|
474
|
-
web_rid: string;
|
|
479
|
+
methodType: "\u7528\u6237\u4E3B\u9875\u6570\u636E" | "\u7528\u6237\u4E3B\u9875\u89C6\u9891\u5217\u8868\u6570\u636E" | "\u76F4\u64AD\u95F4\u4FE1\u606F\u6570\u636E";
|
|
480
|
+
sec_uid: string;
|
|
475
481
|
}, z.ZodTypeDef, {
|
|
476
|
-
methodType: "\u76F4\u64AD\u95F4\u4FE1\u606F\u6570\u636E";
|
|
477
|
-
|
|
478
|
-
web_rid: string;
|
|
482
|
+
methodType: "\u7528\u6237\u4E3B\u9875\u6570\u636E" | "\u7528\u6237\u4E3B\u9875\u89C6\u9891\u5217\u8868\u6570\u636E" | "\u76F4\u64AD\u95F4\u4FE1\u606F\u6570\u636E";
|
|
483
|
+
sec_uid: string;
|
|
479
484
|
}>;
|
|
480
485
|
readonly 申请二维码数据: z.ZodType<{
|
|
481
486
|
methodType: "\u7533\u8BF7\u4E8C\u7EF4\u7801\u6570\u636E";
|
|
@@ -758,17 +763,40 @@ interface BilibiliMethodOptionsMap {
|
|
|
758
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) */
|
|
759
764
|
type: number;
|
|
760
765
|
/** 稿件ID,也就是AV号去除前缀后的内容 */
|
|
761
|
-
oid:
|
|
766
|
+
oid: string;
|
|
762
767
|
/**
|
|
763
768
|
* 获取的评论数量,默认20
|
|
764
769
|
* @defaultValue 20
|
|
765
770
|
*/
|
|
766
771
|
number?: number;
|
|
767
772
|
/**
|
|
768
|
-
*
|
|
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
|
+
* 平台类型
|
|
769
788
|
* @defaultValue 1
|
|
770
789
|
*/
|
|
771
|
-
|
|
790
|
+
plat?: number;
|
|
791
|
+
/**
|
|
792
|
+
* 当获取第一页评论时存在
|
|
793
|
+
*/
|
|
794
|
+
seek_rpid?: string;
|
|
795
|
+
/**
|
|
796
|
+
* web位置参数
|
|
797
|
+
* @defaultValue 1315875
|
|
798
|
+
*/
|
|
799
|
+
web_location?: string;
|
|
772
800
|
};
|
|
773
801
|
UserParams: {
|
|
774
802
|
methodType: '用户主页数据' | '用户主页动态列表数据' | '获取UP主总播放量';
|
|
@@ -1170,7 +1198,7 @@ type The1002025春节互动表情_InteractiveResource = {
|
|
|
1170
1198
|
animate_type: string;
|
|
1171
1199
|
animate_url: string;
|
|
1172
1200
|
display_name: string;
|
|
1173
|
-
extra: PurpleExtra$
|
|
1201
|
+
extra: PurpleExtra$2;
|
|
1174
1202
|
height: number;
|
|
1175
1203
|
resource_type: number;
|
|
1176
1204
|
static_type: string;
|
|
@@ -1182,7 +1210,7 @@ type The1002025春节互动表情_InteractiveResource = {
|
|
|
1182
1210
|
width: number;
|
|
1183
1211
|
[property: string]: any;
|
|
1184
1212
|
};
|
|
1185
|
-
type PurpleExtra$
|
|
1213
|
+
type PurpleExtra$2 = {
|
|
1186
1214
|
activity_scene?: string;
|
|
1187
1215
|
hint_content?: string;
|
|
1188
1216
|
light_interaction: string;
|
|
@@ -1225,7 +1253,7 @@ type The2025春节AndroidInteractiveResource = {
|
|
|
1225
1253
|
animate_type: string;
|
|
1226
1254
|
animate_url: string;
|
|
1227
1255
|
display_name: string;
|
|
1228
|
-
extra: FluffyExtra$
|
|
1256
|
+
extra: FluffyExtra$2;
|
|
1229
1257
|
height: number;
|
|
1230
1258
|
resource_type: number;
|
|
1231
1259
|
static_type: string;
|
|
@@ -1237,7 +1265,7 @@ type The2025春节AndroidInteractiveResource = {
|
|
|
1237
1265
|
width: number;
|
|
1238
1266
|
[property: string]: any;
|
|
1239
1267
|
};
|
|
1240
|
-
type FluffyExtra$
|
|
1268
|
+
type FluffyExtra$2 = {
|
|
1241
1269
|
activity_scene?: string;
|
|
1242
1270
|
hint_content?: string;
|
|
1243
1271
|
light_interaction: string;
|
|
@@ -1280,7 +1308,7 @@ type The2025春节Android更新_InteractiveResource = {
|
|
|
1280
1308
|
animate_type: string;
|
|
1281
1309
|
animate_url: string;
|
|
1282
1310
|
display_name: string;
|
|
1283
|
-
extra: TentacledExtra;
|
|
1311
|
+
extra: TentacledExtra$1;
|
|
1284
1312
|
height: number;
|
|
1285
1313
|
resource_type: number;
|
|
1286
1314
|
static_type: string;
|
|
@@ -1292,7 +1320,7 @@ type The2025春节Android更新_InteractiveResource = {
|
|
|
1292
1320
|
width: number;
|
|
1293
1321
|
[property: string]: any;
|
|
1294
1322
|
};
|
|
1295
|
-
type TentacledExtra = {
|
|
1323
|
+
type TentacledExtra$1 = {
|
|
1296
1324
|
activity_scene?: string;
|
|
1297
1325
|
hint_content?: string;
|
|
1298
1326
|
light_interaction: string;
|
|
@@ -1335,7 +1363,7 @@ type 互动表情升级一期_InteractiveResource = {
|
|
|
1335
1363
|
animate_type: string;
|
|
1336
1364
|
animate_url: string;
|
|
1337
1365
|
display_name: string;
|
|
1338
|
-
extra: StickyExtra;
|
|
1366
|
+
extra: StickyExtra$1;
|
|
1339
1367
|
height: number;
|
|
1340
1368
|
resource_type: number;
|
|
1341
1369
|
static_type: string;
|
|
@@ -1346,7 +1374,7 @@ type 互动表情升级一期_InteractiveResource = {
|
|
|
1346
1374
|
width: number;
|
|
1347
1375
|
[property: string]: any;
|
|
1348
1376
|
};
|
|
1349
|
-
type StickyExtra = {
|
|
1377
|
+
type StickyExtra$1 = {
|
|
1350
1378
|
light_interaction: string;
|
|
1351
1379
|
[property: string]: any;
|
|
1352
1380
|
};
|
|
@@ -4298,12 +4326,12 @@ type WhiteCoverurl = {
|
|
|
4298
4326
|
};
|
|
4299
4327
|
|
|
4300
4328
|
type DyUserLiveVideos = {
|
|
4301
|
-
data: Data$
|
|
4329
|
+
data: Data$h;
|
|
4302
4330
|
extra: UserLiveVideosExtra;
|
|
4303
4331
|
status_code: number;
|
|
4304
4332
|
[property: string]: any;
|
|
4305
4333
|
};
|
|
4306
|
-
type Data$
|
|
4334
|
+
type Data$h = {
|
|
4307
4335
|
data: Datum[];
|
|
4308
4336
|
enter_mode: number;
|
|
4309
4337
|
enter_room_id: string;
|
|
@@ -5596,7 +5624,7 @@ type DatumStats = {
|
|
|
5596
5624
|
};
|
|
5597
5625
|
type DatumStreamurl = {
|
|
5598
5626
|
default_resolution: string;
|
|
5599
|
-
extra: PurpleExtra;
|
|
5627
|
+
extra: PurpleExtra$1;
|
|
5600
5628
|
flv_pull_url: PurpleFlvPullurl;
|
|
5601
5629
|
hls_pull_url: string;
|
|
5602
5630
|
hls_pull_url_map: PurplehlsPullurlMap;
|
|
@@ -5607,7 +5635,7 @@ type DatumStreamurl = {
|
|
|
5607
5635
|
stream_orientation: number;
|
|
5608
5636
|
[property: string]: any;
|
|
5609
5637
|
};
|
|
5610
|
-
type PurpleExtra = {
|
|
5638
|
+
type PurpleExtra$1 = {
|
|
5611
5639
|
anchor_interact_profile: number;
|
|
5612
5640
|
audience_interact_profile: number;
|
|
5613
5641
|
bframe_enable: boolean;
|
|
@@ -6209,7 +6237,7 @@ type RoomStats = {
|
|
|
6209
6237
|
};
|
|
6210
6238
|
type RoomStreamurl = {
|
|
6211
6239
|
default_resolution: string;
|
|
6212
|
-
extra: FluffyExtra;
|
|
6240
|
+
extra: FluffyExtra$1;
|
|
6213
6241
|
flv_pull_url: FluffyFlvPullurl;
|
|
6214
6242
|
hls_pull_url: string;
|
|
6215
6243
|
hls_pull_url_map: FluffyhlsPullurlMap;
|
|
@@ -6218,7 +6246,7 @@ type RoomStreamurl = {
|
|
|
6218
6246
|
stream_orientation: number;
|
|
6219
6247
|
[property: string]: any;
|
|
6220
6248
|
};
|
|
6221
|
-
type FluffyExtra = {
|
|
6249
|
+
type FluffyExtra$1 = {
|
|
6222
6250
|
anchor_interact_profile: number;
|
|
6223
6251
|
audience_interact_profile: number;
|
|
6224
6252
|
bframe_enable: boolean;
|
|
@@ -8364,11 +8392,11 @@ type LogPb = {
|
|
|
8364
8392
|
|
|
8365
8393
|
type BiliAv2Bv = {
|
|
8366
8394
|
code: number;
|
|
8367
|
-
data: Data$
|
|
8395
|
+
data: Data$g;
|
|
8368
8396
|
message: string;
|
|
8369
8397
|
[property: string]: any;
|
|
8370
8398
|
};
|
|
8371
|
-
type Data$
|
|
8399
|
+
type Data$g = {
|
|
8372
8400
|
bvid: string;
|
|
8373
8401
|
[property: string]: any;
|
|
8374
8402
|
};
|
|
@@ -8938,23 +8966,23 @@ type SupportFormat$3 = {
|
|
|
8938
8966
|
|
|
8939
8967
|
type BiliBv2AV = {
|
|
8940
8968
|
code: number;
|
|
8941
|
-
data: Data$
|
|
8969
|
+
data: Data$f;
|
|
8942
8970
|
message: string;
|
|
8943
8971
|
[property: string]: any;
|
|
8944
8972
|
};
|
|
8945
|
-
type Data$
|
|
8973
|
+
type Data$f = {
|
|
8946
8974
|
aid: string;
|
|
8947
8975
|
[property: string]: any;
|
|
8948
8976
|
};
|
|
8949
8977
|
|
|
8950
8978
|
type BiliDynamicCard = {
|
|
8951
8979
|
code: number;
|
|
8952
|
-
data: Data$
|
|
8980
|
+
data: Data$e;
|
|
8953
8981
|
message: string;
|
|
8954
8982
|
ttl: number;
|
|
8955
8983
|
[property: string]: any;
|
|
8956
8984
|
};
|
|
8957
|
-
type Data$
|
|
8985
|
+
type Data$e = {
|
|
8958
8986
|
card: DataCard;
|
|
8959
8987
|
[property: string]: any;
|
|
8960
8988
|
};
|
|
@@ -9079,12 +9107,12 @@ type Relation = {
|
|
|
9079
9107
|
|
|
9080
9108
|
type BiliDynamicInfo = {
|
|
9081
9109
|
code: number;
|
|
9082
|
-
data: Data$
|
|
9110
|
+
data: Data$d;
|
|
9083
9111
|
message: string;
|
|
9084
9112
|
ttl: number;
|
|
9085
9113
|
[property: string]: any;
|
|
9086
9114
|
};
|
|
9087
|
-
type Data$
|
|
9115
|
+
type Data$d = {
|
|
9088
9116
|
item: Item;
|
|
9089
9117
|
[property: string]: any;
|
|
9090
9118
|
};
|
|
@@ -9519,19 +9547,19 @@ type Like$1 = {
|
|
|
9519
9547
|
|
|
9520
9548
|
type BiliEmojiList = {
|
|
9521
9549
|
code: number;
|
|
9522
|
-
data: Data$
|
|
9550
|
+
data: Data$c;
|
|
9523
9551
|
message: string;
|
|
9524
9552
|
ttl: number;
|
|
9525
9553
|
[property: string]: any;
|
|
9526
9554
|
};
|
|
9527
|
-
type Data$
|
|
9555
|
+
type Data$c = {
|
|
9528
9556
|
packages: Package[];
|
|
9529
9557
|
setting: Setting;
|
|
9530
9558
|
[property: string]: any;
|
|
9531
9559
|
};
|
|
9532
9560
|
type Package = {
|
|
9533
9561
|
attr: number;
|
|
9534
|
-
emote: Emote[];
|
|
9562
|
+
emote: Emote$1[];
|
|
9535
9563
|
flags: PackageFlags;
|
|
9536
9564
|
id: number;
|
|
9537
9565
|
label: null;
|
|
@@ -9545,7 +9573,7 @@ type Package = {
|
|
|
9545
9573
|
url: string;
|
|
9546
9574
|
[property: string]: any;
|
|
9547
9575
|
};
|
|
9548
|
-
type Emote = {
|
|
9576
|
+
type Emote$1 = {
|
|
9549
9577
|
activity: null;
|
|
9550
9578
|
attr: number;
|
|
9551
9579
|
flags: EmoteFlags;
|
|
@@ -9591,12 +9619,12 @@ type Setting = {
|
|
|
9591
9619
|
|
|
9592
9620
|
type BiliLiveRoomDef = {
|
|
9593
9621
|
code: number;
|
|
9594
|
-
data: Data$
|
|
9622
|
+
data: Data$b;
|
|
9595
9623
|
message: string;
|
|
9596
9624
|
msg: string;
|
|
9597
9625
|
[property: string]: any;
|
|
9598
9626
|
};
|
|
9599
|
-
type Data$
|
|
9627
|
+
type Data$b = {
|
|
9600
9628
|
encrypted: boolean;
|
|
9601
9629
|
hidden_till: number;
|
|
9602
9630
|
is_hidden: boolean;
|
|
@@ -9618,12 +9646,12 @@ type Data$c = {
|
|
|
9618
9646
|
|
|
9619
9647
|
type BiliLiveRoomDetail = {
|
|
9620
9648
|
code: number;
|
|
9621
|
-
data: Data$
|
|
9649
|
+
data: Data$a;
|
|
9622
9650
|
message: string;
|
|
9623
9651
|
msg: string;
|
|
9624
9652
|
[property: string]: any;
|
|
9625
9653
|
};
|
|
9626
|
-
type Data$
|
|
9654
|
+
type Data$a = {
|
|
9627
9655
|
allow_change_area_time: number;
|
|
9628
9656
|
allow_upload_cover_time: number;
|
|
9629
9657
|
area_id: number;
|
|
@@ -9714,12 +9742,12 @@ type BiliCheckQrcode = {
|
|
|
9714
9742
|
};
|
|
9715
9743
|
type CheckQrcodeData = {
|
|
9716
9744
|
code: number;
|
|
9717
|
-
data: DataData;
|
|
9745
|
+
data: DataData$1;
|
|
9718
9746
|
message: string;
|
|
9719
9747
|
ttl: number;
|
|
9720
9748
|
[property: string]: any;
|
|
9721
9749
|
};
|
|
9722
|
-
type DataData = {
|
|
9750
|
+
type DataData$1 = {
|
|
9723
9751
|
code: number;
|
|
9724
9752
|
message: string;
|
|
9725
9753
|
refresh_token: string;
|
|
@@ -9745,12 +9773,12 @@ type Headers = {
|
|
|
9745
9773
|
|
|
9746
9774
|
type BiliNewLoginQrcode = {
|
|
9747
9775
|
code: number;
|
|
9748
|
-
data: Data$
|
|
9776
|
+
data: Data$9;
|
|
9749
9777
|
message: string;
|
|
9750
9778
|
ttl: number;
|
|
9751
9779
|
[property: string]: any;
|
|
9752
9780
|
};
|
|
9753
|
-
type Data$
|
|
9781
|
+
type Data$9 = {
|
|
9754
9782
|
qrcode_key: string;
|
|
9755
9783
|
url: string;
|
|
9756
9784
|
[property: string]: any;
|
|
@@ -9758,12 +9786,12 @@ type Data$a = {
|
|
|
9758
9786
|
|
|
9759
9787
|
type BiliOneWork = {
|
|
9760
9788
|
code: number;
|
|
9761
|
-
data: Data$
|
|
9789
|
+
data: Data$8;
|
|
9762
9790
|
message: string;
|
|
9763
9791
|
ttl: number;
|
|
9764
9792
|
[property: string]: any;
|
|
9765
9793
|
};
|
|
9766
|
-
type Data$
|
|
9794
|
+
type Data$8 = {
|
|
9767
9795
|
aid: number;
|
|
9768
9796
|
argue_info: ArgueInfo;
|
|
9769
9797
|
bvid: string;
|
|
@@ -9792,7 +9820,7 @@ type Data$9 = {
|
|
|
9792
9820
|
need_jump_bv: boolean;
|
|
9793
9821
|
no_cache: boolean;
|
|
9794
9822
|
owner: Owner;
|
|
9795
|
-
pages: Page
|
|
9823
|
+
pages: Page[];
|
|
9796
9824
|
pic: string;
|
|
9797
9825
|
premiere: null;
|
|
9798
9826
|
pubdate: number;
|
|
@@ -9835,7 +9863,7 @@ type Owner = {
|
|
|
9835
9863
|
name: string;
|
|
9836
9864
|
[property: string]: any;
|
|
9837
9865
|
};
|
|
9838
|
-
type Page
|
|
9866
|
+
type Page = {
|
|
9839
9867
|
cid?: number;
|
|
9840
9868
|
dimension?: PageDimension;
|
|
9841
9869
|
duration?: number;
|
|
@@ -9902,12 +9930,12 @@ type UserGarb = {
|
|
|
9902
9930
|
|
|
9903
9931
|
type BiliUserDynamic = {
|
|
9904
9932
|
code: number;
|
|
9905
|
-
data: Data$
|
|
9933
|
+
data: Data$7;
|
|
9906
9934
|
message: string;
|
|
9907
9935
|
ttl: number;
|
|
9908
9936
|
[property: string]: any;
|
|
9909
9937
|
};
|
|
9910
|
-
type Data$
|
|
9938
|
+
type Data$7 = {
|
|
9911
9939
|
has_more: boolean;
|
|
9912
9940
|
items: DataItem[];
|
|
9913
9941
|
offset: string;
|
|
@@ -10135,16 +10163,16 @@ type FluffyWebcssStyle$1 = {
|
|
|
10135
10163
|
[property: string]: any;
|
|
10136
10164
|
};
|
|
10137
10165
|
type FluffyResource$1 = {
|
|
10138
|
-
res_animation?: PurpleResAnimation
|
|
10166
|
+
res_animation?: PurpleResAnimation;
|
|
10139
10167
|
res_image: FluffyResImage$1;
|
|
10140
10168
|
res_type: number;
|
|
10141
10169
|
[property: string]: any;
|
|
10142
10170
|
};
|
|
10143
|
-
type PurpleResAnimation
|
|
10144
|
-
webp_src: PurpleWebpSrc
|
|
10171
|
+
type PurpleResAnimation = {
|
|
10172
|
+
webp_src: PurpleWebpSrc;
|
|
10145
10173
|
[property: string]: any;
|
|
10146
10174
|
};
|
|
10147
|
-
type PurpleWebpSrc
|
|
10175
|
+
type PurpleWebpSrc = {
|
|
10148
10176
|
remote: FluffyRemote$1;
|
|
10149
10177
|
src_type: number;
|
|
10150
10178
|
[property: string]: any;
|
|
@@ -10181,14 +10209,14 @@ type PurpleDecorate = {
|
|
|
10181
10209
|
};
|
|
10182
10210
|
type PurpleFan = {
|
|
10183
10211
|
color: string;
|
|
10184
|
-
color_format: PurpleColorFormat
|
|
10212
|
+
color_format: PurpleColorFormat;
|
|
10185
10213
|
is_fan: boolean;
|
|
10186
10214
|
num_prefix: string;
|
|
10187
10215
|
num_str: string;
|
|
10188
10216
|
number: number;
|
|
10189
10217
|
[property: string]: any;
|
|
10190
10218
|
};
|
|
10191
|
-
type PurpleColorFormat
|
|
10219
|
+
type PurpleColorFormat = {
|
|
10192
10220
|
colors: string[];
|
|
10193
10221
|
end_point: string;
|
|
10194
10222
|
gradients: number[];
|
|
@@ -10609,16 +10637,16 @@ type StickyWebcssStyle$1 = {
|
|
|
10609
10637
|
[property: string]: any;
|
|
10610
10638
|
};
|
|
10611
10639
|
type StickyResource$1 = {
|
|
10612
|
-
res_animation?: FluffyResAnimation
|
|
10640
|
+
res_animation?: FluffyResAnimation;
|
|
10613
10641
|
res_image: StickyResImage$1;
|
|
10614
10642
|
res_type: number;
|
|
10615
10643
|
[property: string]: any;
|
|
10616
10644
|
};
|
|
10617
|
-
type FluffyResAnimation
|
|
10618
|
-
webp_src: FluffyWebpSrc
|
|
10645
|
+
type FluffyResAnimation = {
|
|
10646
|
+
webp_src: FluffyWebpSrc;
|
|
10619
10647
|
[property: string]: any;
|
|
10620
10648
|
};
|
|
10621
|
-
type FluffyWebpSrc
|
|
10649
|
+
type FluffyWebpSrc = {
|
|
10622
10650
|
remote: IndigoRemote$1;
|
|
10623
10651
|
src_type: number;
|
|
10624
10652
|
[property: string]: any;
|
|
@@ -10655,14 +10683,14 @@ type FluffyDecorate = {
|
|
|
10655
10683
|
};
|
|
10656
10684
|
type FluffyFan = {
|
|
10657
10685
|
color: string;
|
|
10658
|
-
color_format: FluffyColorFormat
|
|
10686
|
+
color_format: FluffyColorFormat;
|
|
10659
10687
|
is_fan: boolean;
|
|
10660
10688
|
num_prefix: string;
|
|
10661
10689
|
num_str: string;
|
|
10662
10690
|
number: number;
|
|
10663
10691
|
[property: string]: any;
|
|
10664
10692
|
};
|
|
10665
|
-
type FluffyColorFormat
|
|
10693
|
+
type FluffyColorFormat = {
|
|
10666
10694
|
colors: string[];
|
|
10667
10695
|
end_point: string;
|
|
10668
10696
|
gradients: number[];
|
|
@@ -10780,12 +10808,12 @@ type FluffyItem = {
|
|
|
10780
10808
|
|
|
10781
10809
|
type BiliUserFullView = {
|
|
10782
10810
|
code: number;
|
|
10783
|
-
data: Data$
|
|
10811
|
+
data: Data$6;
|
|
10784
10812
|
message: string;
|
|
10785
10813
|
ttl: number;
|
|
10786
10814
|
[property: string]: any;
|
|
10787
10815
|
};
|
|
10788
|
-
type Data$
|
|
10816
|
+
type Data$6 = {
|
|
10789
10817
|
archive: Archive;
|
|
10790
10818
|
article: Article;
|
|
10791
10819
|
likes: number;
|
|
@@ -10804,12 +10832,12 @@ type Article = {
|
|
|
10804
10832
|
|
|
10805
10833
|
type BiliUserProfile = {
|
|
10806
10834
|
code: number;
|
|
10807
|
-
data: Data$
|
|
10835
|
+
data: Data$5;
|
|
10808
10836
|
message: string;
|
|
10809
10837
|
ttl: number;
|
|
10810
10838
|
[property: string]: any;
|
|
10811
10839
|
};
|
|
10812
|
-
type Data$
|
|
10840
|
+
type Data$5 = {
|
|
10813
10841
|
archive_count: number;
|
|
10814
10842
|
article_count: number;
|
|
10815
10843
|
card: Card;
|
|
@@ -10941,12 +10969,12 @@ type Space = {
|
|
|
10941
10969
|
/** 视频下载地址(已登录) */
|
|
10942
10970
|
type BiliVideoPlayurlIsLogin = {
|
|
10943
10971
|
code: number;
|
|
10944
|
-
data: Data$
|
|
10972
|
+
data: Data$4;
|
|
10945
10973
|
message: string;
|
|
10946
10974
|
ttl: number;
|
|
10947
10975
|
[property: string]: any;
|
|
10948
10976
|
};
|
|
10949
|
-
type Data$
|
|
10977
|
+
type Data$4 = {
|
|
10950
10978
|
accept_description: string[];
|
|
10951
10979
|
accept_format: string;
|
|
10952
10980
|
accept_quality: number[];
|
|
@@ -11058,26 +11086,73 @@ type SupportFormat$2 = {
|
|
|
11058
11086
|
|
|
11059
11087
|
type BiliWorkComments = {
|
|
11060
11088
|
code: number;
|
|
11061
|
-
data:
|
|
11089
|
+
data: DataData;
|
|
11062
11090
|
message: string;
|
|
11063
11091
|
ttl: number;
|
|
11064
11092
|
[property: string]: any;
|
|
11065
11093
|
};
|
|
11066
|
-
type
|
|
11094
|
+
type DataData = {
|
|
11067
11095
|
assist: number;
|
|
11068
11096
|
blacklist: number;
|
|
11097
|
+
callbacks: {
|
|
11098
|
+
[key: string]: any;
|
|
11099
|
+
};
|
|
11100
|
+
cm_info: CmInfo;
|
|
11069
11101
|
config: Config;
|
|
11070
11102
|
control: Control;
|
|
11071
|
-
|
|
11072
|
-
|
|
11073
|
-
|
|
11103
|
+
cursor: Cursor;
|
|
11104
|
+
effects: Effects;
|
|
11105
|
+
note: number;
|
|
11074
11106
|
replies: DataReply[];
|
|
11075
|
-
|
|
11076
|
-
|
|
11077
|
-
upper:
|
|
11107
|
+
top: Top;
|
|
11108
|
+
top_replies: TopReply[];
|
|
11109
|
+
upper: DataUpper;
|
|
11078
11110
|
vote: number;
|
|
11079
11111
|
[property: string]: any;
|
|
11080
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
|
+
};
|
|
11081
11156
|
type Config = {
|
|
11082
11157
|
read_only: boolean;
|
|
11083
11158
|
show_up_flag: boolean;
|
|
@@ -11106,30 +11181,37 @@ type Control = {
|
|
|
11106
11181
|
web_selection: boolean;
|
|
11107
11182
|
[property: string]: any;
|
|
11108
11183
|
};
|
|
11109
|
-
type
|
|
11110
|
-
|
|
11111
|
-
|
|
11112
|
-
|
|
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[];
|
|
11113
11196
|
[property: string]: any;
|
|
11114
11197
|
};
|
|
11115
|
-
type
|
|
11116
|
-
|
|
11117
|
-
|
|
11118
|
-
|
|
11119
|
-
|
|
11198
|
+
type PaginationReply = {
|
|
11199
|
+
next_offset: string;
|
|
11200
|
+
[property: string]: any;
|
|
11201
|
+
};
|
|
11202
|
+
type Effects = {
|
|
11203
|
+
preloading: string;
|
|
11120
11204
|
[property: string]: any;
|
|
11121
11205
|
};
|
|
11122
11206
|
type DataReply = {
|
|
11123
11207
|
action: number;
|
|
11124
11208
|
assist: number;
|
|
11125
11209
|
attr: number;
|
|
11126
|
-
card_label?: CardLabel[];
|
|
11127
11210
|
content: PurpleContent;
|
|
11128
11211
|
count: number;
|
|
11129
11212
|
ctime: number;
|
|
11130
11213
|
dialog: number;
|
|
11131
11214
|
dialog_str: string;
|
|
11132
|
-
dynamic_id: number;
|
|
11133
11215
|
dynamic_id_str: string;
|
|
11134
11216
|
fansgrade: number;
|
|
11135
11217
|
folder: PurpleFolder;
|
|
@@ -11156,140 +11238,264 @@ type DataReply = {
|
|
|
11156
11238
|
up_action: FluffyUpAction;
|
|
11157
11239
|
[property: string]: any;
|
|
11158
11240
|
};
|
|
11159
|
-
type CardLabel = {
|
|
11160
|
-
background?: string;
|
|
11161
|
-
background_height?: number;
|
|
11162
|
-
background_width?: number;
|
|
11163
|
-
effect?: number;
|
|
11164
|
-
effect_start_time?: number;
|
|
11165
|
-
image?: string;
|
|
11166
|
-
jump_url?: string;
|
|
11167
|
-
label_color_day?: string;
|
|
11168
|
-
label_color_night?: string;
|
|
11169
|
-
rpid?: number;
|
|
11170
|
-
text_color_day?: string;
|
|
11171
|
-
text_color_night?: string;
|
|
11172
|
-
text_content?: string;
|
|
11173
|
-
type?: number;
|
|
11174
|
-
[property: string]: any;
|
|
11175
|
-
};
|
|
11176
11241
|
type PurpleContent = {
|
|
11177
|
-
|
|
11178
|
-
|
|
11242
|
+
jump_url: {
|
|
11243
|
+
[key: string]: any;
|
|
11244
|
+
};
|
|
11179
11245
|
max_line: number;
|
|
11180
11246
|
members: string[];
|
|
11181
11247
|
message: string;
|
|
11182
|
-
picture_scale?: number;
|
|
11183
|
-
pictures?: Picture[];
|
|
11184
11248
|
[property: string]: any;
|
|
11185
11249
|
};
|
|
11186
|
-
type
|
|
11187
|
-
|
|
11188
|
-
|
|
11189
|
-
|
|
11190
|
-
'[喜极而泣]'?: Purple喜极而泣;
|
|
11191
|
-
'[嗑瓜子]'?: 嗑瓜子;
|
|
11192
|
-
'[星星眼]'?: 星星眼;
|
|
11193
|
-
'[滑稽]'?: 滑稽;
|
|
11194
|
-
'[给心心]'?: Purple给心心;
|
|
11195
|
-
'[脱单doge]': Purple脱单Doge;
|
|
11250
|
+
type PurpleFolder = {
|
|
11251
|
+
has_folded: boolean;
|
|
11252
|
+
is_folded: boolean;
|
|
11253
|
+
rule: string;
|
|
11196
11254
|
[property: string]: any;
|
|
11197
11255
|
};
|
|
11198
|
-
type
|
|
11199
|
-
|
|
11200
|
-
|
|
11201
|
-
|
|
11202
|
-
|
|
11203
|
-
|
|
11204
|
-
|
|
11205
|
-
|
|
11206
|
-
|
|
11207
|
-
|
|
11208
|
-
|
|
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;
|
|
11209
11282
|
[property: string]: any;
|
|
11210
11283
|
};
|
|
11211
|
-
type
|
|
11212
|
-
|
|
11213
|
-
|
|
11284
|
+
type PurpleAvatarItem = {
|
|
11285
|
+
container_size: PurpleContainerSize;
|
|
11286
|
+
fallback_layers: PurpleFallbackLayers;
|
|
11287
|
+
mid: string;
|
|
11214
11288
|
[property: string]: any;
|
|
11215
11289
|
};
|
|
11216
|
-
type
|
|
11217
|
-
|
|
11218
|
-
|
|
11219
|
-
jump_title: string;
|
|
11220
|
-
meta: 吃瓜_Meta;
|
|
11221
|
-
mtime: number;
|
|
11222
|
-
package_id: number;
|
|
11223
|
-
state: number;
|
|
11224
|
-
text: string;
|
|
11225
|
-
type: number;
|
|
11226
|
-
url: string;
|
|
11290
|
+
type PurpleContainerSize = {
|
|
11291
|
+
height: number;
|
|
11292
|
+
width: number;
|
|
11227
11293
|
[property: string]: any;
|
|
11228
11294
|
};
|
|
11229
|
-
type
|
|
11230
|
-
|
|
11231
|
-
|
|
11295
|
+
type PurpleFallbackLayers = {
|
|
11296
|
+
is_critical_group: boolean;
|
|
11297
|
+
layers: PurpleLayer[];
|
|
11232
11298
|
[property: string]: any;
|
|
11233
11299
|
};
|
|
11234
|
-
type
|
|
11235
|
-
|
|
11236
|
-
|
|
11237
|
-
|
|
11238
|
-
|
|
11239
|
-
mtime: number;
|
|
11240
|
-
package_id: number;
|
|
11241
|
-
state: number;
|
|
11242
|
-
text: string;
|
|
11243
|
-
type: number;
|
|
11244
|
-
url: string;
|
|
11300
|
+
type PurpleLayer = {
|
|
11301
|
+
general_spec: PurpleGeneralSpec;
|
|
11302
|
+
layer_config: PurpleLayerConfig;
|
|
11303
|
+
resource: PurpleResource;
|
|
11304
|
+
visible: boolean;
|
|
11245
11305
|
[property: string]: any;
|
|
11246
11306
|
};
|
|
11247
|
-
type
|
|
11248
|
-
|
|
11249
|
-
|
|
11307
|
+
type PurpleGeneralSpec = {
|
|
11308
|
+
pos_spec: PurplePosSpec;
|
|
11309
|
+
render_spec: PurpleRenderSpec;
|
|
11310
|
+
size_spec: PurpleSizeSpec;
|
|
11250
11311
|
[property: string]: any;
|
|
11251
11312
|
};
|
|
11252
|
-
type
|
|
11253
|
-
|
|
11254
|
-
|
|
11255
|
-
|
|
11256
|
-
meta: FluffyMeta;
|
|
11257
|
-
mtime: number;
|
|
11258
|
-
package_id: number;
|
|
11259
|
-
state: number;
|
|
11260
|
-
text: string;
|
|
11261
|
-
type: number;
|
|
11262
|
-
url: string;
|
|
11313
|
+
type PurplePosSpec = {
|
|
11314
|
+
axis_x: number;
|
|
11315
|
+
axis_y: number;
|
|
11316
|
+
coordinate_pos: number;
|
|
11263
11317
|
[property: string]: any;
|
|
11264
11318
|
};
|
|
11265
|
-
type
|
|
11266
|
-
|
|
11267
|
-
suggest: string[];
|
|
11319
|
+
type PurpleRenderSpec = {
|
|
11320
|
+
opacity: number;
|
|
11268
11321
|
[property: string]: any;
|
|
11269
11322
|
};
|
|
11270
|
-
type
|
|
11271
|
-
|
|
11272
|
-
|
|
11273
|
-
jump_title: string;
|
|
11274
|
-
meta: 嗑瓜子_Meta;
|
|
11275
|
-
mtime: number;
|
|
11276
|
-
package_id: number;
|
|
11277
|
-
state: number;
|
|
11278
|
-
text: string;
|
|
11279
|
-
type: number;
|
|
11280
|
-
url: string;
|
|
11323
|
+
type PurpleSizeSpec = {
|
|
11324
|
+
height: number | number;
|
|
11325
|
+
width: number | number;
|
|
11281
11326
|
[property: string]: any;
|
|
11282
11327
|
};
|
|
11283
|
-
type
|
|
11284
|
-
|
|
11285
|
-
|
|
11328
|
+
type PurpleLayerConfig = {
|
|
11329
|
+
is_critical: boolean;
|
|
11330
|
+
tags: PurpleTags;
|
|
11286
11331
|
[property: string]: any;
|
|
11287
11332
|
};
|
|
11288
|
-
type
|
|
11289
|
-
|
|
11290
|
-
|
|
11291
|
-
|
|
11292
|
-
|
|
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;
|
|
11293
11499
|
mtime: number;
|
|
11294
11500
|
package_id: number;
|
|
11295
11501
|
state: number;
|
|
@@ -11298,77 +11504,293 @@ type 星星眼 = {
|
|
|
11298
11504
|
url: string;
|
|
11299
11505
|
[property: string]: any;
|
|
11300
11506
|
};
|
|
11301
|
-
type
|
|
11302
|
-
size: number;
|
|
11303
|
-
suggest: string[];
|
|
11507
|
+
type Meta = {
|
|
11508
|
+
size: number;
|
|
11509
|
+
suggest: string[];
|
|
11510
|
+
[property: string]: any;
|
|
11511
|
+
};
|
|
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;
|
|
11304
11656
|
[property: string]: any;
|
|
11305
11657
|
};
|
|
11306
|
-
type
|
|
11307
|
-
|
|
11308
|
-
id: number;
|
|
11309
|
-
jump_title: string;
|
|
11310
|
-
meta: 滑稽_Meta;
|
|
11311
|
-
mtime: number;
|
|
11312
|
-
package_id: number;
|
|
11313
|
-
state: number;
|
|
11314
|
-
text: string;
|
|
11658
|
+
type FluffyOfficialVerify = {
|
|
11659
|
+
desc: string;
|
|
11315
11660
|
type: number;
|
|
11316
|
-
url: string;
|
|
11317
11661
|
[property: string]: any;
|
|
11318
11662
|
};
|
|
11319
|
-
type
|
|
11320
|
-
|
|
11321
|
-
|
|
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;
|
|
11322
11671
|
[property: string]: any;
|
|
11323
11672
|
};
|
|
11324
|
-
type
|
|
11325
|
-
|
|
11326
|
-
|
|
11327
|
-
|
|
11328
|
-
|
|
11329
|
-
|
|
11330
|
-
|
|
11331
|
-
|
|
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;
|
|
11332
11702
|
text: string;
|
|
11333
|
-
|
|
11334
|
-
|
|
11703
|
+
text_color: string;
|
|
11704
|
+
use_img_label: boolean;
|
|
11335
11705
|
[property: string]: any;
|
|
11336
11706
|
};
|
|
11337
|
-
type
|
|
11338
|
-
|
|
11339
|
-
|
|
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;
|
|
11340
11738
|
[property: string]: any;
|
|
11341
11739
|
};
|
|
11342
|
-
type
|
|
11740
|
+
type TopUpper = {
|
|
11741
|
+
action: number;
|
|
11742
|
+
assist: number;
|
|
11343
11743
|
attr: number;
|
|
11344
|
-
|
|
11345
|
-
|
|
11346
|
-
|
|
11347
|
-
|
|
11348
|
-
|
|
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;
|
|
11349
11769
|
state: number;
|
|
11350
|
-
|
|
11770
|
+
track_info: string;
|
|
11351
11771
|
type: number;
|
|
11352
|
-
|
|
11772
|
+
up_action: UpperUpAction;
|
|
11353
11773
|
[property: string]: any;
|
|
11354
11774
|
};
|
|
11355
|
-
type
|
|
11356
|
-
|
|
11357
|
-
|
|
11775
|
+
type UpperContent = {
|
|
11776
|
+
jump_url: PurpleJumpurl;
|
|
11777
|
+
max_line: number;
|
|
11778
|
+
members: string[];
|
|
11779
|
+
message: string;
|
|
11358
11780
|
[property: string]: any;
|
|
11359
11781
|
};
|
|
11360
|
-
type
|
|
11361
|
-
|
|
11362
|
-
|
|
11782
|
+
type PurpleJumpurl = {
|
|
11783
|
+
"https://b23.tv/mall-31Qhv-71b88": PurplehttpsB23TvMall31Qhv71B88;
|
|
11784
|
+
"https://b23.tv/mall-31Qhv-72Hhp": PurplehttpsB23TvMall31Qhv72Hhp;
|
|
11363
11785
|
[property: string]: any;
|
|
11364
11786
|
};
|
|
11365
|
-
type
|
|
11787
|
+
type PurplehttpsB23TvMall31Qhv71B88 = {
|
|
11366
11788
|
app_name: string;
|
|
11367
11789
|
app_package_name: string;
|
|
11368
11790
|
app_url_schema: string;
|
|
11369
11791
|
click_report: string;
|
|
11370
11792
|
exposure_report: string;
|
|
11371
|
-
extra:
|
|
11793
|
+
extra: PurpleExtra;
|
|
11372
11794
|
icon_position: number;
|
|
11373
11795
|
is_half_screen: boolean;
|
|
11374
11796
|
match_once: boolean;
|
|
@@ -11379,21 +11801,22 @@ type 一一风荷举 = {
|
|
|
11379
11801
|
underline: boolean;
|
|
11380
11802
|
[property: string]: any;
|
|
11381
11803
|
};
|
|
11382
|
-
type
|
|
11804
|
+
type PurpleExtra = {
|
|
11383
11805
|
goods_click_report: string;
|
|
11384
11806
|
goods_cm_control: number;
|
|
11385
11807
|
goods_exposure_report: string;
|
|
11808
|
+
goods_item_id: number;
|
|
11386
11809
|
goods_show_type: number;
|
|
11387
11810
|
is_word_search: boolean;
|
|
11388
11811
|
[property: string]: any;
|
|
11389
11812
|
};
|
|
11390
|
-
type
|
|
11813
|
+
type PurplehttpsB23TvMall31Qhv72Hhp = {
|
|
11391
11814
|
app_name: string;
|
|
11392
11815
|
app_package_name: string;
|
|
11393
11816
|
app_url_schema: string;
|
|
11394
11817
|
click_report: string;
|
|
11395
11818
|
exposure_report: string;
|
|
11396
|
-
extra:
|
|
11819
|
+
extra: FluffyExtra;
|
|
11397
11820
|
icon_position: number;
|
|
11398
11821
|
is_half_screen: boolean;
|
|
11399
11822
|
match_once: boolean;
|
|
@@ -11404,263 +11827,376 @@ type 燎沉香 = {
|
|
|
11404
11827
|
underline: boolean;
|
|
11405
11828
|
[property: string]: any;
|
|
11406
11829
|
};
|
|
11407
|
-
type
|
|
11830
|
+
type FluffyExtra = {
|
|
11408
11831
|
goods_click_report: string;
|
|
11409
11832
|
goods_cm_control: number;
|
|
11410
11833
|
goods_exposure_report: string;
|
|
11834
|
+
goods_item_id: number;
|
|
11411
11835
|
goods_show_type: number;
|
|
11412
11836
|
is_word_search: boolean;
|
|
11413
11837
|
[property: string]: any;
|
|
11414
11838
|
};
|
|
11415
|
-
type
|
|
11416
|
-
img_height: number;
|
|
11417
|
-
img_size: number;
|
|
11418
|
-
img_src: string;
|
|
11419
|
-
img_width: number;
|
|
11420
|
-
play_gif_thumbnail: boolean;
|
|
11421
|
-
top_right_icon: string;
|
|
11422
|
-
[property: string]: any;
|
|
11423
|
-
};
|
|
11424
|
-
type PurpleFolder = {
|
|
11839
|
+
type UpperFolder = {
|
|
11425
11840
|
has_folded: boolean;
|
|
11426
11841
|
is_folded: boolean;
|
|
11427
11842
|
rule: string;
|
|
11428
11843
|
[property: string]: any;
|
|
11429
11844
|
};
|
|
11430
|
-
type
|
|
11845
|
+
type UpperMember = {
|
|
11431
11846
|
avatar: string;
|
|
11432
|
-
avatar_item:
|
|
11847
|
+
avatar_item: TentacledAvatarItem;
|
|
11433
11848
|
contract_desc: string;
|
|
11434
11849
|
face_nft_new: number;
|
|
11435
|
-
fans_detail: null
|
|
11850
|
+
fans_detail: null;
|
|
11436
11851
|
is_contractor: boolean;
|
|
11437
11852
|
is_senior_member: number;
|
|
11438
|
-
level_info:
|
|
11853
|
+
level_info: TentacledLevelInfo;
|
|
11439
11854
|
mid: string;
|
|
11440
|
-
nameplate:
|
|
11441
|
-
nft_interaction: null
|
|
11442
|
-
official_verify:
|
|
11443
|
-
pendant:
|
|
11855
|
+
nameplate: TentacledNameplate;
|
|
11856
|
+
nft_interaction: null;
|
|
11857
|
+
official_verify: TentacledOfficialVerify;
|
|
11858
|
+
pendant: TentacledPendant;
|
|
11444
11859
|
rank: string;
|
|
11445
|
-
senior:
|
|
11860
|
+
senior: {
|
|
11861
|
+
[key: string]: any;
|
|
11862
|
+
};
|
|
11446
11863
|
sex: string;
|
|
11447
11864
|
sign: string;
|
|
11448
11865
|
uname: string;
|
|
11449
|
-
user_sailing:
|
|
11450
|
-
user_sailing_v2:
|
|
11451
|
-
|
|
11866
|
+
user_sailing: TentacledUserSailing;
|
|
11867
|
+
user_sailing_v2: {
|
|
11868
|
+
[key: string]: any;
|
|
11869
|
+
};
|
|
11870
|
+
vip: TentacledVip;
|
|
11452
11871
|
[property: string]: any;
|
|
11453
11872
|
};
|
|
11454
|
-
type
|
|
11455
|
-
container_size:
|
|
11456
|
-
fallback_layers:
|
|
11457
|
-
layers?: FluffyLayer[];
|
|
11873
|
+
type TentacledAvatarItem = {
|
|
11874
|
+
container_size: TentacledContainerSize;
|
|
11875
|
+
fallback_layers: TentacledFallbackLayers;
|
|
11458
11876
|
mid: string;
|
|
11459
11877
|
[property: string]: any;
|
|
11460
11878
|
};
|
|
11461
|
-
type
|
|
11879
|
+
type TentacledContainerSize = {
|
|
11462
11880
|
height: number;
|
|
11463
11881
|
width: number;
|
|
11464
11882
|
[property: string]: any;
|
|
11465
11883
|
};
|
|
11466
|
-
type
|
|
11884
|
+
type TentacledFallbackLayers = {
|
|
11467
11885
|
is_critical_group: boolean;
|
|
11468
|
-
layers:
|
|
11886
|
+
layers: TentacledLayer[];
|
|
11469
11887
|
[property: string]: any;
|
|
11470
11888
|
};
|
|
11471
|
-
type
|
|
11472
|
-
general_spec:
|
|
11473
|
-
layer_config:
|
|
11474
|
-
resource:
|
|
11889
|
+
type TentacledLayer = {
|
|
11890
|
+
general_spec: TentacledGeneralSpec;
|
|
11891
|
+
layer_config: TentacledLayerConfig;
|
|
11892
|
+
resource: TentacledResource;
|
|
11475
11893
|
visible: boolean;
|
|
11476
11894
|
[property: string]: any;
|
|
11477
11895
|
};
|
|
11478
|
-
type
|
|
11479
|
-
pos_spec:
|
|
11480
|
-
render_spec:
|
|
11481
|
-
size_spec:
|
|
11896
|
+
type TentacledGeneralSpec = {
|
|
11897
|
+
pos_spec: TentacledPosSpec;
|
|
11898
|
+
render_spec: TentacledRenderSpec;
|
|
11899
|
+
size_spec: TentacledSizeSpec;
|
|
11482
11900
|
[property: string]: any;
|
|
11483
11901
|
};
|
|
11484
|
-
type
|
|
11902
|
+
type TentacledPosSpec = {
|
|
11485
11903
|
axis_x: number;
|
|
11486
11904
|
axis_y: number;
|
|
11487
11905
|
coordinate_pos: number;
|
|
11488
11906
|
[property: string]: any;
|
|
11489
11907
|
};
|
|
11490
|
-
type
|
|
11908
|
+
type TentacledRenderSpec = {
|
|
11491
11909
|
opacity: number;
|
|
11492
11910
|
[property: string]: any;
|
|
11493
11911
|
};
|
|
11494
|
-
type
|
|
11495
|
-
height: number;
|
|
11496
|
-
width: number;
|
|
11912
|
+
type TentacledSizeSpec = {
|
|
11913
|
+
height: number | number;
|
|
11914
|
+
width: number | number;
|
|
11497
11915
|
[property: string]: any;
|
|
11498
11916
|
};
|
|
11499
|
-
type
|
|
11500
|
-
is_critical
|
|
11501
|
-
tags:
|
|
11917
|
+
type TentacledLayerConfig = {
|
|
11918
|
+
is_critical?: boolean;
|
|
11919
|
+
tags: TentacledTags;
|
|
11502
11920
|
[property: string]: any;
|
|
11503
11921
|
};
|
|
11504
|
-
type
|
|
11505
|
-
AVATAR_LAYER
|
|
11506
|
-
[key: string]: any;
|
|
11507
|
-
};
|
|
11508
|
-
GENERAL_CFG: PurpleGENERALCFG;
|
|
11509
|
-
ICON_LAYER?: {
|
|
11922
|
+
type TentacledTags = {
|
|
11923
|
+
AVATAR_LAYER?: {
|
|
11510
11924
|
[key: string]: any;
|
|
11511
11925
|
};
|
|
11512
|
-
|
|
11926
|
+
GENERAL_CFG: TentacledGENERALCFG;
|
|
11927
|
+
ICON_LAYER: {
|
|
11513
11928
|
[key: string]: any;
|
|
11514
11929
|
};
|
|
11515
11930
|
[property: string]: any;
|
|
11516
11931
|
};
|
|
11517
|
-
type
|
|
11518
|
-
config_type: number;
|
|
11519
|
-
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;
|
|
11520
11998
|
[property: string]: any;
|
|
11521
11999
|
};
|
|
11522
|
-
type
|
|
11523
|
-
|
|
12000
|
+
type TentacledUserSailing = {
|
|
12001
|
+
cardbg: null;
|
|
12002
|
+
cardbg_with_focus: null;
|
|
12003
|
+
pendant: null;
|
|
11524
12004
|
[property: string]: any;
|
|
11525
12005
|
};
|
|
11526
|
-
type
|
|
11527
|
-
|
|
11528
|
-
|
|
11529
|
-
|
|
11530
|
-
|
|
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;
|
|
11531
12017
|
[property: string]: any;
|
|
11532
12018
|
};
|
|
11533
|
-
type
|
|
11534
|
-
|
|
11535
|
-
|
|
11536
|
-
|
|
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;
|
|
11537
12032
|
[property: string]: any;
|
|
11538
12033
|
};
|
|
11539
|
-
type
|
|
11540
|
-
|
|
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;
|
|
11541
12067
|
[property: string]: any;
|
|
11542
12068
|
};
|
|
11543
|
-
type
|
|
11544
|
-
|
|
11545
|
-
|
|
11546
|
-
|
|
12069
|
+
type TentacledContent = {
|
|
12070
|
+
jump_url: {
|
|
12071
|
+
[key: string]: any;
|
|
12072
|
+
};
|
|
12073
|
+
max_line: number;
|
|
12074
|
+
members: string[];
|
|
12075
|
+
message: string;
|
|
11547
12076
|
[property: string]: any;
|
|
11548
12077
|
};
|
|
11549
|
-
type
|
|
11550
|
-
|
|
11551
|
-
|
|
12078
|
+
type TentacledFolder = {
|
|
12079
|
+
has_folded: boolean;
|
|
12080
|
+
is_folded: boolean;
|
|
12081
|
+
rule: string;
|
|
11552
12082
|
[property: string]: any;
|
|
11553
12083
|
};
|
|
11554
|
-
type
|
|
11555
|
-
|
|
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;
|
|
11556
12110
|
[property: string]: any;
|
|
11557
12111
|
};
|
|
11558
|
-
type
|
|
11559
|
-
|
|
11560
|
-
|
|
11561
|
-
|
|
11562
|
-
src_type: number;
|
|
12112
|
+
type StickyAvatarItem = {
|
|
12113
|
+
container_size: StickyContainerSize;
|
|
12114
|
+
fallback_layers: StickyFallbackLayers;
|
|
12115
|
+
mid: string;
|
|
11563
12116
|
[property: string]: any;
|
|
11564
12117
|
};
|
|
11565
|
-
type
|
|
11566
|
-
|
|
11567
|
-
|
|
12118
|
+
type StickyContainerSize = {
|
|
12119
|
+
height: number;
|
|
12120
|
+
width: number;
|
|
11568
12121
|
[property: string]: any;
|
|
11569
12122
|
};
|
|
11570
|
-
type
|
|
12123
|
+
type StickyFallbackLayers = {
|
|
11571
12124
|
is_critical_group: boolean;
|
|
11572
|
-
layers:
|
|
12125
|
+
layers: StickyLayer[];
|
|
11573
12126
|
[property: string]: any;
|
|
11574
12127
|
};
|
|
11575
|
-
type
|
|
11576
|
-
general_spec:
|
|
11577
|
-
layer_config:
|
|
11578
|
-
resource:
|
|
12128
|
+
type StickyLayer = {
|
|
12129
|
+
general_spec: StickyGeneralSpec;
|
|
12130
|
+
layer_config: StickyLayerConfig;
|
|
12131
|
+
resource: StickyResource;
|
|
11579
12132
|
visible: boolean;
|
|
11580
12133
|
[property: string]: any;
|
|
11581
12134
|
};
|
|
11582
|
-
type
|
|
11583
|
-
pos_spec:
|
|
11584
|
-
render_spec:
|
|
11585
|
-
size_spec:
|
|
12135
|
+
type StickyGeneralSpec = {
|
|
12136
|
+
pos_spec: StickyPosSpec;
|
|
12137
|
+
render_spec: StickyRenderSpec;
|
|
12138
|
+
size_spec: StickySizeSpec;
|
|
11586
12139
|
[property: string]: any;
|
|
11587
12140
|
};
|
|
11588
|
-
type
|
|
12141
|
+
type StickyPosSpec = {
|
|
11589
12142
|
axis_x: number;
|
|
11590
12143
|
axis_y: number;
|
|
11591
12144
|
coordinate_pos: number;
|
|
11592
12145
|
[property: string]: any;
|
|
11593
12146
|
};
|
|
11594
|
-
type
|
|
12147
|
+
type StickyRenderSpec = {
|
|
11595
12148
|
opacity: number;
|
|
11596
12149
|
[property: string]: any;
|
|
11597
12150
|
};
|
|
11598
|
-
type
|
|
11599
|
-
height: number;
|
|
11600
|
-
width: number;
|
|
12151
|
+
type StickySizeSpec = {
|
|
12152
|
+
height: number | number;
|
|
12153
|
+
width: number | number;
|
|
11601
12154
|
[property: string]: any;
|
|
11602
12155
|
};
|
|
11603
|
-
type
|
|
12156
|
+
type StickyLayerConfig = {
|
|
11604
12157
|
is_critical?: boolean;
|
|
11605
|
-
tags:
|
|
12158
|
+
tags: StickyTags;
|
|
11606
12159
|
[property: string]: any;
|
|
11607
12160
|
};
|
|
11608
|
-
type
|
|
12161
|
+
type StickyTags = {
|
|
11609
12162
|
AVATAR_LAYER?: {
|
|
11610
12163
|
[key: string]: any;
|
|
11611
12164
|
};
|
|
11612
|
-
GENERAL_CFG:
|
|
12165
|
+
GENERAL_CFG: StickyGENERALCFG;
|
|
11613
12166
|
ICON_LAYER: {
|
|
11614
12167
|
[key: string]: any;
|
|
11615
12168
|
};
|
|
11616
|
-
PENDENT_LAYER?: {
|
|
11617
|
-
[key: string]: any;
|
|
11618
|
-
};
|
|
11619
12169
|
[property: string]: any;
|
|
11620
12170
|
};
|
|
11621
|
-
type
|
|
12171
|
+
type StickyGENERALCFG = {
|
|
11622
12172
|
config_type: number;
|
|
11623
|
-
general_config:
|
|
12173
|
+
general_config: StickyGeneralConfig;
|
|
11624
12174
|
[property: string]: any;
|
|
11625
12175
|
};
|
|
11626
|
-
type
|
|
11627
|
-
web_css_style:
|
|
12176
|
+
type StickyGeneralConfig = {
|
|
12177
|
+
web_css_style: StickyWebcssStyle;
|
|
11628
12178
|
[property: string]: any;
|
|
11629
12179
|
};
|
|
11630
|
-
type
|
|
11631
|
-
|
|
12180
|
+
type StickyWebcssStyle = {
|
|
12181
|
+
"background-color": string;
|
|
11632
12182
|
border: string;
|
|
11633
12183
|
borderRadius: string;
|
|
11634
12184
|
boxSizing: string;
|
|
11635
12185
|
[property: string]: any;
|
|
11636
12186
|
};
|
|
11637
|
-
type
|
|
11638
|
-
|
|
11639
|
-
res_image: FluffyResImage;
|
|
12187
|
+
type StickyResource = {
|
|
12188
|
+
res_image: StickyResImage;
|
|
11640
12189
|
res_type: number;
|
|
11641
12190
|
[property: string]: any;
|
|
11642
12191
|
};
|
|
11643
|
-
type
|
|
11644
|
-
|
|
11645
|
-
[property: string]: any;
|
|
11646
|
-
};
|
|
11647
|
-
type FluffyWebpSrc = {
|
|
11648
|
-
remote: TentacledRemote;
|
|
11649
|
-
src_type: number;
|
|
11650
|
-
[property: string]: any;
|
|
11651
|
-
};
|
|
11652
|
-
type TentacledRemote = {
|
|
11653
|
-
bfs_style: string;
|
|
11654
|
-
url: string;
|
|
11655
|
-
[property: string]: any;
|
|
11656
|
-
};
|
|
11657
|
-
type FluffyResImage = {
|
|
11658
|
-
image_src: FluffyImageSrc;
|
|
12192
|
+
type StickyResImage = {
|
|
12193
|
+
image_src: StickyImageSrc;
|
|
11659
12194
|
[property: string]: any;
|
|
11660
12195
|
};
|
|
11661
|
-
type
|
|
11662
|
-
|
|
11663
|
-
|
|
12196
|
+
type StickyImageSrc = {
|
|
12197
|
+
local: number;
|
|
12198
|
+
placeholder?: number;
|
|
12199
|
+
remote?: StickyRemote;
|
|
11664
12200
|
src_type: number;
|
|
11665
12201
|
[property: string]: any;
|
|
11666
12202
|
};
|
|
@@ -11669,34 +12205,14 @@ type StickyRemote = {
|
|
|
11669
12205
|
url: string;
|
|
11670
12206
|
[property: string]: any;
|
|
11671
12207
|
};
|
|
11672
|
-
type
|
|
11673
|
-
guard_icon: string;
|
|
11674
|
-
guard_level: number;
|
|
11675
|
-
honor_icon: string;
|
|
11676
|
-
intimacy: number;
|
|
11677
|
-
is_receive: number;
|
|
11678
|
-
level: number;
|
|
11679
|
-
master_status: number;
|
|
11680
|
-
medal_color: number;
|
|
11681
|
-
medal_color_border: number;
|
|
11682
|
-
medal_color_end: number;
|
|
11683
|
-
medal_color_level: number;
|
|
11684
|
-
medal_color_name: number;
|
|
11685
|
-
medal_id: number;
|
|
11686
|
-
medal_level_bg_color: number;
|
|
11687
|
-
medal_name: string;
|
|
11688
|
-
score: number;
|
|
11689
|
-
uid: number;
|
|
11690
|
-
[property: string]: any;
|
|
11691
|
-
};
|
|
11692
|
-
type PurpleLevelInfo = {
|
|
12208
|
+
type StickyLevelInfo = {
|
|
11693
12209
|
current_exp: number;
|
|
11694
12210
|
current_level: number;
|
|
11695
12211
|
current_min: number;
|
|
11696
12212
|
next_exp: number;
|
|
11697
12213
|
[property: string]: any;
|
|
11698
12214
|
};
|
|
11699
|
-
type
|
|
12215
|
+
type StickyNameplate = {
|
|
11700
12216
|
condition: string;
|
|
11701
12217
|
image: string;
|
|
11702
12218
|
image_small: string;
|
|
@@ -11705,123 +12221,32 @@ type PurpleNameplate = {
|
|
|
11705
12221
|
nid: number;
|
|
11706
12222
|
[property: string]: any;
|
|
11707
12223
|
};
|
|
11708
|
-
type
|
|
11709
|
-
|
|
11710
|
-
|
|
11711
|
-
};
|
|
11712
|
-
type Region = {
|
|
11713
|
-
icon: string;
|
|
11714
|
-
show_status: number;
|
|
11715
|
-
type: number;
|
|
11716
|
-
[property: string]: any;
|
|
11717
|
-
};
|
|
11718
|
-
type PurpleOfficialVerify = {
|
|
11719
|
-
desc: string;
|
|
11720
|
-
type: number;
|
|
11721
|
-
[property: string]: any;
|
|
11722
|
-
};
|
|
11723
|
-
type PurplePendant = {
|
|
11724
|
-
expire: number;
|
|
11725
|
-
image: string;
|
|
11726
|
-
image_enhance: string;
|
|
11727
|
-
image_enhance_frame: string;
|
|
11728
|
-
n_pid: number;
|
|
11729
|
-
name: string;
|
|
11730
|
-
pid: number;
|
|
11731
|
-
[property: string]: any;
|
|
11732
|
-
};
|
|
11733
|
-
type PurpleSenior = {
|
|
11734
|
-
status: number;
|
|
11735
|
-
[property: string]: any;
|
|
11736
|
-
};
|
|
11737
|
-
type UserSailing = {
|
|
11738
|
-
cardbg: null | Cardbg;
|
|
11739
|
-
cardbg_with_focus: null;
|
|
11740
|
-
pendant: null | PendantPendant;
|
|
11741
|
-
[property: string]: any;
|
|
11742
|
-
};
|
|
11743
|
-
type Cardbg = {
|
|
11744
|
-
fan: CardbgFan;
|
|
11745
|
-
id: number;
|
|
11746
|
-
image: string;
|
|
11747
|
-
image_group: null;
|
|
11748
|
-
jump_url: string;
|
|
11749
|
-
name: string;
|
|
11750
|
-
type: string;
|
|
11751
|
-
[property: string]: any;
|
|
11752
|
-
};
|
|
11753
|
-
type CardbgFan = {
|
|
11754
|
-
color: string;
|
|
11755
|
-
color_format: PurpleColorFormat;
|
|
11756
|
-
is_fan: number;
|
|
11757
|
-
name: string;
|
|
11758
|
-
num_desc: string;
|
|
11759
|
-
num_prefix: string;
|
|
11760
|
-
number: number;
|
|
11761
|
-
[property: string]: any;
|
|
11762
|
-
};
|
|
11763
|
-
type PurpleColorFormat = {
|
|
11764
|
-
colors: string[];
|
|
11765
|
-
end_point: string;
|
|
11766
|
-
gradients: number[];
|
|
11767
|
-
start_point: string;
|
|
11768
|
-
[property: string]: any;
|
|
11769
|
-
};
|
|
11770
|
-
type PendantPendant = {
|
|
11771
|
-
id: number;
|
|
11772
|
-
image: string;
|
|
11773
|
-
image_enhance: string;
|
|
11774
|
-
image_enhance_frame: string;
|
|
11775
|
-
jump_url: string;
|
|
11776
|
-
name: string;
|
|
11777
|
-
type: string;
|
|
11778
|
-
[property: string]: any;
|
|
11779
|
-
};
|
|
11780
|
-
type UserSailingV2 = {
|
|
11781
|
-
card_bg: CardBg;
|
|
11782
|
-
pendant: UserSailingV2Pendant;
|
|
11783
|
-
[property: string]: any;
|
|
11784
|
-
};
|
|
11785
|
-
type CardBg = {
|
|
11786
|
-
fan: CardBgFan;
|
|
11787
|
-
id: number;
|
|
11788
|
-
image: string;
|
|
11789
|
-
jump_url: string;
|
|
11790
|
-
name: string;
|
|
11791
|
-
type: string;
|
|
11792
|
-
[property: string]: any;
|
|
11793
|
-
};
|
|
11794
|
-
type CardBgFan = {
|
|
11795
|
-
color: string;
|
|
11796
|
-
color_format: FluffyColorFormat;
|
|
11797
|
-
is_fan: number;
|
|
11798
|
-
name: string;
|
|
11799
|
-
num_desc: string;
|
|
11800
|
-
num_prefix: string;
|
|
11801
|
-
number: number;
|
|
11802
|
-
[property: string]: any;
|
|
11803
|
-
};
|
|
11804
|
-
type FluffyColorFormat = {
|
|
11805
|
-
colors: string[];
|
|
11806
|
-
end_point: string;
|
|
11807
|
-
gradients: number[];
|
|
11808
|
-
start_point: string;
|
|
12224
|
+
type StickyOfficialVerify = {
|
|
12225
|
+
desc: string;
|
|
12226
|
+
type: number;
|
|
11809
12227
|
[property: string]: any;
|
|
11810
12228
|
};
|
|
11811
|
-
type
|
|
11812
|
-
|
|
12229
|
+
type StickyPendant = {
|
|
12230
|
+
expire: number;
|
|
11813
12231
|
image: string;
|
|
11814
12232
|
image_enhance: string;
|
|
11815
12233
|
image_enhance_frame: string;
|
|
12234
|
+
n_pid: number;
|
|
11816
12235
|
name: string;
|
|
11817
|
-
|
|
12236
|
+
pid: number;
|
|
11818
12237
|
[property: string]: any;
|
|
11819
12238
|
};
|
|
11820
|
-
type
|
|
12239
|
+
type StickyUserSailing = {
|
|
12240
|
+
cardbg: null;
|
|
12241
|
+
cardbg_with_focus: null;
|
|
12242
|
+
pendant: null;
|
|
12243
|
+
[property: string]: any;
|
|
12244
|
+
};
|
|
12245
|
+
type StickyVip = {
|
|
11821
12246
|
accessStatus: number;
|
|
11822
12247
|
avatar_subscript: number;
|
|
11823
12248
|
dueRemark: string;
|
|
11824
|
-
label:
|
|
12249
|
+
label: StickyLabel;
|
|
11825
12250
|
nickname_color: string;
|
|
11826
12251
|
themeType: number;
|
|
11827
12252
|
vipDueDate: number;
|
|
@@ -11830,7 +12255,7 @@ type PurpleVip = {
|
|
|
11830
12255
|
vipType: number;
|
|
11831
12256
|
[property: string]: any;
|
|
11832
12257
|
};
|
|
11833
|
-
type
|
|
12258
|
+
type StickyLabel = {
|
|
11834
12259
|
bg_color: string;
|
|
11835
12260
|
bg_style: number;
|
|
11836
12261
|
border_color: string;
|
|
@@ -11845,366 +12270,272 @@ type PurpleLabel = {
|
|
|
11845
12270
|
use_img_label: boolean;
|
|
11846
12271
|
[property: string]: any;
|
|
11847
12272
|
};
|
|
11848
|
-
type
|
|
11849
|
-
|
|
11850
|
-
assist: number;
|
|
11851
|
-
attr: number;
|
|
11852
|
-
content: FluffyContent;
|
|
11853
|
-
count: number;
|
|
11854
|
-
ctime: number;
|
|
11855
|
-
dialog: number;
|
|
11856
|
-
dialog_str: string;
|
|
11857
|
-
dynamic_id_str: string;
|
|
11858
|
-
fansgrade: number;
|
|
11859
|
-
folder: FluffyFolder;
|
|
11860
|
-
invisible: boolean;
|
|
11861
|
-
like: number;
|
|
11862
|
-
member: FluffyMember;
|
|
11863
|
-
mid: number;
|
|
11864
|
-
mid_str: string;
|
|
11865
|
-
note_cvid_str: string;
|
|
11866
|
-
oid: number;
|
|
11867
|
-
oid_str: string;
|
|
11868
|
-
parent: number;
|
|
11869
|
-
parent_str: string;
|
|
11870
|
-
rcount: number;
|
|
11871
|
-
replies: null;
|
|
11872
|
-
reply_control: PurpleReplyControl;
|
|
11873
|
-
root: number;
|
|
11874
|
-
root_str: string;
|
|
11875
|
-
rpid: number;
|
|
11876
|
-
rpid_str: string;
|
|
11877
|
-
state: number;
|
|
11878
|
-
track_info: string;
|
|
11879
|
-
type: number;
|
|
11880
|
-
up_action: PurpleUpAction;
|
|
11881
|
-
[property: string]: any;
|
|
11882
|
-
};
|
|
11883
|
-
type FluffyContent = {
|
|
11884
|
-
at_name_to_mid?: AtNameToMid;
|
|
11885
|
-
at_name_to_mid_str?: AtNameToMidStr;
|
|
11886
|
-
emote?: FluffyEmote;
|
|
11887
|
-
jump_url: {
|
|
11888
|
-
[key: string]: any;
|
|
11889
|
-
};
|
|
12273
|
+
type TentacledReplyControl = {
|
|
12274
|
+
location: string;
|
|
11890
12275
|
max_line: number;
|
|
11891
|
-
|
|
11892
|
-
|
|
11893
|
-
topics_meta?: TopicsMeta;
|
|
11894
|
-
[property: string]: any;
|
|
11895
|
-
};
|
|
11896
|
-
type AtNameToMid = {
|
|
11897
|
-
gowara?: number;
|
|
11898
|
-
大吉的顶焦度计: number;
|
|
11899
|
-
新乃夜?: number;
|
|
11900
|
-
无氵硫酸铜?: number;
|
|
11901
|
-
砂之祈愿?: number;
|
|
11902
|
-
[property: string]: any;
|
|
11903
|
-
};
|
|
11904
|
-
type AtNameToMidStr = {
|
|
11905
|
-
gowara?: string;
|
|
11906
|
-
大吉的顶焦度计: string;
|
|
11907
|
-
新乃夜?: string;
|
|
11908
|
-
无氵硫酸铜?: string;
|
|
11909
|
-
砂之祈愿?: string;
|
|
11910
|
-
[property: string]: any;
|
|
11911
|
-
};
|
|
11912
|
-
type FluffyEmote = {
|
|
11913
|
-
'[doge]'?: FluffyDoge;
|
|
11914
|
-
'[保卫萝卜_笔芯]'?: 保卫萝卜_笔芯;
|
|
11915
|
-
'[初音未来_大笑]'?: 初音未来_大笑;
|
|
11916
|
-
'[喜极而泣]'?: Fluffy喜极而泣;
|
|
11917
|
-
'[妙啊]'?: 妙啊;
|
|
11918
|
-
'[崩坏:星穹铁道_震惊]'?: 崩坏星穹铁道_震惊;
|
|
11919
|
-
'[思考]'?: 思考;
|
|
11920
|
-
'[惊讶]'?: 惊讶;
|
|
11921
|
-
'[打call]'?: 打Call;
|
|
11922
|
-
'[笑哭]'?: 笑哭;
|
|
11923
|
-
'[给心心]'?: Fluffy给心心;
|
|
11924
|
-
'[胜利]'?: 胜利;
|
|
11925
|
-
'[脱单doge]': Fluffy脱单Doge;
|
|
11926
|
-
'[脸红]'?: 脸红;
|
|
11927
|
-
[property: string]: any;
|
|
11928
|
-
};
|
|
11929
|
-
type FluffyDoge = {
|
|
11930
|
-
attr: number;
|
|
11931
|
-
id: number;
|
|
11932
|
-
jump_title: string;
|
|
11933
|
-
meta: IndigoMeta;
|
|
11934
|
-
mtime: number;
|
|
11935
|
-
package_id: number;
|
|
11936
|
-
state: number;
|
|
11937
|
-
text: string;
|
|
11938
|
-
type: number;
|
|
11939
|
-
url: string;
|
|
11940
|
-
[property: string]: any;
|
|
11941
|
-
};
|
|
11942
|
-
type IndigoMeta = {
|
|
11943
|
-
size: number;
|
|
11944
|
-
suggest: string[];
|
|
12276
|
+
time_desc: string;
|
|
12277
|
+
translation_switch: number;
|
|
11945
12278
|
[property: string]: any;
|
|
11946
12279
|
};
|
|
11947
|
-
type
|
|
11948
|
-
|
|
11949
|
-
|
|
11950
|
-
jump_title: string;
|
|
11951
|
-
meta: 保卫萝卜_笔芯_Meta;
|
|
11952
|
-
mtime: number;
|
|
11953
|
-
package_id: number;
|
|
11954
|
-
state: number;
|
|
11955
|
-
text: string;
|
|
11956
|
-
type: number;
|
|
11957
|
-
url: string;
|
|
12280
|
+
type TentacledUpAction = {
|
|
12281
|
+
like: boolean;
|
|
12282
|
+
reply: boolean;
|
|
11958
12283
|
[property: string]: any;
|
|
11959
12284
|
};
|
|
11960
|
-
type
|
|
11961
|
-
|
|
11962
|
-
|
|
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;
|
|
11963
12295
|
[property: string]: any;
|
|
11964
12296
|
};
|
|
11965
|
-
type
|
|
11966
|
-
|
|
11967
|
-
|
|
11968
|
-
jump_title: string;
|
|
11969
|
-
meta: 初音未来_大笑_Meta;
|
|
11970
|
-
mtime: number;
|
|
11971
|
-
package_id: number;
|
|
11972
|
-
state: number;
|
|
11973
|
-
text: string;
|
|
11974
|
-
type: number;
|
|
11975
|
-
url: string;
|
|
12297
|
+
type UpperUpAction = {
|
|
12298
|
+
like: boolean;
|
|
12299
|
+
reply: boolean;
|
|
11976
12300
|
[property: string]: any;
|
|
11977
12301
|
};
|
|
11978
|
-
type
|
|
11979
|
-
|
|
11980
|
-
|
|
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;
|
|
11981
12335
|
[property: string]: any;
|
|
11982
12336
|
};
|
|
11983
|
-
type
|
|
11984
|
-
|
|
11985
|
-
|
|
11986
|
-
|
|
11987
|
-
|
|
11988
|
-
mtime: number;
|
|
11989
|
-
package_id: number;
|
|
11990
|
-
state: number;
|
|
11991
|
-
text: string;
|
|
11992
|
-
type: number;
|
|
11993
|
-
url: string;
|
|
12337
|
+
type TopReplyContent = {
|
|
12338
|
+
jump_url: FluffyJumpurl;
|
|
12339
|
+
max_line: number;
|
|
12340
|
+
members: string[];
|
|
12341
|
+
message: string;
|
|
11994
12342
|
[property: string]: any;
|
|
11995
12343
|
};
|
|
11996
|
-
type
|
|
11997
|
-
|
|
11998
|
-
|
|
12344
|
+
type FluffyJumpurl = {
|
|
12345
|
+
"https://b23.tv/mall-31Qhv-71b88": FluffyhttpsB23TvMall31Qhv71B88;
|
|
12346
|
+
"https://b23.tv/mall-31Qhv-72Hhp": FluffyhttpsB23TvMall31Qhv72Hhp;
|
|
11999
12347
|
[property: string]: any;
|
|
12000
12348
|
};
|
|
12001
|
-
type
|
|
12002
|
-
|
|
12003
|
-
|
|
12004
|
-
|
|
12005
|
-
|
|
12006
|
-
|
|
12007
|
-
|
|
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;
|
|
12008
12361
|
state: number;
|
|
12009
|
-
|
|
12010
|
-
|
|
12011
|
-
url: string;
|
|
12362
|
+
title: string;
|
|
12363
|
+
underline: boolean;
|
|
12012
12364
|
[property: string]: any;
|
|
12013
12365
|
};
|
|
12014
|
-
type
|
|
12015
|
-
|
|
12016
|
-
|
|
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;
|
|
12017
12373
|
[property: string]: any;
|
|
12018
12374
|
};
|
|
12019
|
-
type
|
|
12020
|
-
|
|
12021
|
-
|
|
12022
|
-
|
|
12023
|
-
|
|
12024
|
-
|
|
12025
|
-
|
|
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;
|
|
12026
12387
|
state: number;
|
|
12027
|
-
|
|
12028
|
-
|
|
12029
|
-
url: string;
|
|
12388
|
+
title: string;
|
|
12389
|
+
underline: boolean;
|
|
12030
12390
|
[property: string]: any;
|
|
12031
12391
|
};
|
|
12032
|
-
type
|
|
12033
|
-
|
|
12034
|
-
|
|
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;
|
|
12035
12399
|
[property: string]: any;
|
|
12036
12400
|
};
|
|
12037
|
-
type
|
|
12038
|
-
|
|
12039
|
-
|
|
12040
|
-
|
|
12041
|
-
meta: 思考_Meta;
|
|
12042
|
-
mtime: number;
|
|
12043
|
-
package_id: number;
|
|
12044
|
-
state: number;
|
|
12045
|
-
text: string;
|
|
12046
|
-
type: number;
|
|
12047
|
-
url: string;
|
|
12401
|
+
type TopReplyFolder = {
|
|
12402
|
+
has_folded: boolean;
|
|
12403
|
+
is_folded: boolean;
|
|
12404
|
+
rule: string;
|
|
12048
12405
|
[property: string]: any;
|
|
12049
12406
|
};
|
|
12050
|
-
type
|
|
12051
|
-
|
|
12052
|
-
|
|
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;
|
|
12053
12433
|
[property: string]: any;
|
|
12054
12434
|
};
|
|
12055
|
-
type
|
|
12056
|
-
|
|
12057
|
-
|
|
12058
|
-
|
|
12059
|
-
meta: 惊讶_Meta;
|
|
12060
|
-
mtime: number;
|
|
12061
|
-
package_id: number;
|
|
12062
|
-
state: number;
|
|
12063
|
-
text: string;
|
|
12064
|
-
type: number;
|
|
12065
|
-
url: string;
|
|
12435
|
+
type IndigoAvatarItem = {
|
|
12436
|
+
container_size: IndigoContainerSize;
|
|
12437
|
+
fallback_layers: IndigoFallbackLayers;
|
|
12438
|
+
mid: string;
|
|
12066
12439
|
[property: string]: any;
|
|
12067
12440
|
};
|
|
12068
|
-
type
|
|
12069
|
-
|
|
12070
|
-
|
|
12441
|
+
type IndigoContainerSize = {
|
|
12442
|
+
height: number;
|
|
12443
|
+
width: number;
|
|
12071
12444
|
[property: string]: any;
|
|
12072
12445
|
};
|
|
12073
|
-
type
|
|
12074
|
-
|
|
12075
|
-
|
|
12076
|
-
jump_title: string;
|
|
12077
|
-
meta: 打CallMeta;
|
|
12078
|
-
mtime: number;
|
|
12079
|
-
package_id: number;
|
|
12080
|
-
state: number;
|
|
12081
|
-
text: string;
|
|
12082
|
-
type: number;
|
|
12083
|
-
url: string;
|
|
12446
|
+
type IndigoFallbackLayers = {
|
|
12447
|
+
is_critical_group: boolean;
|
|
12448
|
+
layers: IndigoLayer[];
|
|
12084
12449
|
[property: string]: any;
|
|
12085
12450
|
};
|
|
12086
|
-
type
|
|
12087
|
-
|
|
12088
|
-
|
|
12451
|
+
type IndigoLayer = {
|
|
12452
|
+
general_spec: IndigoGeneralSpec;
|
|
12453
|
+
layer_config: IndigoLayerConfig;
|
|
12454
|
+
resource: IndigoResource;
|
|
12455
|
+
visible: boolean;
|
|
12089
12456
|
[property: string]: any;
|
|
12090
12457
|
};
|
|
12091
|
-
type
|
|
12092
|
-
|
|
12093
|
-
|
|
12094
|
-
|
|
12095
|
-
meta: 笑哭_Meta;
|
|
12096
|
-
mtime: number;
|
|
12097
|
-
package_id: number;
|
|
12098
|
-
state: number;
|
|
12099
|
-
text: string;
|
|
12100
|
-
type: number;
|
|
12101
|
-
url: string;
|
|
12458
|
+
type IndigoGeneralSpec = {
|
|
12459
|
+
pos_spec: IndigoPosSpec;
|
|
12460
|
+
render_spec: IndigoRenderSpec;
|
|
12461
|
+
size_spec: IndigoSizeSpec;
|
|
12102
12462
|
[property: string]: any;
|
|
12103
12463
|
};
|
|
12104
|
-
type
|
|
12105
|
-
|
|
12106
|
-
|
|
12464
|
+
type IndigoPosSpec = {
|
|
12465
|
+
axis_x: number;
|
|
12466
|
+
axis_y: number;
|
|
12467
|
+
coordinate_pos: number;
|
|
12107
12468
|
[property: string]: any;
|
|
12108
12469
|
};
|
|
12109
|
-
type
|
|
12110
|
-
|
|
12111
|
-
id: number;
|
|
12112
|
-
jump_title: string;
|
|
12113
|
-
meta: HilariousMeta;
|
|
12114
|
-
mtime: number;
|
|
12115
|
-
package_id: number;
|
|
12116
|
-
state: number;
|
|
12117
|
-
text: string;
|
|
12118
|
-
type: number;
|
|
12119
|
-
url: string;
|
|
12470
|
+
type IndigoRenderSpec = {
|
|
12471
|
+
opacity: number;
|
|
12120
12472
|
[property: string]: any;
|
|
12121
12473
|
};
|
|
12122
|
-
type
|
|
12123
|
-
|
|
12124
|
-
|
|
12474
|
+
type IndigoSizeSpec = {
|
|
12475
|
+
height: number | number;
|
|
12476
|
+
width: number | number;
|
|
12125
12477
|
[property: string]: any;
|
|
12126
12478
|
};
|
|
12127
|
-
type
|
|
12128
|
-
|
|
12129
|
-
|
|
12130
|
-
jump_title: string;
|
|
12131
|
-
meta: 胜利_Meta;
|
|
12132
|
-
mtime: number;
|
|
12133
|
-
package_id: number;
|
|
12134
|
-
state: number;
|
|
12135
|
-
text: string;
|
|
12136
|
-
type: number;
|
|
12137
|
-
url: string;
|
|
12479
|
+
type IndigoLayerConfig = {
|
|
12480
|
+
is_critical?: boolean;
|
|
12481
|
+
tags: IndigoTags;
|
|
12138
12482
|
[property: string]: any;
|
|
12139
12483
|
};
|
|
12140
|
-
type
|
|
12141
|
-
|
|
12142
|
-
|
|
12484
|
+
type IndigoTags = {
|
|
12485
|
+
AVATAR_LAYER?: {
|
|
12486
|
+
[key: string]: any;
|
|
12487
|
+
};
|
|
12488
|
+
GENERAL_CFG: IndigoGENERALCFG;
|
|
12489
|
+
ICON_LAYER: {
|
|
12490
|
+
[key: string]: any;
|
|
12491
|
+
};
|
|
12143
12492
|
[property: string]: any;
|
|
12144
12493
|
};
|
|
12145
|
-
type
|
|
12146
|
-
|
|
12147
|
-
|
|
12148
|
-
jump_title: string;
|
|
12149
|
-
meta: AmbitiousMeta;
|
|
12150
|
-
mtime: number;
|
|
12151
|
-
package_id: number;
|
|
12152
|
-
state: number;
|
|
12153
|
-
text: string;
|
|
12154
|
-
type: number;
|
|
12155
|
-
url: string;
|
|
12494
|
+
type IndigoGENERALCFG = {
|
|
12495
|
+
config_type: number;
|
|
12496
|
+
general_config: IndigoGeneralConfig;
|
|
12156
12497
|
[property: string]: any;
|
|
12157
12498
|
};
|
|
12158
|
-
type
|
|
12159
|
-
|
|
12160
|
-
suggest: string[];
|
|
12499
|
+
type IndigoGeneralConfig = {
|
|
12500
|
+
web_css_style: IndigoWebcssStyle;
|
|
12161
12501
|
[property: string]: any;
|
|
12162
12502
|
};
|
|
12163
|
-
type
|
|
12164
|
-
|
|
12165
|
-
|
|
12166
|
-
|
|
12167
|
-
|
|
12168
|
-
mtime: number;
|
|
12169
|
-
package_id: number;
|
|
12170
|
-
state: number;
|
|
12171
|
-
text: string;
|
|
12172
|
-
type: number;
|
|
12173
|
-
url: string;
|
|
12503
|
+
type IndigoWebcssStyle = {
|
|
12504
|
+
"background-color": string;
|
|
12505
|
+
border: string;
|
|
12506
|
+
borderRadius: string;
|
|
12507
|
+
boxSizing: string;
|
|
12174
12508
|
[property: string]: any;
|
|
12175
12509
|
};
|
|
12176
|
-
type
|
|
12177
|
-
|
|
12178
|
-
|
|
12510
|
+
type IndigoResource = {
|
|
12511
|
+
res_image: IndigoResImage;
|
|
12512
|
+
res_type: number;
|
|
12179
12513
|
[property: string]: any;
|
|
12180
12514
|
};
|
|
12181
|
-
type
|
|
12182
|
-
|
|
12183
|
-
face_nft_new: number;
|
|
12184
|
-
is_senior_member: number;
|
|
12185
|
-
level_info: FluffyLevelInfo;
|
|
12186
|
-
mid: string;
|
|
12187
|
-
nameplate: FluffyNameplate;
|
|
12188
|
-
official_verify: FluffyOfficialVerify;
|
|
12189
|
-
pendant: FluffyPendant;
|
|
12190
|
-
rank: string;
|
|
12191
|
-
senior: {
|
|
12192
|
-
[key: string]: any;
|
|
12193
|
-
};
|
|
12194
|
-
sex: string;
|
|
12195
|
-
sign: string;
|
|
12196
|
-
uname: string;
|
|
12197
|
-
vip: FluffyVip;
|
|
12515
|
+
type IndigoResImage = {
|
|
12516
|
+
image_src: IndigoImageSrc;
|
|
12198
12517
|
[property: string]: any;
|
|
12199
12518
|
};
|
|
12200
|
-
type
|
|
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 = {
|
|
12201
12532
|
current_exp: number;
|
|
12202
12533
|
current_level: number;
|
|
12203
12534
|
current_min: number;
|
|
12204
12535
|
next_exp: number;
|
|
12205
12536
|
[property: string]: any;
|
|
12206
12537
|
};
|
|
12207
|
-
type
|
|
12538
|
+
type IndigoNameplate = {
|
|
12208
12539
|
condition: string;
|
|
12209
12540
|
image: string;
|
|
12210
12541
|
image_small: string;
|
|
@@ -12213,12 +12544,12 @@ type FluffyNameplate = {
|
|
|
12213
12544
|
nid: number;
|
|
12214
12545
|
[property: string]: any;
|
|
12215
12546
|
};
|
|
12216
|
-
type
|
|
12547
|
+
type IndigoOfficialVerify = {
|
|
12217
12548
|
desc: string;
|
|
12218
12549
|
type: number;
|
|
12219
12550
|
[property: string]: any;
|
|
12220
12551
|
};
|
|
12221
|
-
type
|
|
12552
|
+
type IndigoPendant = {
|
|
12222
12553
|
expire: number;
|
|
12223
12554
|
image: string;
|
|
12224
12555
|
image_enhance: string;
|
|
@@ -12228,11 +12559,17 @@ type FluffyPendant = {
|
|
|
12228
12559
|
pid: number;
|
|
12229
12560
|
[property: string]: any;
|
|
12230
12561
|
};
|
|
12231
|
-
type
|
|
12562
|
+
type IndigoUserSailing = {
|
|
12563
|
+
cardbg: null;
|
|
12564
|
+
cardbg_with_focus: null;
|
|
12565
|
+
pendant: null;
|
|
12566
|
+
[property: string]: any;
|
|
12567
|
+
};
|
|
12568
|
+
type IndigoVip = {
|
|
12232
12569
|
accessStatus: number;
|
|
12233
12570
|
avatar_subscript: number;
|
|
12234
12571
|
dueRemark: string;
|
|
12235
|
-
label:
|
|
12572
|
+
label: IndigoLabel;
|
|
12236
12573
|
nickname_color: string;
|
|
12237
12574
|
themeType: number;
|
|
12238
12575
|
vipDueDate: number;
|
|
@@ -12241,7 +12578,7 @@ type FluffyVip = {
|
|
|
12241
12578
|
vipType: number;
|
|
12242
12579
|
[property: string]: any;
|
|
12243
12580
|
};
|
|
12244
|
-
type
|
|
12581
|
+
type IndigoLabel = {
|
|
12245
12582
|
bg_color: string;
|
|
12246
12583
|
bg_style: number;
|
|
12247
12584
|
border_color: string;
|
|
@@ -12256,221 +12593,172 @@ type FluffyLabel = {
|
|
|
12256
12593
|
use_img_label: boolean;
|
|
12257
12594
|
[property: string]: any;
|
|
12258
12595
|
};
|
|
12259
|
-
type
|
|
12260
|
-
|
|
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;
|
|
12261
12629
|
[property: string]: any;
|
|
12262
12630
|
};
|
|
12263
|
-
type
|
|
12264
|
-
|
|
12631
|
+
type StickyContent = {
|
|
12632
|
+
jump_url: {
|
|
12633
|
+
[key: string]: any;
|
|
12634
|
+
};
|
|
12635
|
+
max_line: number;
|
|
12636
|
+
members: string[];
|
|
12637
|
+
message: string;
|
|
12265
12638
|
[property: string]: any;
|
|
12266
12639
|
};
|
|
12267
|
-
type
|
|
12640
|
+
type StickyFolder = {
|
|
12268
12641
|
has_folded: boolean;
|
|
12269
12642
|
is_folded: boolean;
|
|
12270
12643
|
rule: string;
|
|
12271
12644
|
[property: string]: any;
|
|
12272
12645
|
};
|
|
12273
|
-
type
|
|
12646
|
+
type StickyMember = {
|
|
12274
12647
|
avatar: string;
|
|
12275
|
-
avatar_item:
|
|
12648
|
+
avatar_item: IndecentAvatarItem;
|
|
12276
12649
|
contract_desc: string;
|
|
12277
12650
|
face_nft_new: number;
|
|
12278
12651
|
fans_detail: null;
|
|
12279
12652
|
is_contractor: boolean;
|
|
12280
12653
|
is_senior_member: number;
|
|
12281
|
-
level_info:
|
|
12654
|
+
level_info: IndecentLevelInfo;
|
|
12282
12655
|
mid: string;
|
|
12283
|
-
nameplate:
|
|
12656
|
+
nameplate: IndecentNameplate;
|
|
12284
12657
|
nft_interaction: null;
|
|
12285
|
-
official_verify:
|
|
12286
|
-
pendant:
|
|
12658
|
+
official_verify: IndecentOfficialVerify;
|
|
12659
|
+
pendant: IndecentPendant;
|
|
12287
12660
|
rank: string;
|
|
12288
|
-
senior:
|
|
12661
|
+
senior: {
|
|
12662
|
+
[key: string]: any;
|
|
12663
|
+
};
|
|
12289
12664
|
sex: string;
|
|
12290
12665
|
sign: string;
|
|
12291
12666
|
uname: string;
|
|
12292
|
-
user_sailing:
|
|
12293
|
-
|
|
12667
|
+
user_sailing: IndecentUserSailing;
|
|
12668
|
+
user_sailing_v2: {
|
|
12669
|
+
[key: string]: any;
|
|
12670
|
+
};
|
|
12671
|
+
vip: IndecentVip;
|
|
12294
12672
|
[property: string]: any;
|
|
12295
12673
|
};
|
|
12296
|
-
type
|
|
12297
|
-
container_size:
|
|
12298
|
-
fallback_layers:
|
|
12299
|
-
layers?: IndigoLayer[];
|
|
12674
|
+
type IndecentAvatarItem = {
|
|
12675
|
+
container_size: IndecentContainerSize;
|
|
12676
|
+
fallback_layers: IndecentFallbackLayers;
|
|
12300
12677
|
mid: string;
|
|
12301
12678
|
[property: string]: any;
|
|
12302
12679
|
};
|
|
12303
|
-
type
|
|
12304
|
-
height: number;
|
|
12305
|
-
width: number;
|
|
12306
|
-
[property: string]: any;
|
|
12307
|
-
};
|
|
12308
|
-
type FluffyFallbackLayers = {
|
|
12309
|
-
is_critical_group: boolean;
|
|
12310
|
-
layers: StickyLayer[];
|
|
12311
|
-
[property: string]: any;
|
|
12312
|
-
};
|
|
12313
|
-
type StickyLayer = {
|
|
12314
|
-
general_spec: TentacledGeneralSpec;
|
|
12315
|
-
layer_config: TentacledLayerConfig;
|
|
12316
|
-
resource: TentacledResource;
|
|
12317
|
-
visible: boolean;
|
|
12318
|
-
[property: string]: any;
|
|
12319
|
-
};
|
|
12320
|
-
type TentacledGeneralSpec = {
|
|
12321
|
-
pos_spec: TentacledPosSpec;
|
|
12322
|
-
render_spec: TentacledRenderSpec;
|
|
12323
|
-
size_spec: TentacledSizeSpec;
|
|
12324
|
-
[property: string]: any;
|
|
12325
|
-
};
|
|
12326
|
-
type TentacledPosSpec = {
|
|
12327
|
-
axis_x: number;
|
|
12328
|
-
axis_y: number;
|
|
12329
|
-
coordinate_pos: number;
|
|
12330
|
-
[property: string]: any;
|
|
12331
|
-
};
|
|
12332
|
-
type TentacledRenderSpec = {
|
|
12333
|
-
opacity: number;
|
|
12334
|
-
[property: string]: any;
|
|
12335
|
-
};
|
|
12336
|
-
type TentacledSizeSpec = {
|
|
12680
|
+
type IndecentContainerSize = {
|
|
12337
12681
|
height: number;
|
|
12338
12682
|
width: number;
|
|
12339
12683
|
[property: string]: any;
|
|
12340
12684
|
};
|
|
12341
|
-
type
|
|
12342
|
-
is_critical?: boolean;
|
|
12343
|
-
tags: TentacledTags;
|
|
12344
|
-
[property: string]: any;
|
|
12345
|
-
};
|
|
12346
|
-
type TentacledTags = {
|
|
12347
|
-
AVATAR_LAYER?: {
|
|
12348
|
-
[key: string]: any;
|
|
12349
|
-
};
|
|
12350
|
-
GENERAL_CFG: TentacledGENERALCFG;
|
|
12351
|
-
ICON_LAYER: {
|
|
12352
|
-
[key: string]: any;
|
|
12353
|
-
};
|
|
12354
|
-
PENDENT_LAYER?: {
|
|
12355
|
-
[key: string]: any;
|
|
12356
|
-
};
|
|
12357
|
-
[property: string]: any;
|
|
12358
|
-
};
|
|
12359
|
-
type TentacledGENERALCFG = {
|
|
12360
|
-
config_type: number;
|
|
12361
|
-
general_config: TentacledGeneralConfig;
|
|
12362
|
-
[property: string]: any;
|
|
12363
|
-
};
|
|
12364
|
-
type TentacledGeneralConfig = {
|
|
12365
|
-
web_css_style: TentacledWebcssStyle;
|
|
12366
|
-
[property: string]: any;
|
|
12367
|
-
};
|
|
12368
|
-
type TentacledWebcssStyle = {
|
|
12369
|
-
'background-color': string;
|
|
12370
|
-
border: string;
|
|
12371
|
-
borderRadius: string;
|
|
12372
|
-
boxSizing: string;
|
|
12373
|
-
[property: string]: any;
|
|
12374
|
-
};
|
|
12375
|
-
type TentacledResource = {
|
|
12376
|
-
res_image: TentacledResImage;
|
|
12377
|
-
res_type: number;
|
|
12378
|
-
[property: string]: any;
|
|
12379
|
-
};
|
|
12380
|
-
type TentacledResImage = {
|
|
12381
|
-
image_src: TentacledImageSrc;
|
|
12382
|
-
[property: string]: any;
|
|
12383
|
-
};
|
|
12384
|
-
type TentacledImageSrc = {
|
|
12385
|
-
placeholder: number;
|
|
12386
|
-
remote: IndigoRemote;
|
|
12387
|
-
src_type: number;
|
|
12388
|
-
[property: string]: any;
|
|
12389
|
-
};
|
|
12390
|
-
type IndigoRemote = {
|
|
12391
|
-
bfs_style: string;
|
|
12392
|
-
url: string;
|
|
12393
|
-
[property: string]: any;
|
|
12394
|
-
};
|
|
12395
|
-
type IndigoLayer = {
|
|
12685
|
+
type IndecentFallbackLayers = {
|
|
12396
12686
|
is_critical_group: boolean;
|
|
12397
12687
|
layers: IndecentLayer[];
|
|
12398
12688
|
[property: string]: any;
|
|
12399
12689
|
};
|
|
12400
12690
|
type IndecentLayer = {
|
|
12401
|
-
general_spec:
|
|
12402
|
-
layer_config:
|
|
12403
|
-
resource:
|
|
12691
|
+
general_spec: IndecentGeneralSpec;
|
|
12692
|
+
layer_config: IndecentLayerConfig;
|
|
12693
|
+
resource: IndecentResource;
|
|
12404
12694
|
visible: boolean;
|
|
12405
12695
|
[property: string]: any;
|
|
12406
12696
|
};
|
|
12407
|
-
type
|
|
12408
|
-
pos_spec:
|
|
12409
|
-
render_spec:
|
|
12410
|
-
size_spec:
|
|
12697
|
+
type IndecentGeneralSpec = {
|
|
12698
|
+
pos_spec: IndecentPosSpec;
|
|
12699
|
+
render_spec: IndecentRenderSpec;
|
|
12700
|
+
size_spec: IndecentSizeSpec;
|
|
12411
12701
|
[property: string]: any;
|
|
12412
12702
|
};
|
|
12413
|
-
type
|
|
12703
|
+
type IndecentPosSpec = {
|
|
12414
12704
|
axis_x: number;
|
|
12415
12705
|
axis_y: number;
|
|
12416
12706
|
coordinate_pos: number;
|
|
12417
12707
|
[property: string]: any;
|
|
12418
12708
|
};
|
|
12419
|
-
type
|
|
12709
|
+
type IndecentRenderSpec = {
|
|
12420
12710
|
opacity: number;
|
|
12421
12711
|
[property: string]: any;
|
|
12422
12712
|
};
|
|
12423
|
-
type
|
|
12424
|
-
height: number;
|
|
12425
|
-
width: number;
|
|
12713
|
+
type IndecentSizeSpec = {
|
|
12714
|
+
height: number | number;
|
|
12715
|
+
width: number | number;
|
|
12426
12716
|
[property: string]: any;
|
|
12427
12717
|
};
|
|
12428
|
-
type
|
|
12718
|
+
type IndecentLayerConfig = {
|
|
12429
12719
|
is_critical?: boolean;
|
|
12430
|
-
tags:
|
|
12720
|
+
tags: IndecentTags;
|
|
12431
12721
|
[property: string]: any;
|
|
12432
12722
|
};
|
|
12433
|
-
type
|
|
12723
|
+
type IndecentTags = {
|
|
12434
12724
|
AVATAR_LAYER?: {
|
|
12435
12725
|
[key: string]: any;
|
|
12436
12726
|
};
|
|
12437
|
-
GENERAL_CFG:
|
|
12727
|
+
GENERAL_CFG: IndecentGENERALCFG;
|
|
12438
12728
|
ICON_LAYER: {
|
|
12439
12729
|
[key: string]: any;
|
|
12440
12730
|
};
|
|
12441
|
-
PENDENT_LAYER?: {
|
|
12442
|
-
[key: string]: any;
|
|
12443
|
-
};
|
|
12444
12731
|
[property: string]: any;
|
|
12445
12732
|
};
|
|
12446
|
-
type
|
|
12733
|
+
type IndecentGENERALCFG = {
|
|
12447
12734
|
config_type: number;
|
|
12448
|
-
general_config:
|
|
12735
|
+
general_config: IndecentGeneralConfig;
|
|
12449
12736
|
[property: string]: any;
|
|
12450
12737
|
};
|
|
12451
|
-
type
|
|
12452
|
-
web_css_style:
|
|
12738
|
+
type IndecentGeneralConfig = {
|
|
12739
|
+
web_css_style: IndecentWebcssStyle;
|
|
12453
12740
|
[property: string]: any;
|
|
12454
12741
|
};
|
|
12455
|
-
type
|
|
12456
|
-
|
|
12742
|
+
type IndecentWebcssStyle = {
|
|
12743
|
+
"background-color": string;
|
|
12457
12744
|
border: string;
|
|
12458
12745
|
borderRadius: string;
|
|
12459
12746
|
boxSizing: string;
|
|
12460
12747
|
[property: string]: any;
|
|
12461
12748
|
};
|
|
12462
|
-
type
|
|
12463
|
-
|
|
12464
|
-
res_image: StickyResImage;
|
|
12749
|
+
type IndecentResource = {
|
|
12750
|
+
res_image: IndecentResImage;
|
|
12465
12751
|
res_type: number;
|
|
12466
12752
|
[property: string]: any;
|
|
12467
12753
|
};
|
|
12468
|
-
type
|
|
12469
|
-
|
|
12754
|
+
type IndecentResImage = {
|
|
12755
|
+
image_src: IndecentImageSrc;
|
|
12470
12756
|
[property: string]: any;
|
|
12471
12757
|
};
|
|
12472
|
-
type
|
|
12473
|
-
|
|
12758
|
+
type IndecentImageSrc = {
|
|
12759
|
+
local: number;
|
|
12760
|
+
placeholder?: number;
|
|
12761
|
+
remote?: IndecentRemote;
|
|
12474
12762
|
src_type: number;
|
|
12475
12763
|
[property: string]: any;
|
|
12476
12764
|
};
|
|
@@ -12479,29 +12767,14 @@ type IndecentRemote = {
|
|
|
12479
12767
|
url: string;
|
|
12480
12768
|
[property: string]: any;
|
|
12481
12769
|
};
|
|
12482
|
-
type
|
|
12483
|
-
image_src: StickyImageSrc;
|
|
12484
|
-
[property: string]: any;
|
|
12485
|
-
};
|
|
12486
|
-
type StickyImageSrc = {
|
|
12487
|
-
placeholder: number;
|
|
12488
|
-
remote: HilariousRemote;
|
|
12489
|
-
src_type: number;
|
|
12490
|
-
[property: string]: any;
|
|
12491
|
-
};
|
|
12492
|
-
type HilariousRemote = {
|
|
12493
|
-
bfs_style: string;
|
|
12494
|
-
url: string;
|
|
12495
|
-
[property: string]: any;
|
|
12496
|
-
};
|
|
12497
|
-
type TentacledLevelInfo = {
|
|
12770
|
+
type IndecentLevelInfo = {
|
|
12498
12771
|
current_exp: number;
|
|
12499
12772
|
current_level: number;
|
|
12500
12773
|
current_min: number;
|
|
12501
12774
|
next_exp: number;
|
|
12502
12775
|
[property: string]: any;
|
|
12503
12776
|
};
|
|
12504
|
-
type
|
|
12777
|
+
type IndecentNameplate = {
|
|
12505
12778
|
condition: string;
|
|
12506
12779
|
image: string;
|
|
12507
12780
|
image_small: string;
|
|
@@ -12510,12 +12783,12 @@ type TentacledNameplate = {
|
|
|
12510
12783
|
nid: number;
|
|
12511
12784
|
[property: string]: any;
|
|
12512
12785
|
};
|
|
12513
|
-
type
|
|
12786
|
+
type IndecentOfficialVerify = {
|
|
12514
12787
|
desc: string;
|
|
12515
12788
|
type: number;
|
|
12516
12789
|
[property: string]: any;
|
|
12517
12790
|
};
|
|
12518
|
-
type
|
|
12791
|
+
type IndecentPendant = {
|
|
12519
12792
|
expire: number;
|
|
12520
12793
|
image: string;
|
|
12521
12794
|
image_enhance: string;
|
|
@@ -12525,15 +12798,17 @@ type TentacledPendant = {
|
|
|
12525
12798
|
pid: number;
|
|
12526
12799
|
[property: string]: any;
|
|
12527
12800
|
};
|
|
12528
|
-
type
|
|
12529
|
-
|
|
12801
|
+
type IndecentUserSailing = {
|
|
12802
|
+
cardbg: null;
|
|
12803
|
+
cardbg_with_focus: null;
|
|
12804
|
+
pendant: null;
|
|
12530
12805
|
[property: string]: any;
|
|
12531
12806
|
};
|
|
12532
|
-
type
|
|
12807
|
+
type IndecentVip = {
|
|
12533
12808
|
accessStatus: number;
|
|
12534
12809
|
avatar_subscript: number;
|
|
12535
12810
|
dueRemark: string;
|
|
12536
|
-
label:
|
|
12811
|
+
label: IndecentLabel;
|
|
12537
12812
|
nickname_color: string;
|
|
12538
12813
|
themeType: number;
|
|
12539
12814
|
vipDueDate: number;
|
|
@@ -12542,7 +12817,7 @@ type TentacledVip = {
|
|
|
12542
12817
|
vipType: number;
|
|
12543
12818
|
[property: string]: any;
|
|
12544
12819
|
};
|
|
12545
|
-
type
|
|
12820
|
+
type IndecentLabel = {
|
|
12546
12821
|
bg_color: string;
|
|
12547
12822
|
bg_style: number;
|
|
12548
12823
|
border_color: string;
|
|
@@ -12557,37 +12832,37 @@ type TentacledLabel = {
|
|
|
12557
12832
|
use_img_label: boolean;
|
|
12558
12833
|
[property: string]: any;
|
|
12559
12834
|
};
|
|
12560
|
-
type
|
|
12835
|
+
type StickyReplyControl = {
|
|
12561
12836
|
location: string;
|
|
12562
12837
|
max_line: number;
|
|
12563
12838
|
time_desc: string;
|
|
12839
|
+
translation_switch: number;
|
|
12564
12840
|
[property: string]: any;
|
|
12565
12841
|
};
|
|
12566
|
-
type
|
|
12842
|
+
type StickyUpAction = {
|
|
12567
12843
|
like: boolean;
|
|
12568
12844
|
reply: boolean;
|
|
12569
12845
|
[property: string]: any;
|
|
12570
12846
|
};
|
|
12571
|
-
type
|
|
12572
|
-
|
|
12573
|
-
|
|
12574
|
-
is_note_v2?: boolean;
|
|
12847
|
+
type TopReplyReplyControl = {
|
|
12848
|
+
cm_recommend_component: string;
|
|
12849
|
+
is_up_top: boolean;
|
|
12575
12850
|
location: string;
|
|
12576
12851
|
max_line: number;
|
|
12577
12852
|
sub_reply_entry_text: string;
|
|
12578
12853
|
sub_reply_title_text: string;
|
|
12579
12854
|
time_desc: string;
|
|
12855
|
+
translation_switch: number;
|
|
12856
|
+
up_reply: boolean;
|
|
12580
12857
|
[property: string]: any;
|
|
12581
12858
|
};
|
|
12582
|
-
type
|
|
12859
|
+
type TopReplyUpAction = {
|
|
12583
12860
|
like: boolean;
|
|
12584
12861
|
reply: boolean;
|
|
12585
12862
|
[property: string]: any;
|
|
12586
12863
|
};
|
|
12587
|
-
type
|
|
12864
|
+
type DataUpper = {
|
|
12588
12865
|
mid: number;
|
|
12589
|
-
top: null;
|
|
12590
|
-
vote: null;
|
|
12591
12866
|
[property: string]: any;
|
|
12592
12867
|
};
|
|
12593
12868
|
|
|
@@ -13940,10 +14215,6 @@ declare const validateDouyinParams: <T extends DouyinMethodType>(methodType: T,
|
|
|
13940
14215
|
} | {
|
|
13941
14216
|
methodType: "\u97F3\u4E50\u6570\u636E";
|
|
13942
14217
|
music_id: string;
|
|
13943
|
-
} | {
|
|
13944
|
-
methodType: "\u76F4\u64AD\u95F4\u4FE1\u606F\u6570\u636E";
|
|
13945
|
-
room_id: string;
|
|
13946
|
-
web_rid: string;
|
|
13947
14218
|
} | {
|
|
13948
14219
|
methodType: "\u7533\u8BF7\u4E8C\u7EF4\u7801\u6570\u636E";
|
|
13949
14220
|
verify_fp: string;
|
|
@@ -13973,9 +14244,13 @@ declare const validateBilibiliParams: <T extends BilibiliMethodType>(methodType:
|
|
|
13973
14244
|
} | {
|
|
13974
14245
|
methodType: "\u8BC4\u8BBA\u6570\u636E";
|
|
13975
14246
|
type: number;
|
|
13976
|
-
oid:
|
|
14247
|
+
oid: string;
|
|
13977
14248
|
number?: number;
|
|
13978
|
-
|
|
14249
|
+
mode?: 0 | 1 | 2 | 3;
|
|
14250
|
+
pagination_str?: string;
|
|
14251
|
+
plat?: number;
|
|
14252
|
+
seek_rpid?: string;
|
|
14253
|
+
web_location?: string;
|
|
13979
14254
|
} | {
|
|
13980
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";
|
|
13981
14256
|
host_mid: number;
|
|
@@ -14202,9 +14477,13 @@ declare const bilibili: {
|
|
|
14202
14477
|
getComments: <M extends TypeMode = "loose">(options: Omit<{
|
|
14203
14478
|
methodType: "\u8BC4\u8BBA\u6570\u636E";
|
|
14204
14479
|
type: number;
|
|
14205
|
-
oid:
|
|
14480
|
+
oid: string;
|
|
14206
14481
|
number?: number;
|
|
14207
|
-
|
|
14482
|
+
mode?: 0 | 1 | 2 | 3;
|
|
14483
|
+
pagination_str?: string;
|
|
14484
|
+
plat?: number;
|
|
14485
|
+
seek_rpid?: string;
|
|
14486
|
+
web_location?: string;
|
|
14208
14487
|
}, "methodType"> & {
|
|
14209
14488
|
typeMode?: TypeMode;
|
|
14210
14489
|
} & {
|
|
@@ -14461,9 +14740,13 @@ declare const createBoundBilibiliApi: (cookie?: string) => {
|
|
|
14461
14740
|
getComments: <M extends TypeMode = "loose">(options: Omit<{
|
|
14462
14741
|
methodType: "\u8BC4\u8BBA\u6570\u636E";
|
|
14463
14742
|
type: number;
|
|
14464
|
-
oid:
|
|
14743
|
+
oid: string;
|
|
14465
14744
|
number?: number;
|
|
14466
|
-
|
|
14745
|
+
mode?: 0 | 1 | 2 | 3;
|
|
14746
|
+
pagination_str?: string;
|
|
14747
|
+
plat?: number;
|
|
14748
|
+
seek_rpid?: string;
|
|
14749
|
+
web_location?: string;
|
|
14467
14750
|
}, "methodType"> & {
|
|
14468
14751
|
typeMode?: TypeMode;
|
|
14469
14752
|
} & {
|
|
@@ -15466,4 +15749,4 @@ type kuaishouUtilsModel = {
|
|
|
15466
15749
|
/** 快手相关功能模块 (工具集) */
|
|
15467
15750
|
declare const kuaishouUtils: kuaishouUtilsModel;
|
|
15468
15751
|
|
|
15469
|
-
export { type DySuggestWords as $, kuaishouApiUrls as A, type BilibiliDataOptionsMap as B, kuaishou as C, type DouyinDataOptionsMap as D, createBoundKuaishouApi as E, type BoundKuaishouApi as F, type BilibiliMethodOptionsMap as G, type DouyinMethodOptionsMap as H, type KuaishouMethodOptionsMap as I, type BilibiliMethodType as J, type KuaishouDataOptionsMap as K, type DouyinMethodType as L, type KuaishouMethodType as M, Networks as N, type NetworksConfigType as O, BilibiliValidationSchemas as P, DouyinValidationSchemas as Q, KuaishouValidationSchemas as R, type OmitMethodType as S, type TypeControl as T, type APIErrorType as U, type DyEmojiList as V, type DyEmojiProList as W, type DyImageAlbumWork as X, type DyMusicWork as Y, type DySearchInfo as Z, type DySlidesWork as _, type DouyinDataOptions as a,
|
|
15752
|
+
export { type DySuggestWords as $, kuaishouApiUrls as A, type BilibiliDataOptionsMap as B, kuaishou as C, type DouyinDataOptionsMap as D, createBoundKuaishouApi as E, type BoundKuaishouApi as F, type BilibiliMethodOptionsMap as G, type DouyinMethodOptionsMap as H, type KuaishouMethodOptionsMap as I, type BilibiliMethodType as J, type KuaishouDataOptionsMap as K, type DouyinMethodType as L, type KuaishouMethodType as M, Networks as N, type NetworksConfigType as O, BilibiliValidationSchemas as P, DouyinValidationSchemas as Q, KuaishouValidationSchemas as R, type OmitMethodType as S, type TypeControl as T, type APIErrorType as U, type DyEmojiList as V, type DyEmojiProList as W, type DyImageAlbumWork as X, type DyMusicWork as Y, type DySearchInfo as Z, type DySlidesWork as _, type DouyinDataOptions as a, type BilibiliVideoParams as a$, type DyUserInfo as a0, type DyUserLiveVideos as a1, type DyUserPostVideos as a2, type DyVideoWork as a3, type DyWorkComments as a4, type BiliAv2Bv as a5, type BiliBangumiVideoInfo as a6, type BiliBangumiVideoPlayurlIsLogin as a7, type BiliBv2AV as a8, type BiliDynamicCard as a9, type BaseResponse as aA, type SuccessResponse as aB, type ErrorResponse as aC, validateDouyinParams as aD, validateBilibiliParams as aE, validateKuaishouParams as aF, createSuccessResponse as aG, createErrorResponse as aH, type DouyinWorkParams as aI, type DouyinCommentParams as aJ, type DouyinSearchParams as aK, type DouyinCommentReplyParams as aL, type DouyinUserParams as aM, type DouyinMusicParams as aN, type DouyinLiveRoomParams as aO, type DouyinQrcodeParams as aP, type DouyinEmojiListParams as aQ, type DouyinEmojiProParams as aR, DouyinWorkParamsSchema as aS, DouyinCommentParamsSchema as aT, DouyinSearchParamsSchema as aU, DouyinCommentReplyParamsSchema as aV, DouyinUserParamsSchema as aW, DouyinMusicParamsSchema as aX, DouyinQrcodeParamsSchema as aY, DouyinEmojiListParamsSchema as aZ, DouyinEmojiProParamsSchema as a_, type BiliDynamicInfo as aa, type BiliEmojiList as ab, type BiliLiveRoomDef as ac, type BiliLiveRoomDetail as ad, type BiliCheckQrcode as ae, type BiliNewLoginQrcode as af, type BiliOneWork as ag, type BiliUserDynamic as ah, type BiliUserFullView as ai, type BiliUserProfile as aj, type BiliVideoPlayurlIsLogin as ak, type BiliWorkComments as al, type BiliBangumiVideoPlayurlNoLogin as am, type BiliBiliVideoPlayurlNoLogin as an, type KsEmojiList as ao, type KsOneWork as ap, type KsWorkComments as aq, type TypeMode as ar, type ExtendedDouyinOptions as as, type ApiResponse as at, type ConditionalReturnType as au, type ExtendedBilibiliOptions as av, type ExtendedKuaishouOptions as aw, getDouyinData as ax, getBilibiliData as ay, getKuaishouData as az, type BilibiliDataOptions as b, type BilibiliVideoDownloadParams as b0, type BilibiliCommentParams as b1, type BilibiliUserParams as b2, type BilibiliEmojiParams as b3, type BilibiliBangumiInfoParams as b4, type BilibiliBangumiStreamParams as b5, type BilibiliDynamicParams as b6, type BilibiliLiveParams as b7, type BilibiliLoginParams as b8, type BilibiliQrcodeParams as b9, type BilibiliQrcodeStatusParams as ba, type BilibiliAv2BvParams as bb, type BilibiliBv2AvParams as bc, BilibiliVideoParamsSchema as bd, BilibiliVideoDownloadParamsSchema as be, BilibiliCommentParamsSchema as bf, BilibiliUserParamsSchema as bg, BilibiliEmojiParamsSchema as bh, BilibiliBangumiInfoParamsSchema as bi, BilibiliBangumiStreamParamsSchema as bj, BilibiliDynamicParamsSchema as bk, BilibiliLiveParamsSchema as bl, BilibiliLoginParamsSchema as bm, BilibiliQrcodeParamsSchema as bn, BilibiliQrcodeStatusParamsSchema as bo, BilibiliAv2BvParamsSchema as bp, BilibiliBv2AvParamsSchema as bq, type KuaishouVideoParams as br, type KuaishouCommentParams as bs, type KuaishouEmojiParams as bt, KuaishouVideoParamsSchema as bu, KuaishouCommentParamsSchema as bv, KuaishouEmojiParamsSchema as bw, type KuaishouDataOptions as c, douyinUtils as d, bilibiliUtils as e, createDouyinRoutes as f, createBilibiliRoutes as g, createKuaishouRoutes as h, httpLogger as i, logMiddleware as j, kuaishouUtils as k, logger as l, bilibiliApiUrls as m, bilibiliErrorCodeMap as n, av2bv as o, bv2av as p, qtparam as q, bilibili as r, createBoundBilibiliApi as s, type BoundBilibiliApi as t, douyinApiUrls as u, douyinSign as v, wbi_sign as w, douyin as x, createBoundDouyinApi as y, type BoundDouyinApi as z };
|