-
Notifications
You must be signed in to change notification settings - Fork 1
/
jack.boxjs.json
150 lines (150 loc) · 4.57 KB
/
jack.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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"id": "jack.app.sub",
"name": "jack 应用订阅",
"author": "@jack",
"icon": "https://raw.githubusercontent.com/yangwudong/Quantumult-X/main/logo.png",
"repo": "https://github.com/yangwudong/Quantumult-X",
"apps": [
{
"id": "imaotai",
"name": "i茅台",
"descs_html": [
""
],
"author": "@jack",
"repo": "https://github.com/yangwudong/Quantumult-X",
"icons": [
"https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/ae/f4/18/aef41811-955e-e6b0-5d23-6763c2eef1ab/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/144x144.png",
"https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/ae/f4/18/aef41811-955e-e6b0-5d23-6763c2eef1ab/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/144x144.png"
],
"script": "https://raw.githubusercontent.com/yangwudong/Quantumult-X/main/Scripts/iMaoTai.js",
"keys": [
"imaotai_params",
"imaotai__config__istravel",
"imaotai__config__province",
"imaotai__config__city",
"imaotai__config__itemcode",
"imaotai__config__address",
"imaotai__config__location",
"imaotai__config__shopid"
],
"settings": [
{
"id": "imaotai__config__istravel",
"name": "是否开启茅运旅行",
"val": false,
"type": "boolean",
"desc": ""
},
{
"id": "imaotai__config__province",
"name": "省份名称",
"val": null,
"type": "text",
"rows": 1,
"desc": "必填, 例如: 山东省"
},
{
"id": "imaotai__config__city",
"name": "城市名称",
"val": null,
"type": "text",
"rows": 1,
"desc": "必填, 例如: 济南市"
},
{
"id": "imaotai__config__itemcode",
"name": "预约项",
"val": "10213,10214",
"type": "text",
"rows": 1,
"desc": "多品逗号隔开,需要预约的项目{'10213': '贵州茅台酒(癸卯兔年)', '2478': '贵州茅台酒(珍品)','10214': '贵州茅台酒(癸卯兔年)x2','10056': '53%vol 500ml 茅台1935'}"
},
{
"id": "imaotai__config__address",
"name": "当前位置",
"val": null,
"type": "text",
"rows": 1,
"desc": "尽量具体, 比如: 山东省济南市齐鲁软件园, 精确到标志性建筑物"
},
{
"id": "imaotai__config__location",
"name": "(选填)当前经纬度",
"val": null,
"type": "text",
"rows": 1,
"desc": "注意经度在前, 纬度在后, 例如: 117.119999,36.651216,不填根据当前位置获取"
},
{
"id": "imaotai__config__shopid",
"name": "(选填)需要预约的店铺id",
"val": null,
"type": "text",
"rows": 1,
"desc": "默认选择最近店铺"
}
]
},
{
"id": "jhsh",
"name": "建行生活",
"author": "@FoKit",
"script": "https://raw.githubusercontent.com/yangwudong/Quantumult-X/main/Scripts/jhsh_checkIn.js",
"descs_html": [""],
"icons": [
"https://raw.githubusercontent.com/FoKit/Scripts/main/images/jhsh.png",
"https://raw.githubusercontent.com/FoKit/Scripts/main/images/jhsh.png"
],
"keys": ["JHSH_GIFT", "JHSH_BODY", "JHSH_LOGIN_INFO", "JHSH_VERSION"],
"settings": [
{
"id": "JHSH_GIFT",
"name": "奖励类型",
"val": "2",
"type": "radios",
"desc": "选择连续签到奖励类型",
"items": [
{
"key": "1",
"label": "打车券"
},
{
"key": "2",
"label": "外卖券"
},
{
"key": "3",
"label": "骑行券"
}
]
},
{
"id": "JHSH_BODY",
"name": "签到数据",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 1,
"desc": ""
},
{
"id": "JHSH_LOGIN_INFO",
"name": "登录数据",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 1,
"desc": ""
},
{
"id": "JHSH_VERSION",
"name": "版本号",
"val": "",
"type": "text",
"desc": ""
}
]
}
]
}