-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzpiz.boxjs.json
90 lines (90 loc) · 2.08 KB
/
zpiz.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
{
"id": "zpiz.app.sub",
"name": "zpiz 应用订阅",
"author": "@zpiz",
"icon": "https://avatars.githubusercontent.com/u/134020066?s=400&u=561c7a697d4178ddb34fc4bd9e4e7fdf4f743020&v=4",
"repo": "https://github.com/zpiz",
"apps": [
{
"id": "iMaoTai",
"name": "i茅台",
"author": "@zpiz",
"script": "",
"descs_html": [""],
"icons": [
"https://raw.githubusercontent.com/FoKit/Scripts/main/images/iMaoTai.png",
"https://raw.githubusercontent.com/FoKit/Scripts/main/images/iMaoTai.png"
],
"keys": [
"MT_TOKENS",
"MT_PROVINCE",
"MT_CITY",
"MT_DISTRICT",
"MT_ITEM_BLACK",
"MT_VERSION",
"MT_USERAGENT",
"MT_R"
],
"settings": [
{
"id": "MT_TOKENS",
"name": "i茅台Token",
"val": "",
"type": "textarea",
"autoGrow": true,
"rows": 1,
"desc": ""
},
{
"id": "MT_PROVINCE",
"name": "省份",
"val": "",
"type": "text",
"desc": "XX省 / 直辖市"
},
{
"id": "MT_CITY",
"name": "城市",
"val": "",
"type": "text",
"desc": "XX市 / 直辖市"
},
{
"id": "MT_DISTRICT",
"name": "区域",
"val": "",
"type": "text",
"desc": "xx区|xx区"
},
{
"id": "MT_ITEM_BLACK",
"name": "商品黑名单",
"val": "",
"type": "text",
"desc": "2478|10056"
},
{
"id": "MT_VERSION",
"name": "APP版本号",
"val": "",
"type": "text",
"desc": "x.x.x"
},
{
"id": "MT_USERAGENT",
"name": "用户标识",
"val": "",
"type": "text",
"desc": "iOS;16.1.2;Apple;"
},
{
"id": "MT_R",
"name": "MT_R",
"val": "",
"type": "text",
"desc": "clips_xxx"
}
]
}
]
}