-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathocd.boxjs.json
More file actions
117 lines (117 loc) · 4 KB
/
ocd.boxjs.json
File metadata and controls
117 lines (117 loc) · 4 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"id": "OCDCheckin.sub",
"name": "OCD签到脚本订阅",
"author": "@ocd0711",
"icon": "https://avatars.githubusercontent.com/u/25606004?s=400&u=72b294d3cf1dbd6bfdfe2248661621a770507690&v=4",
"repo": "",
"apps": [
{
"id": "ocd_setting",
"name": "参数设置",
"author": "@ocd0711",
"repo": "",
"icons": [
"https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/0d/31/0b/0d310b25-aa91-99c5-b23b-af1e8753c4d0/AppIcon-0-1x_U007emarketing-0-7-0-85-220.png/144x144.png",
"https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/0d/31/0b/0d310b25-aa91-99c5-b23b-af1e8753c4d0/AppIcon-0-1x_U007emarketing-0-7-0-85-220.png/144x144.png"
],
"keys": [
"is_debug",
"bark_key"
],
"settings": [
{
"id": "is_debug",
"name": "开启调试模式",
"val": false,
"type": "boolean",
"desc": "默认关闭"
},
{
"id": "bark_key",
"name": "bark通知",
"val": "",
"type": "text",
"desc": "填写key则开启bark通知,默认留空"
}
]
},
{
"id": "ocd_wzyd",
"name": "王者营地",
"author": "@ocd0711",
"repo": "",
"icons": [
"https://raw.githubusercontent.com/ocd0711/Profiles/master/icon/wzyd.png",
"https://raw.githubusercontent.com/ocd0711/Profiles/master/icon/wzyd.png"
],
"keys": [
"wzyd_data"
],
"settings": [
{
"id": "wzyd_data",
"name": "会员Cookie数据",
"val": "",
"type": "textarea",
"autoGrow": true,
"desc": "会员Cookie数据"
}
]
},
{
"id": "ocd_bwcj",
"name": "霸王茶姬",
"author": "@ocd0711",
"repo": "",
"icons": [
"https://raw.githubusercontent.com/ocd0711/Profiles/master/icon/bwcj.png",
"https://raw.githubusercontent.com/ocd0711/Profiles/master/icon/bwcj.png"
],
"keys": [
"bwcj_data"
],
"settings": [
{
"id": "bwcj_data",
"name": "会员Cookie数据",
"val": "",
"type": "textarea",
"autoGrow": true,
"desc": "会员Cookie数据"
}
]
},
{
"id": "ocd_sync_param",
"name": "参数同步",
"author": "@ocd0711",
"repo": "",
"icons": [
"https://avatars.githubusercontent.com/u/25606004?s=400&u=72b294d3cf1dbd6bfdfe2248661621a770507690&v=4",
"https://avatars.githubusercontent.com/u/25606004?s=400&u=72b294d3cf1dbd6bfdfe2248661621a770507690&v=4"
],
"keys": [
"youzan_data",
"youzan_cache"
],
"settings": [
{
"id": "youzan_data",
"name": "有赞小程序 Cookie 数据",
"val": "",
"type": "textarea",
"autoGrow": true,
"desc": "有赞小程序 Cookie 数据"
},
{
"id": "youzan_cache",
"name": "有赞小程序店铺数据",
"val": "",
"type": "textarea",
"autoGrow": true,
"desc": "有赞小程序店铺数据"
}
]
}
]
}