-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathboxjs.json
More file actions
46 lines (46 loc) · 1.46 KB
/
boxjs.json
File metadata and controls
46 lines (46 loc) · 1.46 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
44
45
46
{
"id": "scheme",
"name": "URLscheme",
"author": "@ios151",
"icon": "https://raw.githubusercontent.com/Yu9191/-/main/dingdangmao.jpg",
"repo": "https://t.me/Jsforbaby",
"apps": [
{
"id": "video",
"name": "选择你喜欢的播放器",
"keys": ["scheme_select", "scheme_custom"],
"settings": [
{
"id": "scheme_select",
"name": "播放器选择",
"val": "SenPlayer",
"type": "selects",
"items": [
{ "key": "Safari", "label": "Safari" },
{ "key": "SenPlayer", "label": "SenPlayer" },
{ "key": "nPlayer", "label": "nPlayer" },
{ "key": "Infuse", "label": "Infuse" },
{ "key": "自定义", "label": "🛠 自定义播放器" }
],
"desc": "选择播放器(或使用自定义)"
},
{
"id": "scheme_custom",
"name": "自定义 Scheme",
"val": "",
"type": "text",
"desc": "如:nplayer-http:// 或 myplayer://x-callback-url/play?url= 记得点旁边的保存按钮",
"show": {
"scheme_select": "自定义"
}
}
],
"author": "@baby",
"script": "https://raw.githubusercontent.com/Yu9191/Rewrite/refs/heads/main/kdf.js",
"icons": [
"https://raw.githubusercontent.com/Yu9191/-/main/dingdangmao.jpg",
"https://raw.githubusercontent.com/Yu9191/-/main/dingdangmao.jpg"
]
}
]
}