-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboxjs.conf
More file actions
34 lines (34 loc) · 1.19 KB
/
boxjs.conf
File metadata and controls
34 lines (34 loc) · 1.19 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
{
"id": "lustime.app.sub",
"name": "lustime脚本订阅",
"description": "该订阅兼容BoxJs以及QX Gallery",
"author": "@lustime",
"icon": "https://avatars.githubusercontent.com/u/24618077",
"repo": "https://github.com/lustime/quantumult-x",
"apps": [
{
"id": "conf",
"name": "外部配置",
"descs_html": [
"<h4 align=\"center\">脚本配置请查看<a href=\"https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/Bili_Auto_Regions.js\">脚本注释</a></h4>"
],
"keys": [
"lus_conf"
],
"settings": [
{
"id": "lus_conf",
"name": "外部配置",
"val": "",
"type": "textarea",
"autoGrow": false,
"rows": 9,
"placeholder": "{\"k1\": \"v1\", \"k2\": \"v2\"} ",
"desc": "外部json配置文件"
}
],
"author": "@lustime",
"repo": "https://github.com/NobyDa/Script/blob/master/Surge/JS/Bili_Auto_Regionsxxxx.js"
}
]
}