forked from xl2101200/-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdtCOOKIE.js
80 lines (79 loc) · 2.25 KB
/
dtCOOKIE.js
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
module.exports = {
"id": "dt",
"name": "读特",
"keys": ["dturl","dturl2","dturl3","dturl4","dturl5"],
"author": "@tom",
"settings": [{
"id": "dtSuffix",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前抓取ck记录的账号序号,如:1、2、3、4"
}, {
"id": "dtCount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "指定任务最多跑几个账号,根据抓取的账号数据个数来设值"
}, {
"id": "dtXH",
"name": "循环获取ck",
"val": "0",
"type": "number",
"desc": "0关闭,1打开,默认关闭"
}, {
"id": "dtTXTX",
"name": "txtx",
"val": "0",
"type": "number",
"desc": "0关闭,1打开,默认关闭"
}, {
"id": "dtSC",
"name": "sc",
"val": "0",
"type": "number",
"desc": "0关闭,1打开,默认关闭"
}, {
"id": "dtnotifyttt",
"name": "推送控制",
"val": "1",
"type": "number",
"desc": "0关闭,1推送,默认12点以及23点推送"
}, {
"id": "dtnotifyInterval",
"name": "通知控制",
"val": "2",
"type": "number",
"desc": "0关闭,1为 所有通知,2为 12,23 点通知,3为 6,12,18,23 点通知"
}, {
"id": "dtMinutes",
"name": "推送-通知 分钟控制",
"val": "10",
"type": "number",
"desc": "推送以及通知控制在什么分钟段,可设置0-59,默认0到10"
}],
"repo": "https://raw.githubusercontent.com/xl2101200/-/main/dt.js",
"icons": ["https://raw.githubusercontent.com/xl2101200/-/main/tom/tom.jpg", "https://raw.githubusercontent.com/xl2101200/-/main/tom/tom.jpg"],
"script": "https://raw.githubusercontent.com/xl2101200/-/main/dt.js",
"icon": "https://raw.githubusercontent.com/xl2101200/-/main/tom/tom.jpg",
"favIcon": "mdi-star-outline",
"favIconColor": "grey",
"datas": [{
"key": "dturl",
"val": ""
}, {
"key": "dturl2",
"val": ""
}, {
"key": "dturl3",
"val": ""
}, {
"key": "dturl4",
"val": ""
}, {
"key": "dturl5",
"val": ""
}],
"sessions": [],
"isLoaded": true
}