-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCleo.boxjs.json
47 lines (47 loc) · 1.34 KB
/
Cleo.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
{
"id": "xxmiyyds",
"name": "Cleo 应用订阅",
"author": "@Cleo1984",
"icon": "https://avatars3.githubusercontent.com/u/23498579?s=460&u=1e87605e4abc4e6ecf3edd8b1d730227f54db4d4&v=4",
"repo": "https://github.com/dompling/Script",
"apps": [
{
"id": "xmSports",
"name": "多账号运动",
"keys": ["@xmSports.token", "@xmSports.minStep", "@xmSports.maxStep"],
"author": "@dompling",
"settings": [
{
"id": "@xmSports.minStep",
"name": "最小步数",
"val": "20000",
"type": "text",
"placeholder": "最小步数",
"desc": "必填"
},
{
"id": "@xmSports.maxStep",
"name": "最大步数",
"val": "23000",
"type": "text",
"placeholder": "最大步数",
"desc": "必填"
}
],
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/xmyd.png",
"https://raw.githubusercontent.com/58xinian/icon/master/xmyd.png"
],
"scripts": [
{
"name": "初始账号",
"script": "https://raw.githubusercontent.com/dompling/Script/master/xmSportsCookieTask.js"
},
{
"name": "同步设备",
"script": "https://raw.githubusercontent.com/dompling/Script/"
}
]
}
]
}