-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbox.js.json
More file actions
43 lines (43 loc) · 1.28 KB
/
Copy pathbox.js.json
File metadata and controls
43 lines (43 loc) · 1.28 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
{
"id":"demo2099.app.sub",
"name":"demo2099 应用订阅",
"author":"@demo2099",
"icon":"https://raw.githubusercontent.com/demo2099/QTXScripts/master/images/StupidCat.png",
"repo":"https://github.com/demo2099/QTXScripts",
"apps":[
{
"id":"bandwagon",
"name":"bandwagon服务器流量查询",
"keys":[
"@bandwagon.veids",
"@bandwagon.api_keys"
],
"settings":[
{
"id":"@bandwagon.veids",
"name":"服务器的veid",
"val":"12345454545",
"type":"textarea",
"autoGrow":false,
"rows":2,
"desc":"多个服务器请用英文逗号,如'123456,789456'分割。"
},
{
"id":"@bandwagon.api_keys",
"name":"服务器的apikey",
"val":"rivate_d1v9PNnWrl47r7AtbwFADa",
"type":"textarea",
"autoGrow":false,
"rows":2,
"desc":"多个服务器请用英文逗号,如'123456,789456'分割。"
}
],
"author":"@demo2099",
"repo":"https://github.com/demo2099/QTXScripts",
"icons":[
"https://raw.githubusercontent.com/demo2099/QTXScripts/master/images/vpsb.png",
"https://raw.githubusercontent.com/demo2099/QTXScripts/master/images/vpsb.png"
]
}
]
}