forked from sngxpro/AutoSyncScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeizao.box.json
More file actions
915 lines (915 loc) · 40.3 KB
/
feizao.box.json
File metadata and controls
915 lines (915 loc) · 40.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
{
"id": "age174.app.sub",
"name": "肥皂 应用订阅",
"author": "@feizao",
"icon": "https://s3.ax1x.com/2021/02/17/ygLAIA.jpg",
"repo": "https://github.com/age174/-",
"apps": [{
"id": "dkd",
"name": "多看点",
"keys": ["dkdurl", "dkdhd", "dkdbody", "dkdtxurl", "dkdtxhd", "dkdtxbody"],
"author": "@feizao",
"settings": [{
"id": "dkdsetting",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "dkdcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://raw.githubusercontent.com/age174/-/main/dkd.js",
"icons": ["https://gitee.com/ydj0602/hym/raw/img/DKD.PNG", "https://gitee.com/ydj0602/hym/raw/img/DKD.PNG"],
"script": "https://raw.githubusercontent.com/age174/-/main/dkd.js"
},
{
"id": "zmsp",
"name": "芝嫲视频",
"keys": ["zmurl", "zmhd", "zmbody"],
"author": "@feizao",
"settings": [{
"id": "zmspsetting",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "zmspcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://raw.githubusercontent.com/age174/-/main/zmsp.js",
"icons": ["https://s3.ax1x.com/2021/02/06/yYzeWn.png", "https://s3.ax1x.com/2021/02/06/yYzeWn.png"],
"script": "https://raw.githubusercontent.com/age174/-/main/zmsp.js"
},
{
"id": "wnb",
"name": "蜗牛吧",
"keys": ["wnburl", "wnbhd", "wnbbody"],
"author": "@feizao",
"settings": [{
"id": "wnbsetting",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "wnbcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://raw.githubusercontent.com/age174/-/main/wnb.js",
"icons": ["https://ftp.bmp.ovh/imgs/2021/02/221a7d94eaa0dddf.jpeg", "https://ftp.bmp.ovh/imgs/2021/02/221a7d94eaa0dddf.jpeg"],
"script": "https://raw.githubusercontent.com/age174/-/main/wnb.js"
},
{
"id": "ymz",
"name": "羊毛赚",
"keys": ["ymzurl","ymzhd","ymzbody","ymzbody1"],
"author": "@feizao",
"settings": [{
"id": "ymzdsetting",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "ymzdcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://raw.githubusercontent.com/age174/-/main/ymz.js",
"icons": ["https://s3.ax1x.com/2021/02/06/yYzYWR.png", "https://s3.ax1x.com/2021/02/06/yYzYWR.png"],
"script": "https://raw.githubusercontent.com/age174/-/main/ymz.js"
},
{
"id": "jqb",
"name": "金钱豹",
"keys": ["jqburl", "jqbhd", "jqbggbody", "jqbqdbody", "jqbbody1", "jqbbody2", "jqbbody3", "jqbbody4", "jqbbody5", "jqbrwbody", "jqbzpbody"],
"author": "@feizao",
"settings": [{
"id": "jqbsetting",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "jqbcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://raw.githubusercontent.com/age174/-/main/jqb.js",
"icons": ["https://github.com/Patrick0108/qx/raw/master/jqb.png", "https://github.com/Patrick0108/qx/raw/master/jqb.png"],
"script": "https://raw.githubusercontent.com/age174/-/main/jqb.js"
}, {
"id": "sz",
"name": "闪挣",
"keys": ["szurl", "szhd"],
"author": "@feizao",
"settings": [{
"id": "szsetting",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "szcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://raw.githubusercontent.com/age174/-/main/sz.js",
"icons": ["https://ae01.alicdn.com/kf/U0eeed99dbe9a4cf99b73aaed7902a3a9z.jpg", "https://ae01.alicdn.com/kf/U0eeed99dbe9a4cf99b73aaed7902a3a9z.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/sz.js"
},
{
"id": "bsxq",
"name": "宝石星球",
"keys": ["bsxqurl", "bsxqhd","bsxqurl2","bsxqhd2","bsxqurl3","bsxqhd3","bsxqurl4","bsxqhd4","bsxqurl5", "bsxqhd5"],
"author": "@feizao",
"settings": [{
"id": "bsxqstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "bsxqcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/baosxq.js",
"icons": ["https://s3.ax1x.com/2021/02/10/y0rDPg.png", "https://s3.ax1x.com/2021/02/10/y0rDPg.png"],
"script": "https://raw.githubusercontent.com/age174/-/main/baosxq.js"
},{
"id": "rxm",
"name": "任性猫",
"keys": ["rxmurl", "rxmhd","rxmurl2","rxmhd2","rxmurl3","rxmhd3","rxmurl4","rxmhd4","rxmurl5", "rxmhd5","rxmurl6", "rxmhd6","rxmurl7", "rxmhd7","rxmurl8", "rxmhd8","rxmurl9", "rxmhd9","rxmurl10", "rxmhd10","rxmurl11", "rxmhd11","rxmurl12", "rxmhd12","rxmurl13", "rxmhd13","rxmurl14", "rxmhd14","rxmurl15", "rxmhd15","rxmurl16", "rxmhd16","rxmurl17", "rxmhd17","rxmurl18", "rxmhd18","rxmurl19", "rxmhd19","rxmurl20", "rxmhd20","rxmurl21", "rxmhd21","rxmurl22", "rxmhd22"],
"author": "@feizao",
"settings": [{
"id": "rxmstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "rxmcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/rxm.js",
"icons": ["https://raw.githubusercontent.com/shoujiqiyuan/PokemonGOforQuanX/master/IconSet/Z005.png", "https://raw.githubusercontent.com/shoujiqiyuan/PokemonGOforQuanX/master/IconSet/Z005.png"],
"script": "https://raw.githubusercontent.com/age174/-/main/rxm.js"
},{
"id": "mh",
"name": "陌嗨视频",
"keys": ["mhurl", "mhhd","mhurl2","mhhd2","mhurl3","mhhd3","mhurl4","mhhd4","mhurl5", "mhhd5"],
"author": "@feizao",
"settings": [{
"id": "mhstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "mhcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/mhdsp.js",
"icons": ["https://raw.githubusercontent.com/usrnb/options/main/QuantumultX/icons/task/mhdsp.png", "https://raw.githubusercontent.com/usrnb/options/main/QuantumultX/icons/task/mhdsp.png"],
"script": "https://raw.githubusercontent.com/age174/-/main/mhdsp.js"
},
{
"id": "fqkk",
"name": "番茄看看",
"keys": ["fqkk"],
"author": "@feizao",
"settings": [{
"id": "fqkkCkMove",
"val": "",
"name": "迁移旧数据",
"type": "boolean",
"desc": "开启该选项,执行一次脚本可将原有ck转换为此脚本可用的格式"
}, {
"id": "fqkkBanfirstTask",
"val": "",
"name": "限制脚本跑每日首次任务",
"type": "boolean",
"desc": "开启该选项时,每需手动阅读一次文章后脚本才能正常执行任务,尽量避免因脚本跑首次任务遭微信限制的情况"
}, {
"id": "fqkkConcurrency",
"val": "1",
"name": "并发执行账号数",
"type": "text",
"desc": "默认单账号跑任务,指定大于1的数值时,将并发执行多个账号的任务,请勿设置过大,避免NE工具崩溃(太大估计会崩溃吧)"
}, {
"id": "fqtx",
"name": "提现金额",
"val": "100",
"type": "number",
"desc": "需要自动提现多少,数字为金额的一百倍,如提现0.3元填写30,默认100为提现1元,最低提现额度为0.3元"
}, {
"id": "fqkk",
"name": "CK 列表",
"val": "",
"type": "textarea",
"rows": 8,
"desc": "番茄看看CK 列表 (JSON 格式)"
}],
"repo": "https://github.com/age174/-/blob/main/fqkk.js",
"icons": ["https://ftp.bmp.ovh/imgs/2021/02/f8306006536eb49c.jpeg", "https://ftp.bmp.ovh/imgs/2021/02/f8306006536eb49c.jpeg"],
"script": "https://raw.githubusercontent.com/age174/-/main/fqkk.js"
},
{
"id": "yyxs",
"name": "阅友小说",
"keys": ["yyxsspurl", "yyxssphd","yyxsspbody","yyxsjsurl","yyxsscurl","yyxsschd","yyxscjurl","yyxscjhd", "yyxsxxurl", "yyxsspurl2", "yyxssphd2","yyxsspbody2","yyxsjsurl2","yyxsscurl2","yyxsschd2","yyxscjurl2","yyxscjhd2", "yyxsxxurl2", "yyxsspurl3", "yyxssphd3","yyxsspbody3","yyxsjsurl3","yyxsscurl3","yyxsschd3","yyxscjurl3","yyxscjhd3", "yyxsxxurl3", "yyxsspurl4", "yyxssphd4","yyxsspbody4","yyxsjsurl4","yyxsscurl4","yyxsschd4","yyxscjurl4","yyxscjhd4", "yyxsxxurl4"],
"author": "@feizao",
"settings": [{
"id": "yyxsstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "yyxscount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/yyxs.js",
"icons": ["https://s3.ax1x.com/2021/02/27/6pouiF.jpg", "https://s3.ax1x.com/2021/02/27/6pouiF.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/yyxs.js"
},
{
"id": "dka",
"name": "蛋咖",
"keys": ["dkahd", "dkabody","dkaxsurl","dkaxshd","dkakkzhd","dkakkzbody","dkadthd","dkadtbody", "dkaqdbody", "dkahd2", "dkabody2","dkaxsurl2","dkaxshd2","dkakkzhd2","dkakkzbody2","dkadthd2","dkadtbody2", "dkaqdbody2", "dkahd3", "dkabody3","dkaxsurl3","dkaxshd3","dkakkzhd3","dkakkzbody3","dkadthd3","dkadtbody3", "dkaqdbody3"],
"author": "@feizao",
"settings": [{
"id": "dkasstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "dkacount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/dka.js",
"icons": ["https://s3.ax1x.com/2021/02/28/6C3Gpn.jpg", "https://s3.ax1x.com/2021/02/28/6C3Gpn.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/dka.js"
} ,
{
"id": "ysm",
"name": "云扫码",
"keys": ["ysm"],
"author": "@feizao",
"descs_html": [
"优化后的脚本存储ck的数据结构跟原先的不同,需要转换下或重新抓数据",
"转换步骤:1、NE工具(QX、Loon、Surge)中进入脚本编辑界面,手动修改变量 moveData=1 后直接执行一次即可",
"抓包备注:1、脚本已根据ck数据中的账户特征做区分,无需指定抓包账户及账户个数;2、扫码进入云扫码主页面后即可抓到脚本所需的全部数据"
],
"settings": [{
"id": "ysmNotice",
"val": "",
"name": "是否通知",
"type": "boolean",
"desc": "开启该选项时,脚本执行完会发通知,否则只打印日志"
}, {
"id": "ysmBanfirstTask",
"val": "",
"name": "限制脚本跑每日首次任务",
"type": "boolean",
"desc": "开启该选项时,每需手动阅读一次文章后脚本才能正常执行任务,尽量避免因脚本跑首次任务遭微信限制的情况"
}, {
"id": "ysmBanhalfTask",
"val": "",
"name": "限制脚本跑每日第50篇任务",
"type": "boolean",
"desc": "开启该选项时,脚本做完第50篇任务时会自动结束任务,可手动去阅读2篇避免被限制或再次运行脚本可继续做其余任务"
}, {
"id": "ysmConcurrency",
"val": "1",
"name": "并发执行账号数",
"type": "text",
"desc": "默认单账号跑任务,指定大于1的数值时,将并发执行多个账号的任务,请勿设置过大,避免NE工具崩溃(太大估计会崩溃吧)"
}, {
"id": "ysmtxAmt",
"name": "提现金额",
"val": "3000",
"type": "number",
"desc": "需要自动提现多少,数字为金额的一万倍,如提现1元填写10000,默认提现0.3,最低提现额度为0.3元"
}, {
"id": "ysm",
"name": "CK 列表",
"val": "",
"type": "textarea",
"rows": 8,
"desc": "云扫码CK 列表 (JSON 格式)"
}],
"repo": "https://github.com/age174/-/blob/main/ysm.js",
"icons": ["https://raw.githubusercontent.com/erdongchanyo/icon/main/taskicon/Yunsaoma.png", "https://raw.githubusercontent.com/erdongchanyo/icon/main/taskicon/Yunsaoma.png"],
"script": "https://raw.githubusercontent.com/age174/-/main/ysm.js"
} ,
{
"id": "xsmm",
"name": "悬赏喵喵",
"keys": ["xsmmurl", "xsmmhd","xsmmurl2", "xsmmhd2","xsmmurl3", "xsmmhd3","xsmmurl4", "xsmmhd4","xsmmurl5", "xsmmhd5","xsmmurl6", "xsmmhd6","xsmmurl7", "xsmmhd7","xsmmurl8", "xsmmhd8","xsmmurl9", "xsmmhd9","xsmmurl10", "xsmmhd10"],
"author": "@feizao",
"settings": [{
"id": "xsmmstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "xsmmcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
},
{
"id": "xsmmhb",
"name": "红包兑换id",
"val": "11",
"type": "number",
"desc": "兑换红包id,id 11 代表兑换0.3元,12代表兑换2元,13代表兑换20元,14代表兑换50元,这里可以自己手动修改兑换id。默认兑换id 11 也就是0.3元"
},
{
"id": "xsmmdh",
"name": "提现金额id",
"val": "14",
"type": "number",
"desc": "提现id,14代表提现0.3元,15代表提现10元,16代表提现20元,17代表提现50元,18代表提现100元,19代表提现200元,模式提现id 14 提现0.3元,不想看广告想提现其他额度自己修改提现id运行脚本就可以了,提现需要确保自己账户里有余额金豆余额"
}],
"repo": "https://github.com/age174/-/blob/main/xsmm.js",
"icons": ["https://s3.ax1x.com/2021/03/03/6E17fU.jpg", "https://s3.ax1x.com/2021/03/03/6E17fU.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/xsmm.js"
},
{
"id": "ddxq",
"name": "嘀嗒星球",
"keys": ["ddxqurl", "ddxqhd", "ddxqggurl","ddxqurl2", "ddxqhd2", "ddxqggurl2","ddxqurl3", "ddxqhd3", "ddxqggurl3","ddxqurl4", "ddxqhd4", "ddxqggurl4","ddxqurl5", "ddxqhd5", "ddxqggurl5","ddxqurl6", "ddxqhd6", "ddxqggurl6","ddxqurl7", "ddxqhd7", "ddxqggurl7","ddxqurl8", "ddxqhd8", "ddxqggurl8","ddxqurl9", "ddxqhd9", "ddxqggurl9"],
"author": "@feizao",
"settings": [{
"id": "ddxqstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "ddxqcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/ddxq.js",
"icons": ["https://s3.ax1x.com/2021/03/04/6E5k0H.jpg", "https://s3.ax1x.com/2021/03/04/6E5k0H.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/ddxq.js"
} ,
{
"id": "yggy",
"name": "阳光果园",
"keys": ["yggybody", "yggyhd", "yggybody2","yggyhd2", "yggybody3", "yggyhd3","yggybody4", "yggyhd4"],
"author": "@feizao",
"settings": [{
"id": "yggystatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "yggycount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/yggy.js",
"icons": ["https://ae01.alicdn.com/kf/Ubf3bd5e9c2414c18a96a3a2b20a9d2c5C.jpg", "https://ae01.alicdn.com/kf/Ubf3bd5e9c2414c18a96a3a2b20a9d2c5C.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/yggy.js"
},
{
"id": "xyzd",
"name": "幸运赚点",
"keys": ["xyzdurl", "xyzdhd", "xyzdbody","xyzdurl2", "xyzdhd2", "xyzdbody2","xyzdurl3", "xyzdhd3", "xyzdbody3","xyzdurl4", "xyzdhd4", "xyzdbody4","xyzdurl5", "xyzdhd5", "xyzdbody5","xyzdurl6", "xyzdhd6", "xyzdbody6","xyzdurl7", "xyzdhd7", "xyzdbody7","xyzdurl8", "xyzdhd8", "xyzdbody8"],
"author": "@feizao",
"settings": [{
"id": "xyzdstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "xyzdcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/xyzd.js",
"icons": ["https://ae01.alicdn.com/kf/U1680ecdfa17544669c71e00400c542e31.jpg", "https://ae01.alicdn.com/kf/U1680ecdfa17544669c71e00400c542e31.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/xyzd.js"
} ,
{
"id": "hldsp",
"name": "哈喽短视频",
"keys": ["hldspurl", "hldsphd", "hldspurl2", "hldsphd2","hldspurl3", "hldsphd3","hldspurl4", "hldsphd4","hldspurl5", "hldsphd5","hldspurl6", "hldsphd6","hldspurl7", "hldsphd7","hldspurl8", "hldsphd8","hldspurl9", "hldsphd9","hldspurl10", "hldsphd10"],
"author": "@feizao",
"settings": [{
"id": "hldspstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "hldspcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/hldsp.js",
"icons": ["https://ae01.alicdn.com/kf/Uda8ecbbe50444fe293b538cbccf9d719q.jpg", "https://ae01.alicdn.com/kf/Uda8ecbbe50444fe293b538cbccf9d719q.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/hldsp.js"
} ,
{
"id": "cfz",
"name": "春风转",
"keys": ["cfzurl", "cfzhd", "cfzurl2", "cfzhd2","cfzurl3", "cfzhd3", "cfzurl4", "cfzhd4","cfzurl5", "cfzhd5", "cfzurl6", "cfzhd6", "cfzurl7", "cfzhd7","cfzurl8", "cfzhd8", "cfzurl9", "cfzhd9", "cfzurl10", "cfzhd10"],
"author": "@feizao",
"settings": [{
"id": "cfzConcurrency",
"val": "1",
"name": "并发执行账号数",
"type": "text",
"desc": "默认单账号跑任务,指定大于1的数值时,将并发执行多个账号的任务,请勿设置过大,避免NE工具崩溃(太大估计会崩溃吧)"
}, {
"id": "cfzstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "cfzcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/cfz.js",
"icons": ["https://ae01.alicdn.com/kf/U8a3a2572bf5d4584928d1d7cde52b50ba.jpg", "https://ae01.alicdn.com/kf/U8a3a2572bf5d4584928d1d7cde52b50ba.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/cfz.js"
} ,
{
"id": "wkzz",
"name": "微客众智",
"keys": ["wkzz"],
"author": "@feizao",
"settings": [{
"id": "wkzz",
"name": "CK 集合",
"val": "",
"type": "textarea",
"rows": 8,
"desc": "json格式的ck数据"
}],
"repo": "https://github.com/age174/-/blob/main/wkzz.js",
"icons": ["https://ae01.alicdn.com/kf/Uff0a0bb9e66a479591c9b02c176fd276A.jpg", "https://ae01.alicdn.com/kf/Uff0a0bb9e66a479591c9b02c176fd276A.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/wkzz.js"
} ,
{
"id": "llyd",
"name": "66阅读",
"keys": ["llydurl", "llydhd", "llydurl2", "llydhd2","llydurl3", "llydhd3","llydurl4", "llydhd4","llydurl5", "llydhd5","llydurl6", "llydhd6","llydurl7", "llydhd7","llydurl8", "llydhd8","llydurl9", "llydhd9","llydurl10", "llydhd10","llydurl11", "llydhd11"],
"author": "@feizao",
"settings": [{
"id": "llydstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "llydcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/66yd.js",
"icons": ["https://ae01.alicdn.com/kf/Uaade4566dd3744299956aa883f225386u.jpg", "https://ae01.alicdn.com/kf/Uaade4566dd3744299956aa883f225386u.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/66yd.js"
},
{
"id": "wcyd",
"name": "文创阅读",
"keys": ["wcydurl", "wcydhd", "wcydurl2", "wcydhd2", "wcydurl3", "wcydhd3", "wcydurl4", "wcydhd4", "wcydurl5", "wcydhd5", "wcydurl6", "wcydhd6", "wcydurl7", "wcydhd7", "wcydurl8", "wcydhd8", "wcydurl9", "wcydhd9"],
"author": "@feizao",
"settings": [{
"id": "wcydstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "wcydcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
},
{
"id": "zfb",
"name": "支付宝账号",
"val": "",
"type": "string",
"desc": "填写支付宝提现账号"
},
{
"id": "name",
"name": "支付宝账户名",
"val": "",
"type": "string",
"desc": "填写支付宝提现账号名"
},
{
"id": "txje",
"name": "提现金额",
"val": "0.1",
"type": "string",
"desc": "填写需要提现的金额,最低0.1"
}],
"repo": "https://github.com/age174/-/blob/main/wcyd.js",
"icons": ["https://ae01.alicdn.com/kf/Ua6bd9417d492473f8ca0c3110b2176307.jpg", "https://ae01.alicdn.com/kf/Ua6bd9417d492473f8ca0c3110b2176307.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/wcyd.js"
} ,
{
"id": "wcxcx",
"name": "文创小程序",
"keys": ["wcxcx"],
"author": "@feizao",
"settings": [{
"id": "wcxcxConcurrency",
"val": "1",
"name": "并发执行账号数",
"type": "text",
"desc": "默认单账号跑任务,指定大于1的数值时,将并发执行多个账号的任务,请勿设置过大,避免NE工具崩溃(太大估计会崩溃吧)"
}, {
"id": "wcxcx",
"name": "CK 集合",
"val": "",
"type": "textarea",
"rows": 8,
"desc": "json格式的ck数据"
}],
"repo": "https://github.com/age174/-/blob/main/wcxcx.js",
"icons": ["https://ae01.alicdn.com/kf/Ua6bd9417d492473f8ca0c3110b2176307.jpg", "https://ae01.alicdn.com/kf/Ua6bd9417d492473f8ca0c3110b2176307.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/wcxcx.js"
},
{
"id": "ximei",
"name": "西梅",
"keys": ["ximeiurl", "ximeihd", "ximeiurl2", "ximeihd2","ximeiurl3", "ximeihd3","ximeiurl4", "ximeihd4","ximeiurl5", "ximeihd5","ximeiurl6", "ximeihd6","ximeiurl7", "ximeihd7","ximeiurl8", "ximeihd8","ximeiurl9", "ximeihd9","ximeiurl10", "ximeihd10","ximeiurl11", "ximeihd11","ximeiurl12", "ximeihd12"],
"author": "@feizao",
"settings": [{
"id": "ximeistatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "ximeicount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/ximei.js",
"icons": ["https://ae01.alicdn.com/kf/Ucd02ea79ef22473daf3576486d134509Q.jpg", "https://ae01.alicdn.com/kf/Ucd02ea79ef22473daf3576486d134509Q.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/ximei.js"
} ,
{
"id": "lgyy",
"name": "朗果英语",
"keys": ["lgyyurl", "lgyyhd", "lgyybody", "lgyyurl2", "lgyyhd2", "lgyybody2","lgyyurl3", "lgyyhd3", "lgyybody3","lgyyurl4", "lgyyhd4", "lgyybody4","lgyyurl5", "lgyyhd5", "lgyybody5","lgyyurl6", "lgyyhd6", "lgyybody6","lgyyurl7", "lgyyhd7", "lgyybody7","lgyyurl8", "lgyyhd8", "lgyybody8","lgyyurl9", "lgyyhd9", "lgyybody9","lgyyurl10", "lgyyhd10", "lgyybody10","lgyyurl11", "lgyyhd11", "lgyybody11"],
"author": "@feizao",
"settings": [{
"id": "lgyystatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "lgyycount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/lgyy.js",
"icons": ["https://ae01.alicdn.com/kf/Uc3c35e1796624a7ca6a23c89c7f0dff2H.jpg", "https://ae01.alicdn.com/kf/Uc3c35e1796624a7ca6a23c89c7f0dff2H.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/lgyy.js"
} ,
{
"id": "zqwn",
"name": "最强蜗牛",
"keys": ["zqwnurl", "zqwnhd", "zqwnbody", "zqwnurl2", "zqwnhd2", "zqwnbody2", "zqwnurl3", "zqwnhd3", "zqwnbody3", "zqwnurl4", "zqwnhd4", "zqwnbody4", "zqwnurl5", "zqwnhd5", "zqwnbody5", "zqwnurl6", "zqwnhd6", "zqwnbody6", "zqwnurl7", "zqwnhd7", "zqwnbody7", "zqwnurl8", "zqwnhd8", "zqwnbody8", "zqwnurl9", "zqwnhd9", "zqwnbody9", "zqwnurl10", "zqwnhd10", "zqwnbody10"],
"author": "@feizao",
"settings": [{
"id": "zqwnstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "zqwncount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/zqwn.js",
"icons": ["https://ae01.alicdn.com/kf/U1748aeaa81a54cdf8797ed3fc54d76ef3.jpg", "https://ae01.alicdn.com/kf/U1748aeaa81a54cdf8797ed3fc54d76ef3.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/zqwn.js"
} ,
{
"id": "hlyy",
"name": "葫芦音乐",
"keys": ["hlyyurl", "hlyyhd", "hlyyurl2", "hlyyhd2","hlyyurl3", "hlyyhd3","hlyyurl4", "hlyyhd4","hlyyurl5", "hlyyhd5","hlyyurl6", "hlyyhd6","hlyyurl7", "hlyyhd7","hlyyurl8", "hlyyhd8","hlyyurl9", "hlyyhd9","hlyyurl10", "hlyyhd10"],
"author": "@feizao",
"settings": [{
"id": "hlyystatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "hlyycount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
},
{
"id": "hltxje",
"name": "提现金额",
"val": "1",
"type": "number",
"desc": "填入1为提现1元,2为2元,3为5元,4为50元,5为100元,默认提现一元"
}],
"repo": "https://github.com/age174/-/blob/main/hlyy.js",
"icons": ["https://ae01.alicdn.com/kf/U49d941738c0c41569f7db55825943375f.jpg", "https://ae01.alicdn.com/kf/U49d941738c0c41569f7db55825943375f.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/hlyy.js"
} ,
{
"id": "yqzh",
"name": "悦趣赚",
"keys": ["yqzh"],
"author": "@feizao",
"descs_html": [
"每轮任务跑之前请手动阅读鉴权一次。。否则当天就黑了,如果不小心没鉴权就跑了脚本可以等一个小时后再次鉴权(两次鉴权失败会黑一天)"
],
"settings": [{
"id": "yqzhNotice",
"val": "",
"name": "是否通知",
"type": "boolean",
"desc": "开启该选项时,脚本执行完会发通知,否则只打印日志"
}, {
"id": "yqzhConcurrency",
"val": "1",
"name": "并发执行账号数",
"type": "text",
"desc": "默认单账号跑任务,指定大于1的数值时,将并发执行多个账号的任务,请勿设置过大,避免NE工具崩溃(太大估计会崩溃吧)"
}],
"repo": "https://github.com/age174/-/blob/main/yqzh.js",
"icons": ["https://ae01.alicdn.com/kf/U428ddcb68e304bc0822743cad88f5142n.jpg", "https://ae01.alicdn.com/kf/U428ddcb68e304bc0822743cad88f5142n.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/yqzh.js"
} ,
{
"id": "shq",
"name": "生活圈",
"keys": ["shqurl", "shqhd", "shqurl2", "shqhd2","shqurl3", "shqhd3","shqurl4", "shqhd4","shqurl5", "shqhd5","shqurl6", "shqhd6","shqurl7", "shqhd7","shqurl8", "shqhd8","shqurl9", "shqhd9","shqurl10", "shqhd10","shqurl11", "shqhd11"],
"author": "@feizao",
"settings": [{
"id": "shqstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "shqcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
},
{
"id": "nr",
"name": "自定义评论内容",
"val": "",
"type": "string",
"desc": "填写自定义评论内容后,脚本评论内容为文章标题加上自定义的内容"
}],
"repo": "https://github.com/age174/-/blob/main/shq.js",
"icons": ["https://ftp.bmp.ovh/imgs/2021/04/e2b32e2eb2ad0cd3.png", "https://ftp.bmp.ovh/imgs/2021/04/e2b32e2eb2ad0cd3.png"],
"script": "https://raw.githubusercontent.com/age174/-/main/shq.js"
} ,
{
"id": "vsh",
"name": "V生活",
"keys": ["vshurl", "vshhd", "vshbody", "vsh1body","vsh2body", "vshdspbody","vshspbody", "vshqdbody"],
"author": "@feizao",
"settings": [{
"id": "vshstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "vshcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
},
{
"id": "vshsp",
"name": "短视频开关",
"val": "0",
"type": "number",
"desc": "填写0为关闭,1为开启,默认关闭,需要开启的建议先做完日常任务再开始"
}],
"repo": "https://github.com/age174/-/blob/main/vsh.js",
"icons": ["https://ae01.alicdn.com/kf/Uf0da879c7acd4c7bad91f0e5a97667e1O.jpg", "https://ae01.alicdn.com/kf/Uf0da879c7acd4c7bad91f0e5a97667e1O.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/vsh.js"
} ,
{
"id": "lhws",
"name": "落花无生",
"keys": ["lhwsurl", "lhwshd", "lhwsbody", "lhwsurl2", "lhwshd2", "lhwsbody2","lhwsurl3", "lhwshd3", "lhwsbody3","lhwsurl4", "lhwshd4", "lhwsbody4","lhwsurl5", "lhwshd5", "lhwsbody6","lhwsurl7", "lhwshd7", "lhwsbody7","lhwsurl8", "lhwshd8", "lhwsbody8","lhwsurl9", "lhwshd9", "lhwsbody9"],
"author": "@feizao",
"settings": [{
"id": "lhwsstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "lhwscount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/lhws.js",
"icons": ["https://ae01.alicdn.com/kf/U7f67ec3bd2d848a59d72a1807dc9e324r.jpg", "https://ae01.alicdn.com/kf/U7f67ec3bd2d848a59d72a1807dc9e324r.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/lhws.js"
} ,
{
"id": "ehy",
"name": "(需越狱)乐步达人钢镚赚二合一",
"keys": ["lbbodyqd","lbbody1","lbbody2","lbbody3","lbbody4","lbbody5","gbbody1","gbbody2","gbbody3","gbbody4"],
"author": "@feizao",
"settings": [{
"id": "ehystatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "ehycount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/ehy.js",
"icons": ["https://ae01.alicdn.com/kf/Ua59aa6c4f1784bfc9a0f126a3d8b3fc6V.jpg", "https://ae01.alicdn.com/kf/Ua59aa6c4f1784bfc9a0f126a3d8b3fc6V.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/ehy.js"
} ,
{
"id": "blnc",
"name": "部落农场",
"keys": ["blncurl","blnchd","blncbody","idblncbody"],
"author": "@feizao",
"settings": [{
"id": "blncstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "blnccount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/blnc.js",
"icons": ["https://ae01.alicdn.com/kf/U7bcabce8ea7644f18e3c84f65907e34bf.jpg", "https://ae01.alicdn.com/kf/U7bcabce8ea7644f18e3c84f65907e34bf.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/blnc.js"
} ,
{
"id": "mmdzz",
"name": "萌喵大作战无限刷",
"keys": ["mmdzzurl","mmdzzhd"],
"author": "@feizao",
"settings": [{
"id": "mmdzzstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "mmdzzcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/mmdzz.js",
"icons": ["https://ae01.alicdn.com/kf/U13a7be18e87942118e4402e22652fd70H.jpg", "https://ae01.alicdn.com/kf/U13a7be18e87942118e4402e22652fd70H.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/mmdzz.js"
} ,
{
"id": "qhyd",
"name": "千禾阅读",
"keys": ["qhydurl","qhydhd","qhydlqhd","qhydbody","qhydurl2","qhydhd2","qhydlqhd2","qhydbody2","qhydurl3","qhydhd3","qhydlqhd3","qhydbody3","qhydurl4","qhydhd4","qhydlqhd4","qhydbody4","qhydurl5","qhydhd5","qhydlqhd5","qhydbody5","qhydurl6","qhydhd6","qhydlqhd6","qhydbody6","qhydurl7","qhydhd7","qhydlqhd7","qhydbody7","qhydurl8","qhydhd8","qhydlqhd8","qhydbody8","qhydurl9","qhydhd9","qhydlqhd9","qhydbody9","qhydurl10","qhydhd10","qhydlqhd10","qhydbody10"],
"author": "@feizao",
"settings": [{
"id": "qhydstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前账号对应"
},
{
"id": "qhydcount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "需要几个账号,数字为几"
}],
"repo": "https://github.com/age174/-/blob/main/qhyd.js",
"icons": ["https://ae01.alicdn.com/kf/U413ab7460abb4a28b11deac3c5034243N.jpg", "https://ae01.alicdn.com/kf/U413ab7460abb4a28b11deac3c5034243N.jpg"],
"script": "https://raw.githubusercontent.com/age174/-/main/qhyd.js"
}
]
}