-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCleo.boxjs.json
47 lines (47 loc) · 1.39 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://github.com/CLeo1984/icon/blob/main/97061D40-8C7E-47B5-95E5-EF6A8AC6D2B8.png?raw=true",
"repo": "https://github.com/CLeo1984/Script",
"apps": [
{
"id": "xmSports",
"name": "多账号运动",
"keys": ["@xmSports.token", "@xmSports.minStep", "@xmSports.maxStep"],
"author": "@Cleo1984",
"settings": [
{
"id": "@xmSports.minStep",
"name": "最小步数",
"val": "20000",
"type": "text",
"placeholder": "最小步数",
"desc": "必填"
},
{
"id": "@xmSports.maxStep",
"name": "最大步数",
"val": "23000",
"type": "text",
"placeholder": "最大步数",
"desc": "必填"
}
],
"icons": [
"https://github.com/CLeo1984/icon/blob/main/34315673-4BE2-46C7-9801-6E50FA2D3A96.png/?raw=true",
"https://github.com/CLeo1984/icon/blob/main/34315673-4BE2-46C7-9801-6E50FA2D3A96.png/?raw=true"
],
"scripts": [
{
"name": "初始账号",
"script": "https://raw.githubusercontent.com/CLeo1984/Script/main/xmSportsCookieTask.js"
},
{
"name": "同步设备",
"script": "https://raw.githubusercontent.com/CLeo1984/Script"
}
]
}
]
}