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