forked from FENNY521/JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathziye.boxjs.json
More file actions
31 lines (31 loc) · 1.12 KB
/
ziye.boxjs.json
File metadata and controls
31 lines (31 loc) · 1.12 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
{
"id": "ziye.app.sub",
"name": "ziye 应用订阅",
"author": "@ZIYE",
"icon": "",
"repo": "https://github.com/ziye12/JavaScript",
"apps": [{
"id": "qqread",
"name": "企鹅读书",
"keys": ["qqreadbd", "qqreadtimeurl", "qqreadtimehd", "qqreadbd2", "qqreadtimeurl2", "qqreadtimehd2", "qqreadbd3", "qqreadtimeurl3", "qqreadtimehd3"],
"author": "@ziye",
"settings": [{
"id": "qeSuffix",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前抓取ck记录的账号序号,如:1、2、3、"
},
{
"id": "qeCount",
"name": "账号个数",
"val": "1",
"type": "number",
"desc": "指定任务最多跑几个账号,根据抓取的账号数据个数来设值"
}
],
"repo": "https://github.com/ziye12/JavaScript/blob/master/Task/qqreads.js",
"icons": ["https://raw.githubusercontent.com/ziye12/JavaScript/master/qqread.jpg", "https://raw.githubusercontent.com/ziye12/JavaScript/master/qqread.jpg"],
"script": "https://raw.githubusercontent.com/ziye12/JavaScript/master/Task/qqreads.js"
}]
}