deeke-script-app 2.0.0 → 2.0.1

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/deekeScript.json CHANGED
@@ -1,701 +1,701 @@
1
- {
2
- "$schema": "./deekeScript.schema.json",
3
- "name": "测试",
4
- "icon": "src/images/test/app.png",
5
- "head": "src/images/test/app.png",
6
- "settingTopBg": "src/images/test/setting-top.png",
7
- "packageName": "cn.deeke.test",
8
- "versionCode": "101",
9
- "versionName": "1.0.1",
10
- "host": "https://home.deeke.top",
11
- "debug": true,
12
- "switchSetting": {
13
- "alipay": true,
14
- "showAd": true
15
- },
16
- "bottomMenusHidden": false,
17
- "groups": [
18
- {
19
- "title": "DY·万能引流测试",
20
- "titleHidden": false,
21
- "hidden": false,
22
- "methods": [
23
- {
24
- "title": "推荐营销2",
25
- "icon": "src/images/test/finger.png",
26
- "jsFile": "src/task/dy.js",
27
- "settingPage": {
28
- "params": [
29
- {
30
- "type": "numberRange",
31
- "label": "观看时长(秒)",
32
- "name": "toker_view_video_second",
33
- "max": 60,
34
- "min": 5,
35
- "value": 12,
36
- "step": 1
37
- },
38
- {
39
- "type": "textArea",
40
- "label": "关键词筛选(多个使用逗号隔开)",
41
- "name": "toker_view_video_keywords",
42
- "value": "",
43
- "notice": "* 关键词不填则操作所有"
44
- },
45
- {
46
- "type": "numberRange",
47
- "label": "点赞频率(%)",
48
- "name": "toker_zan_rate",
49
- "max": 100,
50
- "min": 0,
51
- "step": 1,
52
- "value": 100
53
- },
54
- {
55
- "type": "numberRange",
56
- "label": "评论频率(%)",
57
- "name": "toker_comment_rate",
58
- "max": 100,
59
- "min": 0,
60
- "step": 1,
61
- "value": 100
62
- },
63
- {
64
- "type": "numberRange",
65
- "label": "关注频率(%)",
66
- "name": "toker_focus_rate",
67
- "max": 100,
68
- "min": 0,
69
- "step": 1,
70
- "value": 1
71
- },
72
- {
73
- "type": "numberRange",
74
- "label": "私信频率(%)",
75
- "name": "toker_private_msg_rate",
76
- "max": 100,
77
- "min": 0,
78
- "step": 1,
79
- "value": 1
80
- },
81
- {
82
- "type": "numberRange",
83
- "label": "评论区五连赞频率(%)",
84
- "name": "toker_comment_area_zan_rate",
85
- "max": 100,
86
- "min": 0,
87
- "step": 1,
88
- "value": 100
89
- },
90
- {
91
- "type": "checkboxGroup",
92
- "label": "性别",
93
- "name": "toker_run_sex",
94
- "columnCount": 6,
95
- "children": [
96
- "女",
97
- "男",
98
- "未知"
99
- ],
100
- "values": [
101
- "0",
102
- "1",
103
- "2"
104
- ]
105
- },
106
- {
107
- "type": "numberRange",
108
- "label": "最小年龄",
109
- "name": "toker_run_min_age",
110
- "max": 100,
111
- "min": 0,
112
- "step": 1,
113
- "value": 0
114
- },
115
- {
116
- "type": "numberRange",
117
- "label": "最大年龄",
118
- "name": "toker_run_max_age",
119
- "max": 100,
120
- "min": 0,
121
- "step": 1,
122
- "value": 60
123
- },
124
- {
125
- "type": "switch",
126
- "value": true,
127
- "name": "switch",
128
- "label": "开启后,子表单也开启",
129
- "childrenParams": [
130
- {
131
- "type": "text",
132
- "label": "子表单1",
133
- "name": "child_text1",
134
- "value": ""
135
- },
136
- {
137
- "type": "number",
138
- "label": "子表单2",
139
- "name": "child_number1",
140
- "value": 0
141
- }
142
- ]
143
- },
144
- {
145
- "type": "checkboxGroup",
146
- "label": "运行时间",
147
- "name": "toker_run_hour",
148
- "columnCount": 6,
149
- "children": [
150
- "0时",
151
- "1时",
152
- "2时",
153
- "3时",
154
- "4时",
155
- "5时",
156
- "6时",
157
- "7时",
158
- "8时",
159
- "9时",
160
- "10时",
161
- "11时",
162
- "12时",
163
- "13时",
164
- "14时",
165
- "15时",
166
- "16时",
167
- "17时",
168
- "18时",
169
- "19时",
170
- "20时",
171
- "21时",
172
- "22时",
173
- "23时"
174
- ],
175
- "values": [
176
- "0",
177
- "1",
178
- "2",
179
- "3",
180
- "4",
181
- "5",
182
- "6",
183
- "7",
184
- "8",
185
- "9",
186
- "10",
187
- "11",
188
- "12",
189
- "13",
190
- "14",
191
- "15",
192
- "16",
193
- "17",
194
- "18",
195
- "19",
196
- "20",
197
- "21",
198
- "22",
199
- "23"
200
- ]
201
- }
202
- ]
203
- }
204
- },
205
- {
206
- "title": "同城营销",
207
- "icon": "src/images/test/city.png",
208
- "jsFile": "src/task/dyCity.js",
209
- "settingPage": {
210
- "params": [
211
- {
212
- "type": "numberRange",
213
- "label": "观看时长(秒)",
214
- "name": "toker_city_view_video_second",
215
- "max": 30,
216
- "min": 5,
217
- "value": 12,
218
- "step": 1
219
- },
220
- {
221
- "type": "textArea",
222
- "label": "关键词筛选(多个使用逗号隔开)",
223
- "name": "toker_city_view_video_keywords",
224
- "value": "",
225
- "notice": "* 关键词不填则操作所有"
226
- },
227
- {
228
- "type": "numberRange",
229
- "label": "点赞频率(%)",
230
- "name": "toker_city_zan_rate",
231
- "max": 100,
232
- "min": 0,
233
- "step": 1,
234
- "value": 100
235
- },
236
- {
237
- "type": "numberRange",
238
- "label": "评论频率(%)",
239
- "name": "toker_city_comment_rate",
240
- "max": 100,
241
- "min": 0,
242
- "step": 1,
243
- "value": 100
244
- },
245
- {
246
- "type": "numberRange",
247
- "label": "关注频率(%)",
248
- "name": "toker_city_focus_rate",
249
- "max": 100,
250
- "min": 0,
251
- "step": 1,
252
- "value": 1
253
- },
254
- {
255
- "type": "numberRange",
256
- "label": "私信频率(%)",
257
- "name": "toker_city_private_msg_rate",
258
- "max": 100,
259
- "min": 0,
260
- "step": 1,
261
- "value": 1
262
- },
263
- {
264
- "type": "numberRange",
265
- "label": "评论区五连赞频率(%)",
266
- "name": "toker_city_comment_area_zan_rate",
267
- "max": 100,
268
- "min": 0,
269
- "step": 1,
270
- "value": 100
271
- },
272
- {
273
- "type": "numberRange",
274
- "label": "同城距离(公里内)",
275
- "name": "toker_city_distance",
276
- "max": 100,
277
- "min": 1,
278
- "step": 1,
279
- "value": 100
280
- },
281
- {
282
- "type": "checkboxGroup",
283
- "label": "性别",
284
- "name": "toker_city_run_sex",
285
- "columnCount": 6,
286
- "children": [
287
- "女",
288
- "男",
289
- "未知"
290
- ],
291
- "values": [
292
- "0",
293
- "1",
294
- "2"
295
- ]
296
- },
297
- {
298
- "type": "numberRange",
299
- "label": "最小年龄",
300
- "name": "toker_city_run_min_age",
301
- "max": 100,
302
- "min": 0,
303
- "step": 1,
304
- "value": 0
305
- },
306
- {
307
- "type": "numberRange",
308
- "label": "最大年龄",
309
- "name": "toker_city_run_max_age",
310
- "max": 100,
311
- "min": 0,
312
- "step": 1,
313
- "value": 100
314
- },
315
- {
316
- "type": "checkboxGroup",
317
- "label": "运行时间",
318
- "name": "toker_city_run_hour",
319
- "columnCount": 6,
320
- "children": [
321
- "0时",
322
- "1时",
323
- "2时",
324
- "3时",
325
- "4时",
326
- "5时",
327
- "6时",
328
- "7时",
329
- "8时",
330
- "9时",
331
- "10时",
332
- "11时",
333
- "12时",
334
- "13时",
335
- "14时",
336
- "15时",
337
- "16时",
338
- "17时",
339
- "18时",
340
- "19时",
341
- "20时",
342
- "21时",
343
- "22时",
344
- "23时"
345
- ],
346
- "values": [
347
- "0",
348
- "1",
349
- "2",
350
- "3",
351
- "4",
352
- "5",
353
- "6",
354
- "7",
355
- "8",
356
- "9",
357
- "10",
358
- "11",
359
- "12",
360
- "13",
361
- "14",
362
- "15",
363
- "16",
364
- "17",
365
- "18",
366
- "19",
367
- "20",
368
- "21",
369
- "22",
370
- "23"
371
- ]
372
- }
373
- ]
374
- }
375
- },
376
- {
377
- "title": "工具箱",
378
- "hidden": false,
379
- "icon": "src/images/test/tool.png",
380
- "activity": {
381
- "notice": "暂无功能~",
382
- "title": "工具箱",
383
- "minVersion": 10001,
384
- "groups": [
385
- {
386
- "title": "工具箱",
387
- "titleHidden": true,
388
- "methods": [
389
- {
390
- "title": "一键取赞",
391
- "hidden": false,
392
- "icon": "src/images/test/cancel_zan.png",
393
- "jsFile": "src/task/tool.js",
394
- "settingPage": {
395
- "params": [
396
- {
397
- "type": "notice",
398
- "title": "帮助你快速取消视频点赞~"
399
- }
400
- ]
401
- }
402
- },
403
- {
404
- "title": "一键取关",
405
- "hidden": false,
406
- "icon": "src/images/test/cancel_focus.png",
407
- "jsFile": "src/task/tool.js",
408
- "settingPage": {
409
- "params": [
410
- {
411
- "type": "notice",
412
- "title": "帮助你快速取消单向关注(你关注他,他没有关注你)的用户~"
413
- },
414
- {
415
- "type": "switch",
416
- "label": "互相关注取关",
417
- "name": "task_dy_cancel_focus_mutual_switch"
418
- }
419
- ]
420
- }
421
- },
422
- {
423
- "title": "粉丝回访",
424
- "hidden": false,
425
- "icon": "src/images/test/view_back.png",
426
- "jsFile": "src/task/tool.js",
427
- "settingPage": {
428
- "params": [
429
- {
430
- "type": "notice",
431
- "title": "粉丝回访,能增加粉丝粘性~"
432
- }
433
- ]
434
- }
435
- }
436
- ]
437
- }
438
- ]
439
- }
440
- }
441
- ]
442
- },
443
- {
444
- "title": "其他功能",
445
- "titleHidden": false,
446
- "hidden": false,
447
- "methods": [
448
- {
449
- "title": "直接运行",
450
- "icon": "src/images/test/ai.png",
451
- "jsFile": "src/task/redirect.js"
452
- }
453
- ]
454
- },
455
- {
456
- "title": "新功能",
457
- "titleHidden": false,
458
- "hidden": false,
459
- "methods": [
460
- {
461
- "title": "直接运行1",
462
- "columns": 12,
463
- "icon": "src/images/test/score.png",
464
- "jsFile": "src/task/douyin_zan.js",
465
- "settingPage": {
466
- "params": [
467
- {
468
- "type": "numberRange",
469
- "label": "点赞次数",
470
- "name": "task_douyin_zan_count",
471
- "max": 60,
472
- "min": 5,
473
- "value": 5,
474
- "step": 1
475
- },
476
- {
477
- "type": "number",
478
- "label": "评论次数",
479
- "name": "task_douyin_zan_comment",
480
- "value": 5
481
- }
482
- ]
483
- }
484
- },
485
- {
486
- "title": "手动运行",
487
- "columns": 12,
488
- "runType": "floatSwitch",
489
- "icon": "src/images/test/score.png",
490
- "jsFile": "src/task/douyin_zan.js",
491
- "settingPage": {
492
- "params": [
493
- {
494
- "type": "numberRange",
495
- "label": "点赞次数",
496
- "name": "task_douyin_zan_count",
497
- "max": 60,
498
- "min": 5,
499
- "value": 5,
500
- "step": 1
501
- },
502
- {
503
- "type": "number",
504
- "label": "评论次数",
505
- "name": "task_douyin_zan_comment",
506
- "value": 5
507
- }
508
- ]
509
- }
510
- }
511
- ]
512
- }
513
- ],
514
- "bottomMenus": [
515
- {
516
- "title": "{NAME}",
517
- "icon": "src/images/test/home.png",
518
- "banner": "src/images/test/home-top.png",
519
- "type": "home"
520
- },
521
- {
522
- "title": "话术设置",
523
- "icon": "src/images/test/speech.png",
524
- "type": "speech"
525
- },
526
- {
527
- "title": "系统设置",
528
- "icon": "src/images/test/setting.png",
529
- "type": "setting"
530
- }
531
- ],
532
- "settingLists": [
533
- {
534
- "title": "联系客服",
535
- "icon": "src/images/test/kefu.png",
536
- "type": "customerService",
537
- "description": "客服微信:DeekeScript",
538
- "hidden": false
539
- },
540
- {
541
- "title": "功能说明",
542
- "icon": "src/images/test/manual.png",
543
- "type": "notice",
544
- "file": "src/task.html"
545
- },
546
- {
547
- "title": "智能话术",
548
- "icon": "src/images/test/ai.png",
549
- "type": "settingService",
550
- "settingPage": {
551
- "params": [
552
- {
553
- "type": "switch",
554
- "label": "开启{NAME}智能AI话术",
555
- "value": false,
556
- "name": "setting_baidu_wenxin_switch"
557
- },
558
- {
559
- "type": "radio",
560
- "label": "请选择角色",
561
- "name": "setting_baidu_wenxin_role",
562
- "value": "1",
563
- "dataFrom": "role",
564
- "options": []
565
- },
566
- {
567
- "type": "text",
568
- "label": "{NAME} Key",
569
- "value": "如:NZmgn5urWoHhKWe8XbGMdbUp",
570
- "name": "setting_baidu_wenxin_key"
571
- },
572
- {
573
- "type": "text",
574
- "label": "{NAME} Secret",
575
- "name": "setting_baidu_wenxin_secret",
576
- "value": "如:brIq133KaAPNEkn109avxl7MXUHHW0kg"
577
- },
578
- {
579
- "type": "notice",
580
- "title": "如果开启超级霸屏,请配置账号收藏的表情图",
581
- "hidden": true
582
- },
583
- {
584
- "type": "numberRange",
585
- "label": "超级霸屏(%)",
586
- "name": "setting_comment_with_photo",
587
- "value": 0,
588
- "min": 0,
589
- "max": 100,
590
- "hidden": false
591
- },
592
- {
593
- "type": "notice",
594
- "title": "* 开启后,将使用{NAME}官方AI角色(可自定义)进行评论和私信,让拓客变得更简单~",
595
- "textColor": "#AA0000",
596
- "textSize": 16
597
- }
598
- ]
599
- },
600
- "hidden": false
601
- },
602
- {
603
- "title": "数据统计",
604
- "icon": "src/images/test/statistics.png",
605
- "type": "statistics",
606
- "jsFile": "src/statistics/statistics.js"
607
- },
608
- {
609
- "title": "上传日志",
610
- "icon": "src/images/test/upload.png",
611
- "type": "uploadLog",
612
- "url": "/dke/uploadLog"
613
- },
614
- {
615
- "title": "系统升级",
616
- "icon": "src/images/test/update.png",
617
- "type": "updateApp",
618
- "url": "/dke/updateApp"
619
- },
620
- {
621
- "title": "清理数据",
622
- "icon": "src/images/test/clear.png",
623
- "description": "确定清理嘛?",
624
- "type": "clear"
625
- },
626
- {
627
- "title": "自定义js",
628
- "icon": "src/images/test/notice.png",
629
- "type": "execJs",
630
- "jsFile": "src/task/exec_js.js"
631
- },
632
- {
633
- "title": "举报中心",
634
- "icon": "src/images/test/jubao.png",
635
- "type": "qiwei",
636
- "url": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=910d7c7c-d74a-4ce5-a070-0f3383b1f6ee",
637
- "hidden": false,
638
- "settingPage": {
639
- "params": [
640
- {
641
- "type": "notice",
642
- "title": "如果我们的代理商有侵犯到你的权益,请立即举报!",
643
- "hidden": false
644
- },
645
- {
646
- "type": "text",
647
- "label": "举报人",
648
- "value": "",
649
- "name": "qiwei_name"
650
- },
651
- {
652
- "type": "text",
653
- "label": "举报人手机号",
654
- "value": "",
655
- "name": "qiwei_mobile"
656
- },
657
- {
658
- "type": "text",
659
- "label": "举报人身份证号码",
660
- "value": "",
661
- "name": "qiwei_card_no"
662
- },
663
- {
664
- "type": "text",
665
- "label": "举报内容",
666
- "value": "",
667
- "hint": "请详细描述你举报该软件的原因,请不要恶意举报!",
668
- "name": "qiwei_content",
669
- "lines": 3
670
- }
671
- ]
672
- }
673
- }
674
- ],
675
- "apis": [
676
- {
677
- "type": "bind",
678
- "url": "/dke/login"
679
- },
680
- {
681
- "type": "checkBind",
682
- "url": "/dke/checkBind"
683
- },
684
- {
685
- "type": "aiSpeechToken",
686
- "url": "/dke/getBaiduToken"
687
- },
688
- {
689
- "type": "config",
690
- "url": "/dkee/config"
691
- },
692
- {
693
- "type": "getToken",
694
- "url": "/alipay/getToken"
695
- },
696
- {
697
- "type": "createOrder",
698
- "url": "/alipay/createOrder"
699
- }
700
- ]
1
+ {
2
+ "$schema": "./deekeScript.schema.json",
3
+ "name": "测试",
4
+ "icon": "src/images/test/app.png",
5
+ "head": "src/images/test/app.png",
6
+ "settingTopBg": "src/images/test/setting-top.png",
7
+ "packageName": "cn.deeke.test",
8
+ "versionCode": "101",
9
+ "versionName": "1.0.1",
10
+ "host": "https://home.deeke.top",
11
+ "debug": true,
12
+ "switchSetting": {
13
+ "alipay": true,
14
+ "showAd": true
15
+ },
16
+ "bottomMenusHidden": false,
17
+ "groups": [
18
+ {
19
+ "title": "DY·万能引流测试",
20
+ "titleHidden": false,
21
+ "hidden": false,
22
+ "methods": [
23
+ {
24
+ "title": "推荐营销2",
25
+ "icon": "src/images/test/finger.png",
26
+ "jsFile": "src/task/dy.js",
27
+ "settingPage": {
28
+ "params": [
29
+ {
30
+ "type": "numberRange",
31
+ "label": "观看时长(秒)",
32
+ "name": "toker_view_video_second",
33
+ "max": 60,
34
+ "min": 5,
35
+ "value": 12,
36
+ "step": 1
37
+ },
38
+ {
39
+ "type": "textArea",
40
+ "label": "关键词筛选(多个使用逗号隔开)",
41
+ "name": "toker_view_video_keywords",
42
+ "value": "",
43
+ "notice": "* 关键词不填则操作所有"
44
+ },
45
+ {
46
+ "type": "numberRange",
47
+ "label": "点赞频率(%)",
48
+ "name": "toker_zan_rate",
49
+ "max": 100,
50
+ "min": 0,
51
+ "step": 1,
52
+ "value": 100
53
+ },
54
+ {
55
+ "type": "numberRange",
56
+ "label": "评论频率(%)",
57
+ "name": "toker_comment_rate",
58
+ "max": 100,
59
+ "min": 0,
60
+ "step": 1,
61
+ "value": 100
62
+ },
63
+ {
64
+ "type": "numberRange",
65
+ "label": "关注频率(%)",
66
+ "name": "toker_focus_rate",
67
+ "max": 100,
68
+ "min": 0,
69
+ "step": 1,
70
+ "value": 1
71
+ },
72
+ {
73
+ "type": "numberRange",
74
+ "label": "私信频率(%)",
75
+ "name": "toker_private_msg_rate",
76
+ "max": 100,
77
+ "min": 0,
78
+ "step": 1,
79
+ "value": 1
80
+ },
81
+ {
82
+ "type": "numberRange",
83
+ "label": "评论区五连赞频率(%)",
84
+ "name": "toker_comment_area_zan_rate",
85
+ "max": 100,
86
+ "min": 0,
87
+ "step": 1,
88
+ "value": 100
89
+ },
90
+ {
91
+ "type": "checkboxGroup",
92
+ "label": "性别",
93
+ "name": "toker_run_sex",
94
+ "columnCount": 6,
95
+ "children": [
96
+ "女",
97
+ "男",
98
+ "未知"
99
+ ],
100
+ "values": [
101
+ "0",
102
+ "1",
103
+ "2"
104
+ ]
105
+ },
106
+ {
107
+ "type": "numberRange",
108
+ "label": "最小年龄",
109
+ "name": "toker_run_min_age",
110
+ "max": 100,
111
+ "min": 0,
112
+ "step": 1,
113
+ "value": 0
114
+ },
115
+ {
116
+ "type": "numberRange",
117
+ "label": "最大年龄",
118
+ "name": "toker_run_max_age",
119
+ "max": 100,
120
+ "min": 0,
121
+ "step": 1,
122
+ "value": 60
123
+ },
124
+ {
125
+ "type": "switch",
126
+ "value": true,
127
+ "name": "switch",
128
+ "label": "开启后,子表单也开启",
129
+ "childrenParams": [
130
+ {
131
+ "type": "text",
132
+ "label": "子表单1",
133
+ "name": "child_text1",
134
+ "value": ""
135
+ },
136
+ {
137
+ "type": "number",
138
+ "label": "子表单2",
139
+ "name": "child_number1",
140
+ "value": 0
141
+ }
142
+ ]
143
+ },
144
+ {
145
+ "type": "checkboxGroup",
146
+ "label": "运行时间",
147
+ "name": "toker_run_hour",
148
+ "columnCount": 6,
149
+ "children": [
150
+ "0时",
151
+ "1时",
152
+ "2时",
153
+ "3时",
154
+ "4时",
155
+ "5时",
156
+ "6时",
157
+ "7时",
158
+ "8时",
159
+ "9时",
160
+ "10时",
161
+ "11时",
162
+ "12时",
163
+ "13时",
164
+ "14时",
165
+ "15时",
166
+ "16时",
167
+ "17时",
168
+ "18时",
169
+ "19时",
170
+ "20时",
171
+ "21时",
172
+ "22时",
173
+ "23时"
174
+ ],
175
+ "values": [
176
+ "0",
177
+ "1",
178
+ "2",
179
+ "3",
180
+ "4",
181
+ "5",
182
+ "6",
183
+ "7",
184
+ "8",
185
+ "9",
186
+ "10",
187
+ "11",
188
+ "12",
189
+ "13",
190
+ "14",
191
+ "15",
192
+ "16",
193
+ "17",
194
+ "18",
195
+ "19",
196
+ "20",
197
+ "21",
198
+ "22",
199
+ "23"
200
+ ]
201
+ }
202
+ ]
203
+ }
204
+ },
205
+ {
206
+ "title": "同城营销",
207
+ "icon": "src/images/test/city.png",
208
+ "jsFile": "src/task/dyCity.js",
209
+ "settingPage": {
210
+ "params": [
211
+ {
212
+ "type": "numberRange",
213
+ "label": "观看时长(秒)",
214
+ "name": "toker_city_view_video_second",
215
+ "max": 30,
216
+ "min": 5,
217
+ "value": 12,
218
+ "step": 1
219
+ },
220
+ {
221
+ "type": "textArea",
222
+ "label": "关键词筛选(多个使用逗号隔开)",
223
+ "name": "toker_city_view_video_keywords",
224
+ "value": "",
225
+ "notice": "* 关键词不填则操作所有"
226
+ },
227
+ {
228
+ "type": "numberRange",
229
+ "label": "点赞频率(%)",
230
+ "name": "toker_city_zan_rate",
231
+ "max": 100,
232
+ "min": 0,
233
+ "step": 1,
234
+ "value": 100
235
+ },
236
+ {
237
+ "type": "numberRange",
238
+ "label": "评论频率(%)",
239
+ "name": "toker_city_comment_rate",
240
+ "max": 100,
241
+ "min": 0,
242
+ "step": 1,
243
+ "value": 100
244
+ },
245
+ {
246
+ "type": "numberRange",
247
+ "label": "关注频率(%)",
248
+ "name": "toker_city_focus_rate",
249
+ "max": 100,
250
+ "min": 0,
251
+ "step": 1,
252
+ "value": 1
253
+ },
254
+ {
255
+ "type": "numberRange",
256
+ "label": "私信频率(%)",
257
+ "name": "toker_city_private_msg_rate",
258
+ "max": 100,
259
+ "min": 0,
260
+ "step": 1,
261
+ "value": 1
262
+ },
263
+ {
264
+ "type": "numberRange",
265
+ "label": "评论区五连赞频率(%)",
266
+ "name": "toker_city_comment_area_zan_rate",
267
+ "max": 100,
268
+ "min": 0,
269
+ "step": 1,
270
+ "value": 100
271
+ },
272
+ {
273
+ "type": "numberRange",
274
+ "label": "同城距离(公里内)",
275
+ "name": "toker_city_distance",
276
+ "max": 100,
277
+ "min": 1,
278
+ "step": 1,
279
+ "value": 100
280
+ },
281
+ {
282
+ "type": "checkboxGroup",
283
+ "label": "性别",
284
+ "name": "toker_city_run_sex",
285
+ "columnCount": 6,
286
+ "children": [
287
+ "女",
288
+ "男",
289
+ "未知"
290
+ ],
291
+ "values": [
292
+ "0",
293
+ "1",
294
+ "2"
295
+ ]
296
+ },
297
+ {
298
+ "type": "numberRange",
299
+ "label": "最小年龄",
300
+ "name": "toker_city_run_min_age",
301
+ "max": 100,
302
+ "min": 0,
303
+ "step": 1,
304
+ "value": 0
305
+ },
306
+ {
307
+ "type": "numberRange",
308
+ "label": "最大年龄",
309
+ "name": "toker_city_run_max_age",
310
+ "max": 100,
311
+ "min": 0,
312
+ "step": 1,
313
+ "value": 100
314
+ },
315
+ {
316
+ "type": "checkboxGroup",
317
+ "label": "运行时间",
318
+ "name": "toker_city_run_hour",
319
+ "columnCount": 6,
320
+ "children": [
321
+ "0时",
322
+ "1时",
323
+ "2时",
324
+ "3时",
325
+ "4时",
326
+ "5时",
327
+ "6时",
328
+ "7时",
329
+ "8时",
330
+ "9时",
331
+ "10时",
332
+ "11时",
333
+ "12时",
334
+ "13时",
335
+ "14时",
336
+ "15时",
337
+ "16时",
338
+ "17时",
339
+ "18时",
340
+ "19时",
341
+ "20时",
342
+ "21时",
343
+ "22时",
344
+ "23时"
345
+ ],
346
+ "values": [
347
+ "0",
348
+ "1",
349
+ "2",
350
+ "3",
351
+ "4",
352
+ "5",
353
+ "6",
354
+ "7",
355
+ "8",
356
+ "9",
357
+ "10",
358
+ "11",
359
+ "12",
360
+ "13",
361
+ "14",
362
+ "15",
363
+ "16",
364
+ "17",
365
+ "18",
366
+ "19",
367
+ "20",
368
+ "21",
369
+ "22",
370
+ "23"
371
+ ]
372
+ }
373
+ ]
374
+ }
375
+ },
376
+ {
377
+ "title": "工具箱",
378
+ "hidden": false,
379
+ "icon": "src/images/test/tool.png",
380
+ "activity": {
381
+ "notice": "暂无功能~",
382
+ "title": "工具箱",
383
+ "minVersion": 10001,
384
+ "groups": [
385
+ {
386
+ "title": "工具箱",
387
+ "titleHidden": true,
388
+ "methods": [
389
+ {
390
+ "title": "一键取赞",
391
+ "hidden": false,
392
+ "icon": "src/images/test/cancel_zan.png",
393
+ "jsFile": "src/task/tool.js",
394
+ "settingPage": {
395
+ "params": [
396
+ {
397
+ "type": "notice",
398
+ "title": "帮助你快速取消视频点赞~"
399
+ }
400
+ ]
401
+ }
402
+ },
403
+ {
404
+ "title": "一键取关",
405
+ "hidden": false,
406
+ "icon": "src/images/test/cancel_focus.png",
407
+ "jsFile": "src/task/tool.js",
408
+ "settingPage": {
409
+ "params": [
410
+ {
411
+ "type": "notice",
412
+ "title": "帮助你快速取消单向关注(你关注他,他没有关注你)的用户~"
413
+ },
414
+ {
415
+ "type": "switch",
416
+ "label": "互相关注取关",
417
+ "name": "task_dy_cancel_focus_mutual_switch"
418
+ }
419
+ ]
420
+ }
421
+ },
422
+ {
423
+ "title": "粉丝回访",
424
+ "hidden": false,
425
+ "icon": "src/images/test/view_back.png",
426
+ "jsFile": "src/task/tool.js",
427
+ "settingPage": {
428
+ "params": [
429
+ {
430
+ "type": "notice",
431
+ "title": "粉丝回访,能增加粉丝粘性~"
432
+ }
433
+ ]
434
+ }
435
+ }
436
+ ]
437
+ }
438
+ ]
439
+ }
440
+ }
441
+ ]
442
+ },
443
+ {
444
+ "title": "其他功能",
445
+ "titleHidden": false,
446
+ "hidden": false,
447
+ "methods": [
448
+ {
449
+ "title": "直接运行",
450
+ "icon": "src/images/test/ai.png",
451
+ "jsFile": "src/task/redirect.js"
452
+ }
453
+ ]
454
+ },
455
+ {
456
+ "title": "新功能",
457
+ "titleHidden": false,
458
+ "hidden": false,
459
+ "methods": [
460
+ {
461
+ "title": "直接运行1",
462
+ "columns": 12,
463
+ "icon": "src/images/test/score.png",
464
+ "jsFile": "src/task/douyin_zan.js",
465
+ "settingPage": {
466
+ "params": [
467
+ {
468
+ "type": "numberRange",
469
+ "label": "点赞次数",
470
+ "name": "task_douyin_zan_count",
471
+ "max": 60,
472
+ "min": 5,
473
+ "value": 5,
474
+ "step": 1
475
+ },
476
+ {
477
+ "type": "number",
478
+ "label": "评论次数",
479
+ "name": "task_douyin_zan_comment",
480
+ "value": 5
481
+ }
482
+ ]
483
+ }
484
+ },
485
+ {
486
+ "title": "手动运行",
487
+ "columns": 12,
488
+ "runType": "floatSwitch",
489
+ "icon": "src/images/test/score.png",
490
+ "jsFile": "src/task/douyin_zan.js",
491
+ "settingPage": {
492
+ "params": [
493
+ {
494
+ "type": "numberRange",
495
+ "label": "点赞次数",
496
+ "name": "task_douyin_zan_count",
497
+ "max": 60,
498
+ "min": 5,
499
+ "value": 5,
500
+ "step": 1
501
+ },
502
+ {
503
+ "type": "number",
504
+ "label": "评论次数",
505
+ "name": "task_douyin_zan_comment",
506
+ "value": 5
507
+ }
508
+ ]
509
+ }
510
+ }
511
+ ]
512
+ }
513
+ ],
514
+ "bottomMenus": [
515
+ {
516
+ "title": "{NAME}",
517
+ "icon": "src/images/test/home.png",
518
+ "banner": "src/images/test/home-top.png",
519
+ "type": "home"
520
+ },
521
+ {
522
+ "title": "话术设置",
523
+ "icon": "src/images/test/speech.png",
524
+ "type": "speech"
525
+ },
526
+ {
527
+ "title": "系统设置",
528
+ "icon": "src/images/test/setting.png",
529
+ "type": "setting"
530
+ }
531
+ ],
532
+ "settingLists": [
533
+ {
534
+ "title": "联系客服",
535
+ "icon": "src/images/test/kefu.png",
536
+ "type": "customerService",
537
+ "description": "客服微信:DeekeScript",
538
+ "hidden": false
539
+ },
540
+ {
541
+ "title": "功能说明",
542
+ "icon": "src/images/test/manual.png",
543
+ "type": "notice",
544
+ "file": "src/task.html"
545
+ },
546
+ {
547
+ "title": "智能话术",
548
+ "icon": "src/images/test/ai.png",
549
+ "type": "settingService",
550
+ "settingPage": {
551
+ "params": [
552
+ {
553
+ "type": "switch",
554
+ "label": "开启{NAME}智能AI话术",
555
+ "value": false,
556
+ "name": "setting_baidu_wenxin_switch"
557
+ },
558
+ {
559
+ "type": "radio",
560
+ "label": "请选择角色",
561
+ "name": "setting_baidu_wenxin_role",
562
+ "value": "1",
563
+ "dataFrom": "role",
564
+ "options": []
565
+ },
566
+ {
567
+ "type": "text",
568
+ "label": "{NAME} Key",
569
+ "value": "如:NZmgn5urWoHhKWe8XbGMdbUp",
570
+ "name": "setting_baidu_wenxin_key"
571
+ },
572
+ {
573
+ "type": "text",
574
+ "label": "{NAME} Secret",
575
+ "name": "setting_baidu_wenxin_secret",
576
+ "value": "如:brIq133KaAPNEkn109avxl7MXUHHW0kg"
577
+ },
578
+ {
579
+ "type": "notice",
580
+ "title": "如果开启超级霸屏,请配置账号收藏的表情图",
581
+ "hidden": true
582
+ },
583
+ {
584
+ "type": "numberRange",
585
+ "label": "超级霸屏(%)",
586
+ "name": "setting_comment_with_photo",
587
+ "value": 0,
588
+ "min": 0,
589
+ "max": 100,
590
+ "hidden": false
591
+ },
592
+ {
593
+ "type": "notice",
594
+ "title": "* 开启后,将使用{NAME}官方AI角色(可自定义)进行评论和私信,让拓客变得更简单~",
595
+ "textColor": "#AA0000",
596
+ "textSize": 16
597
+ }
598
+ ]
599
+ },
600
+ "hidden": false
601
+ },
602
+ {
603
+ "title": "数据统计",
604
+ "icon": "src/images/test/statistics.png",
605
+ "type": "statistics",
606
+ "jsFile": "src/statistics/statistics.js"
607
+ },
608
+ {
609
+ "title": "上传日志",
610
+ "icon": "src/images/test/upload.png",
611
+ "type": "uploadLog",
612
+ "url": "/dke/uploadLog"
613
+ },
614
+ {
615
+ "title": "系统升级",
616
+ "icon": "src/images/test/update.png",
617
+ "type": "updateApp",
618
+ "url": "/dke/updateApp"
619
+ },
620
+ {
621
+ "title": "清理数据",
622
+ "icon": "src/images/test/clear.png",
623
+ "description": "确定清理嘛?",
624
+ "type": "clear"
625
+ },
626
+ {
627
+ "title": "自定义js",
628
+ "icon": "src/images/test/notice.png",
629
+ "type": "execJs",
630
+ "jsFile": "src/task/exec_js.js"
631
+ },
632
+ {
633
+ "title": "举报中心",
634
+ "icon": "src/images/test/jubao.png",
635
+ "type": "qiwei",
636
+ "url": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=910d7c7c-d74a-4ce5-a070-0f3383b1f6ee",
637
+ "hidden": false,
638
+ "settingPage": {
639
+ "params": [
640
+ {
641
+ "type": "notice",
642
+ "title": "如果我们的代理商有侵犯到你的权益,请立即举报!",
643
+ "hidden": false
644
+ },
645
+ {
646
+ "type": "text",
647
+ "label": "举报人",
648
+ "value": "",
649
+ "name": "qiwei_name"
650
+ },
651
+ {
652
+ "type": "text",
653
+ "label": "举报人手机号",
654
+ "value": "",
655
+ "name": "qiwei_mobile"
656
+ },
657
+ {
658
+ "type": "text",
659
+ "label": "举报人身份证号码",
660
+ "value": "",
661
+ "name": "qiwei_card_no"
662
+ },
663
+ {
664
+ "type": "text",
665
+ "label": "举报内容",
666
+ "value": "",
667
+ "hint": "请详细描述你举报该软件的原因,请不要恶意举报!",
668
+ "name": "qiwei_content",
669
+ "lines": 3
670
+ }
671
+ ]
672
+ }
673
+ }
674
+ ],
675
+ "apis": [
676
+ {
677
+ "type": "bind",
678
+ "url": "/dke/login"
679
+ },
680
+ {
681
+ "type": "checkBind",
682
+ "url": "/dke/checkBind"
683
+ },
684
+ {
685
+ "type": "aiSpeechToken",
686
+ "url": "/dke/getBaiduToken"
687
+ },
688
+ {
689
+ "type": "config",
690
+ "url": "/dkee/config"
691
+ },
692
+ {
693
+ "type": "getToken",
694
+ "url": "/alipay/getToken"
695
+ },
696
+ {
697
+ "type": "createOrder",
698
+ "url": "/alipay/createOrder"
699
+ }
700
+ ]
701
701
  }