-
Notifications
You must be signed in to change notification settings - Fork 637
/
lxk0301.boxjs.json
930 lines (930 loc) · 30.7 KB
/
lxk0301.boxjs.json
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
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
{
"id": "lxk0301.app.sub",
"name": "lxk0301脚本订阅",
"author": "@lxk0301",
"icon": "https://avatars0.githubusercontent.com/u/21308593?s=52&v=4",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master/",
"apps": [
{
"id": "JD_Cookies",
"name": "京东多账号 Ck 管理",
"keys": ["CookiesJD"],
"descs_html": [
"请勿随意在输入框修改内容,建议通过脚本去获取cookie,若要修改,请按照JSON 格式修改。",
"脚本地址【<a href=\"https://gitee.com/lxk0301/jd_scripts/raw/master/JD_extra_cookie.js\">京东多 CK获取</a>】,并按照此脚本注释进行配置",
"使用方式【<a href=\"https://home.m.jd.com/myJd/newhome.action\">个人中心</a>】获取对应的数据Code",
"注:如与NobyDa的京东cookie重复,建议在此处删除重复的cookie"
],
"settings": [
{
"id": "CookiesJD",
"name": "CK 列表",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 8,
"desc": "CK 列表 (JSON 格式)"
}
],
"icons": [
"https://raw.githubusercontent.com/Orz-3/mini/master/jd.png",
"https://raw.githubusercontent.com/Orz-3/task/master/jd.png"
],
"author": "@dompling",
"repo": "https://github.com/dompling/Script",
"script": "https://raw.githubusercontent.com/dompling/Script/master/jd/JD_extra.js"
},
{
"id": "JD_UA",
"name": "自定义京东脚本的UserAgent",
"keys": [
"JDUA"
],
"descs_html": [
"自行抓包京东APP获得,UserAgent类似下面:",
"jdapp;iPhone;9.3.0;14.2;88732f840b77821b345bf07fd71f609e6ff12f43;network/4g;ADID/0E38E9F1-4B4C-40A4-A479-DD15E58A5623;supportApplePay/0;hasUPPay/0;hasOCPay/0;model/iPhone11,8;addressid/2005183373;supportBestPay/0;appBuild/167436;pushNoticeIsOpen/0;jdSupportDarkMode/0;pv/142.46;apprpd/CouponCenter;ref/NewCouponCenterViewController;psq/44;ads/;psn/88732f840b77821b345bf07fd71f609e6ff12f43|551;jdv/0|kong|t_1000170135|tuiguang|notset|1607732510603|1607732510;adk/;app_device/IOS;pap/JA2015_311210|9.2.5|IOS 14.2;Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1"
],
"settings": [
{
"id": "JDUA",
"name": "自定义京东脚本的UserAgent",
"val": "",
"type": "text",
"desc": "不懂不知不会UserAgent的请不要随意填写内容,如需填写使用建议使用京东APP的UserAgent"
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"icons": [
"https://raw.githubusercontent.com/Orz-3/mini/master/jd.png",
"https://raw.githubusercontent.com/Orz-3/task/master/jd.png"
]
},
{
"id": "jd_fruit",
"name": "东东农场",
"keys": [
"jd_fruit_name",
"jd_fruit1",
"jd_fruit2",
"jd_fruit3",
"jd_fruit4",
"jd2_fruit_name",
"jd2_fruit1",
"jd2_fruit2",
"jd2_fruit3",
"jd2_fruit4"
],
"descs_html": [
"<h4 align=\"center\">获取Cookie请查看NobyDa京东签到脚本说明<a href=\"https://raw.githubusercontent.com/NobyDa/Script/master/JD-DailyBonus/JD_DailyBonus.js\">脚本注释</a></h4>"
],
"settings": [
{
"id": "jdFruitNotify",
"name": "静默运行",
"val": false,
"type": "boolean",
"desc": "运行东东农场脚本时不发出系统通知"
},
{
"id": "jdFruitBeanCard",
"name": "使用水滴换豆卡",
"val": false,
"type": "boolean",
"desc": "使用水滴换豆卡(如果出现限时活动是100g水换20豆,此时比浇水划算,推荐换豆)"
},
{
"id": "jd_fruit_name",
"name": "京东账号一昵称",
"val": "",
"type": "text",
"desc": "京东账号昵称,用于区分自己的京东账号(非必填,建议多个京东账号使用)"
},
{
"id": "jd_fruit1",
"name": "账号一的互助码1",
"val": "",
"type": "text",
"desc": "京东水果互助码.这是别人的shareCode,你帮别人助力."
},
{
"id": "jd_fruit2",
"name": "账号一的互助码2",
"val": "",
"type": "text",
"desc": "京东水果互助码."
},
{
"id": "jd_fruit3",
"name": "账号一的互助码3",
"val": "",
"type": "text",
"desc": "京东水果互助码.这是别人的shareCode,你帮别人助力."
},
{
"id": "jd_fruit4",
"name": "账号一的互助码4",
"val": "",
"type": "text",
"desc": "京东水果互助码.这是别人的shareCode,你帮别人助力."
},
{
"id": "jd2_fruit_name",
"name": "京东账号二昵称",
"val": "",
"type": "text",
"desc": "京东账号昵称,用于区分自己的京东账号(非必填,建议多个京东账号使用)"
},
{
"id": "jd2_fruit1",
"name": "账号二的互助码1",
"val": "",
"type": "text",
"desc": "京东水果互助码.这是别人的shareCode,你帮别人助力."
},
{
"id": "jd2_fruit2",
"name": "账号二的互助码2",
"val": "",
"type": "text",
"desc": "京东水果互助码."
},
{
"id": "jd2_fruit3",
"name": "账号二的互助码3",
"val": "",
"type": "text",
"desc": "京东水果互助码.这是别人的shareCode,你帮别人助力."
},
{
"id": "jd2_fruit4",
"name": "账号二的互助码4",
"val": "",
"type": "text",
"desc": "京东水果互助码.这是别人的shareCode,你帮别人助力."
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"script": "https://gitee.com/lxk0301/jd_scripts/raw/master/jd_fruit.js",
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/jdnc_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/jdnc.png"
]
},
{
"id": "jd_pet",
"name": "东东萌宠",
"keys": [
"jd_pet_name",
"jd_pet1",
"jd_pet2",
"jd_pet3",
"jd_pet4",
"jd_pet5",
"jd2_pet_name",
"jd2_pet1",
"jd2_pet2",
"jd2_pet3",
"jd2_pet4",
"jd2_pet5"
],
"settings": [
{
"id": "jdPetNotify",
"name": "静默运行",
"val": false,
"type": "boolean",
"desc": "运行东东萌宠脚本时不发出系统通知"
},
{
"id": "jd_pet_name",
"name": "京东账号昵称",
"val": "",
"type": "text",
"desc": "京东账号昵称,用于区分自己的京东账号(非必填,建议多个京东账号使用)"
},
{
"id": "jd_pet1",
"name": "互助码1",
"val": "",
"type": "text",
"desc": "东东萌宠互助码.这是别人的shareCode,你帮别人助力."
},
{
"id": "jd_pet2",
"name": "互助码2",
"val": "",
"type": "text",
"desc": "东东萌宠互助码.这是别人的shareCode,你帮别人助力."
},
{
"id": "jd_pet3",
"name": "互助码3",
"val": "",
"type": "text",
"desc": "东东萌宠互助码.这是别人的shareCode,你帮别人助力."
},
{
"id": "jd_pet4",
"name": "互助码4",
"val": "",
"type": "text",
"desc": "东东萌宠互助码.这是别人的shareCode,你帮别人助力."
},
{
"id": "jd_pet5",
"name": "互助码5",
"val": "",
"type": "text",
"desc": "东东萌宠互助码.这是别人的shareCode,你帮别人助力."
},
{
"id": "jd2_pet_name",
"name": "京东账号2昵称",
"val": "",
"type": "text",
"desc": "京东账号2昵称,用于区分自己的京东账号(非必填,建议多个京东账号使用)"
},
{
"id": "jd2_pet1",
"name": "账号二互助码1",
"val": "",
"type": "text",
"desc": "东东萌宠互助码.这是别人的shareCode,你帮别人助力."
},
{
"id": "jd2_pet2",
"name": "账号二互助码2",
"val": "",
"type": "text",
"desc": "东东萌宠互助码.这是别人的shareCode,你帮别人助力."
},
{
"id": "jd2_pet3",
"name": "账号二互助码3",
"val": "",
"type": "text",
"desc": "东东萌宠互助码.这是别人的shareCode,你帮别人助力."
},
{
"id": "jd2_pet4",
"name": "账号二互助码4",
"val": "",
"type": "text",
"desc": "东东萌宠互助码.这是别人的shareCode,你帮别人助力."
},
{
"id": "jd2_pet5",
"name": "账号二互助码5",
"val": "",
"type": "text",
"desc": "东东萌宠互助码.这是别人的shareCode,你帮别人助力."
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"script": "https://gitee.com/lxk0301/jd_scripts/raw/master/jd_pet.js",
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/jdmc_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/jdmc.png"
]
},
{
"id": "jd_plantBean",
"name": "京东种豆",
"keys": [
"jd_plant_bean_name",
"jd_plantBean1",
"jd_plantBean2",
"jd_plantBean3",
"jd2_plant_bean_name",
"jd2_plantBean1",
"jd2_plantBean2",
"jd2_plantBean3"
],
"settings": [
{
"id": "jdPlantBeanNotify",
"name": "静默运行",
"val": true,
"type": "boolean",
"desc": "运行种豆脚本时不发出系统通知"
},
{
"id": "jd_plant_bean_name",
"name": "京东账号一昵称",
"val": "",
"type": "text",
"desc": "京东账号昵称,用于区分自己的京东账号(非必填,建议多个京东账号使用)"
},
{
"id": "jd_plantBean1",
"name": "京东账号一互助码1",
"val": "",
"type": "text",
"desc": "种豆得豆互助码.这是别人的助力码,你帮别人助力."
},
{
"id": "jd_plantBean2",
"name": "京东账号一互助码2",
"val": "",
"type": "text",
"desc": "种豆得豆互助码.这是别人的助力码,你帮别人助力."
},
{
"id": "jd_plantBean3",
"name": "京东账号一互助码3",
"val": "",
"type": "text",
"desc": "种豆得豆互助码.这是别人的助力码,你帮别人助力."
},
{
"id": "jd2_plant_bean_name",
"name": "京东账号二昵称",
"val": "",
"type": "text",
"desc": "京东账号二昵称,用于区分自己的京东账号(非必填,建议多个京东账号使用)"
},
{
"id": "jd2_plantBean1",
"name": "京东账号二互助码1",
"val": "",
"type": "text",
"desc": "种豆得豆互助码.这是别人的助力码,你帮别人助力."
},
{
"id": "jd2_plantBean2",
"name": "京东账号二互助码2",
"val": "",
"type": "text",
"desc": "种豆得豆互助码.这是别人的助力码,你帮别人助力."
},
{
"id": "jd2_plantBean3",
"name": "京东账号二互助码3",
"val": "",
"type": "text",
"desc": "种豆得豆互助码.这是别人的助力码,你帮别人助力."
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"script": "https://gitee.com/lxk0301/jd_scripts/raw/master/jd_plantBean.js",
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/jdzd_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/jdzd.png"
]
},
{
"id": "jd_Joy",
"name": "宠汪汪",
"keys": [],
"settings": [
{
"id": "jdJoyNotify",
"name": "静默运行",
"val": true,
"type": "boolean",
"desc": "运行宠汪汪(jd_joy.js)脚本时不发出系统弹窗通知"
},
{
"id": "jdJoyStealNotify",
"name": "静默运行",
"val": false,
"type": "boolean",
"desc": "运行宠汪汪(jd_joy_steal.js)脚本时不发出系统弹窗通知"
},
{
"id": "jdJoyHelpFeed",
"name": "是否给好友喂食(默认不帮好友喂食)",
"val": false,
"type": "boolean",
"desc": "给好友喂食可得积分,但会消耗自己狗粮"
},
{
"id": "jdJoyStealCoin",
"name": "是否偷好友积分与狗粮(默认是)",
"val": true,
"type": "boolean",
"desc": "偷好友积分与狗粮"
},
{
"id": "joyFeedCount",
"name": "每次喂养数量(默认10g)",
"val": "10",
"type": "radios",
"desc": "每次喂养狗粮克数(默认10g)",
"items": [
{
"key": "10",
"label": "消耗10g"
},
{
"key": "20",
"label": "消耗20g"
},
{
"key": "40",
"label": "消耗40g"
},
{
"key": "80",
"label": "消耗80g"
}
]
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"script": "https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy.js",
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/jdcww_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/jdcww.png"
]
},
{
"id": "jd_Joy_Reward",
"name": "宠汪汪积分兑换京豆",
"keys": [],
"settings": [
{
"id": "jdJoyRewardNotify",
"name": "静默运行",
"val": false,
"type": "boolean",
"desc": "开启后成功兑换到京豆也不发出系统弹窗通知"
},
{
"id": "joyRewardName",
"name": "是否兑换京豆",
"val": "1",
"type": "radios",
"desc": "默认开启兑换,如不想兑换可选择不兑换",
"items": [
{
"key": "0",
"label": "不兑换奖品(选择此项将不兑换奖品)"
},
{
"key": "1",
"label": "兑换20京豆"
},
{
"key": "500",
"label": "兑换500京豆"
},
{
"key": "1000",
"label": "兑换1000京豆"
}
]
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"script": "https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy_reward.js",
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/jdcww_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/jdcww.png"
]
},
{
"id": "jd_Joy_Run",
"name": "宠汪汪邀请助力与赛跑助力",
"keys": [
"jdJoyRunToken",
"jd_joy_run_name",
"jd_joy_invite_pin",
"jd_joy_run_pin",
"jd2_joy_run_name",
"jd2_joy_invite_pin",
"jd2_joy_run_pin"
],
"desc": "宠汪汪的互助码friendPin是京东用户名,不是昵称(可在京东APP->我的->设置查看)。互助码之间用英文逗号隔开,下面给出具体示例,使用时可自行清空重新按格式填写你自己的",
"settings": [
{
"id": "joyRunFlag",
"name": "是否参加赛跑(默认参加)",
"val": true,
"type": "boolean",
"desc": "开启脚本将会为您自动参加赛跑(默认参加双人赛跑)"
},
{
"id": "JOY_TEAM_LEVEL",
"name": "宠汪汪赛跑级别选择",
"val": "2",
"type": "text",
"desc": "参加多少人的赛跑比赛,其中2代表参加双人PK赛,10代表参加10人突围赛,50代表参加50人挑战赛,多账号参加不同级别的赛跑用&符号隔开,例如2&10&50"
},
{
"id": "joyRunNotify",
"name": "宠汪汪赛跑获胜是否通知",
"val": true,
"type": "boolean",
"desc": "宠汪汪赛跑获胜是否通知,默认通知"
},
{
"id": "jd_joy_run_name",
"name": "京东账号一昵称",
"val": "",
"type": "text",
"desc": "京东账号昵称,用于区分自己的京东账号(非必填,建议多个京东账号使用)"
},
{
"id": "jd_joy_invite_pin",
"name": "账号一邀请助力friendPin名单",
"val": "jd_6cd93e613b0e5,被折叠的记忆33",
"type": "text",
"desc": "多个账号使用英文逗号','隔开,最多3个"
},
{
"id": "jd_joy_run_pin",
"name": "账号一赛跑助力friendPin名单",
"val": "jd_6cd93e613b0e5,被折叠的记忆33",
"type": "text",
"desc": "多个账号使用英文逗号','隔开,最多6个"
},
{
"id": "jd2_joy_run_name",
"name": "京东账号二昵称",
"val": "",
"type": "text",
"desc": "京东账号昵称,用于区分自己的京东账号(非必填,建议多个京东账号使用)"
},
{
"id": "jd2_joy_invite_pin",
"name": "账号二邀请助力friendPin名单",
"val": "jd_6cd93e613b0e5,被折叠的记忆33",
"type": "text",
"desc": "多个账号使用英文逗号','隔开,最多3个"
},
{
"id": "jd2_joy_run_pin",
"name": "账号二赛跑助力friendPin名单",
"val": "jd_6cd93e613b0e5,被折叠的记忆33",
"type": "text",
"desc": "多个账号使用英文逗号','隔开,最多6个"
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"script": "https://gitee.com/lxk0301/jd_scripts/raw/master/jd_joy_run.js",
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/jdcww_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/jdcww.png"
]
},
{
"id": "jd_MoneyTree",
"name": "京东摇钱树",
"keys": [],
"settings": [
{
"id": "jdMoneyTreeNotify",
"name": "静默运行",
"val": true,
"type": "boolean",
"desc": "运行京东摇钱树脚本时不发出系统弹窗通知"
},
{
"id": "MONEY_TREE_SELL_FRUIT",
"name": "是否卖出金果获得金币",
"val": false,
"type": "boolean",
"desc": "是否卖出金果获得金币,金币具有有效期,默认不卖出"
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"script": "https://gitee.com/lxk0301/jd_scripts/raw/master/jd_moneyTree.js",
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/jdyqs_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/jdyqs.png"
]
},
{
"id": "jd_Speed",
"name": "京东天天加速",
"keys": [],
"settings": [
{
"id": "jdSpeedNotify",
"name": "静默运行",
"val": true,
"type": "boolean",
"desc": "运行京东天天加速脚本时不发出系统弹窗通知"
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"script": "https://gitee.com/lxk0301/jd_scripts/raw/master/jd_speed.js",
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/jdjs_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/jdjs.png"
]
},
{
"id": "jdUnsubscribe",
"name": "取关京东店铺和商品",
"keys": [
"jdUnsubscribeStopGoods",
"jdUnsubscribeStopShop"
],
"settings": [
{
"id": "jdUnsubscribeNotify",
"name": "静默运行",
"val": false,
"type": "boolean",
"desc": "运行脚本时不发出系统弹窗通知"
},
{
"id": "jdUnsubscribePageSize",
"name": "取消已关注商品的数量",
"val": 10,
"type": "number",
"desc": "运行一次脚本取消多少个已关注的商品(默认10个,输入0表示不取关)"
},
{
"id": "jdUnsubscribeShopPageSize",
"name": "取消已关注店铺的数量",
"val": 10,
"type": "number",
"desc": "运行一次脚本取消多少个已关注的店铺(默认10个,输入0表示不取关)"
},
{
"id": "jdUnsubscribeStopGoods",
"name": "遇到此商品不再进行取关",
"val": "",
"type": "text",
"desc": "匹配到此处商品后面(包括此商品)不再进行取关(此处内容需去商品详情页长按(自营处)文字拷贝商品信息)"
},
{
"id": "jdUnsubscribeStopShop",
"name": "遇到此店铺不再进行取关",
"val": "",
"type": "text",
"desc": "匹配到此处店铺后面(包括此店铺)的不再进行取关(此处内容请尽量从头开始输入店铺名称)"
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"script": "https://gitee.com/lxk0301/jd_scripts/raw/master/jd_unsubscribe.js",
"icons": [
"https://raw.githubusercontent.com/Orz-3/mini/master/jd.png",
"https://raw.githubusercontent.com/Orz-3/task/master/jd.png"
]
},
{
"id": "jd_unbind",
"name": "注销京东会员卡",
"keys": [
"UN_BIND_CARD_NUM",
"UN_BIND_STOP_CARD"
],
"settings": [
{
"id": "jdUnbindCardNotify",
"name": "静默运行",
"val": false,
"type": "boolean",
"desc": "运行脚本时不发出系统弹窗通知"
},
{
"id": "UN_BIND_CARD_NUM",
"name": "注销京东店铺会员卡的数量",
"val": 200,
"type": "number",
"desc": "运行一次脚本注销多少个店铺会员卡(默认200个,输入0表示不注销会员卡)"
},
{
"id": "UN_BIND_STOP_CARD",
"name": "注销京东店铺会员卡(白名单)",
"val": "",
"type": "text",
"desc": "不想注销的店铺会员卡名称"
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"script": "https://gitee.com/lxk0301/jd_scripts/raw/master/jd_unbind.js",
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/jd_unbind_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/jd_unbind.png"
]
},
{
"id": "jd_SuperMarket",
"name": "东东超市",
"keys": [],
"settings": [
{
"id": "jdSuperMarketNotify",
"name": "静默运行",
"val": true,
"type": "boolean",
"desc": "运行此脚本时不发出系统弹窗通知"
},
{
"id": "JOIN_PK_TEAM",
"name": "自动参加作者PK队伍",
"val": true,
"type": "boolean",
"desc": "每次pk活动自动参加作者PK队伍,默认参加"
},
{
"id": "jdSuperMarketLottery",
"name": "抽奖(招财进宝)",
"val": false,
"type": "boolean",
"desc": "运行脚本消耗金币进行抽奖,默认抽奖"
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"scripts":[
{
"name" : "东东超市",
"script" : "https://gitee.com/lxk0301/jd_scripts/raw/master/jd_superMarket.js"
}
],
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/jxc_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/jxc.png"
]
},
{
"id": "jd_SuperMarket_Reawrd",
"name": "东东超市兑换奖品",
"keys": [
"coinToBeans"
],
"desc": "默认不兑换奖品,例如:兑换20京豆输入20,兑换1000京豆输入1000,兑换 柠檬果香洗手液, 输入 柠檬果香洗手液。其他详细的奖品名称去东东超市活动页面查看",
"settings": [
{
"id": "jdSuperMarketRewardNotify",
"name": "静默运行",
"val": false,
"type": "boolean",
"desc": "开启后成功兑换到奖品不发出系统弹窗通知"
},
{
"id": "coinToBeans",
"name": "兑换奖品(默认不兑换)",
"val": "0",
"type": "text",
"desc": "输入兑换奖品名称(默认不兑换奖品)"
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"scripts": [
{
"name" : "东东超市兑换奖品",
"script" : "https://gitee.com/lxk0301/jd_scripts/raw/master/jd_blueCoin.js"
}
],
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/jxc_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/jxc.png"
]
},
{
"id": "lxk0301Webhook",
"name": "Webhook",
"keys": [
"ACTIONS_TRIGGER_TOKEN",
"githubUser",
"repo",
"TRIGGER_KEYWORDS"
],
"settings": [
{
"id": "ACTIONS_TRIGGER_TOKEN",
"name": "github token",
"val": "",
"type": "text",
"desc": "申请教程:https://www.jianshu.com/p/bb82b3ad1d11 记得勾选repo权限就行"
},
{
"id": "githubUser",
"name": "github 用户名",
"val": "",
"type": "text",
"desc": "例如:lxk0301"
},
{
"id": "repo",
"name": "仓库名称",
"val": "",
"type": "text",
"desc": "例如:scripts"
},
{
"id": "TRIGGER_KEYWORDS",
"name": "触发关键词",
"val": "",
"type": "text",
"desc": ".github/workflows/路径里面yml文件repository_dispatch项目的types值,例如jd_fruit.yml里面的值为fruit,多个使用英文逗号','隔开"
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"script": "https://gitee.com/lxk0301/jd_scripts/raw/master/backUp/webhook.js",
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/webhooks_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/webhooks.png"
]
},
{
"id": "xmSports",
"name": "小米运动",
"keys": [
"xmSportsToken",
"xmMinStep",
"xmMaxStep"
],
"settings": [
{
"id": "xmSportsToken",
"name": "小米运动Token",
"val": "",
"type": "text",
"desc": "小米运动登录时获取的token"
},
{
"id": "xmMinStep",
"name": "最小运动步数",
"val": "19000",
"type": "text",
"desc": "需要修改最小的运动步数的数字,例如:19000"
},
{
"id": "xmMaxStep",
"name": "最大运动步数",
"val": "25000",
"type": "text",
"desc": "需要修改最小的运动步数的数字,例如:25000"
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"script": "https://gitee.com/lxk0301/jd_scripts/raw/master/backUp/xmSports.js",
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/xmyd_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/xmyd.png"
]
},
{
"id": "lxk_jdfactory",
"name": "东东工厂",
"keys": [
"FACTORAY_WANTPRODUCT_NAME"
],
"settings": [
{
"id": "FACTORAY_WANTPRODUCT_NAME",
"name": "心仪商品名称",
"val": "",
"type": "text",
"desc": "请尽量填写完整和别的商品有区分度"
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"script": "https://gitee.com/lxk0301/jd_scripts/raw/master/jd_jdfactory.js",
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/jd_factory_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/jd_factory.png"
]
},
{
"id": "jd_immortal",
"name": "神仙书院",
"keys": [
"IMMORTAL_LATLON"
],
"descs_html": [
"地理位置示例如下",
"{\"lat\":33.1, \"lng\":118.1}"
],
"settings": [
{
"id": "IMMORTAL_LATLON",
"name": "地理位置",
"val": "",
"type": "text",
"desc": "示例:{\"lat\":33.1, \"lng\":118.1}"
}
],
"author": "@lxk0301",
"repo": "https://gitee.com/lxk0301/jd_scripts/tree/master",
"script": "https://gitee.com/lxk0301/jd_scripts/raw/master/jd_immortal.js",
"icons": [
"https://m.360buyimg.com/babel/jfs/t1/165970/14/3741/2184/600585feE6fb250f8/77db4ca560e006be.png",
"https://m.360buyimg.com/babel/jfs/t1/165970/14/3741/2184/600585feE6fb250f8/77db4ca560e006be.png"
]
}
]
}