-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 KB
/
package.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
{
"id":"filedownload",
"name":"{{LNG['filedownload.meta.name']}}",
"title":"{{LNG['filedownload.meta.title']}}",
"menu":"{{LNG['filedownload.meta.name']}}",
"version":"2.1",
"category":"file",
"source":{
"icon":"{{pluginHost}}static/images/icon.png",
"screenshoot":[]
},
"description":"{{LNG['filedownload.meta.desc']}}",
"auther":{
"copyright":"hiteochew",
"homePage":"https://github.com/hiteochew/kodbox-plugins-filedownload"
},
"configItem":{
"formStyle":{
"className":"form-box-title-right",
"tabs":{
"{{LNG['admin.setting.base']}}":"pluginAuth,sep001,fileExt,fileSort"
}
},
"pluginAuth":{
"type":"userSelect",
"value":{"all":1},
"display":"{{LNG['admin.plugin.auth']}}",
"desc":"{{LNG['admin.plugin.authDesc']}}",
"require":1
},
"sep001":"<hr/>",
"fileExt":{
"type":"tags",
"display":"{{LNG['admin.plugin.fileExt']}}",
"desc":"{{LNG['admin.plugin.fileExtDesc']}}",
"value":"exe,apk,msi,zip,rar"
},
"fileSort":{
"type":"number",
"display":"{{LNG['admin.plugin.fileSort']}}",
"desc":"{{LNG['admin.plugin.fileSortDesc']}}",
"value":0
}
}
}