-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyuhengboxjs.json
144 lines (144 loc) · 5.92 KB
/
yuhengboxjs.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
{
"id": "yuheng.app.sub",
"name": "yuheng 脚本订阅",
"author": "@yuheng",
"icon": "https://avatars.githubusercontent.com/u/50571734?s=460&u=808616a26243d457cae2e41ffa728895e1e5ed4b&v=4",
"repo": "https://github.com/Yuheng0101/X",
"apps": [
{
"id": "yuheng.mi.step",
"name": "小米刷步",
"descs_html": [
"<em>一次BoxJS持久化的尝试</em>",
"<ol><li>每天刷一刷</li><li>健康第一</li><li>步数第二</li></ol>",
"<p style='color:#ff0000;margin-top:10px;'>步数不要超过50000</p>"
],
"keys": [
"xiaomi_step_debug",
"xiaomi_step_username",
"xiaomi_step_password",
"xiaomi_step_step"
],
"settings": [
{
"id": "xiaomi_step_debug",
"name": "是否输出日志",
"val": false,
"type": "boolean",
"desc": ""
},
{
"id": "xiaomi_step_username",
"name": "小米刷步账号",
"val": null,
"type": "text",
"rows": 1,
"desc": "小米刷步账号,暂不支持多账号且只支持手机号"
},
{
"id": "xiaomi_step_password",
"name": "小米刷步密码",
"val": null,
"type": "text",
"rows": 1,
"desc": ""
},
{
"id": "xiaomi_step_step",
"name": "需要刷的步数",
"val": null,
"type": "text",
"rows": 1,
"desc": "置空默认10000-19999之间"
}
],
"author": "@yuheng",
"repo": "https://github.com/Yuheng0101/X",
"icons": [
"https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/mi/mini.png",
"https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/mi/color.png"
],
"script": "https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/mi/step.js"
},
{
"id": "yuheng.imaotai",
"name": "i茅台预约",
"descs_html": [
"<a target='_blank' href='https://github.com/Yuheng0101/X/tree/main/Tasks/imaotai'>README.md</a>"
],
"keys": [
"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": "默认选择最近店铺"
}
],
"author": "@yuheng",
"repo": "https://github.com/Yuheng0101/X",
"icons": [
"https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/imaotai/mini.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/Yuheng0101/X/main/Tasks/imaotai/imaotai.js"
}
]
}