forked from mdc-ng/mdc_mbot_plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
executable file
·54 lines (54 loc) · 1.62 KB
/
manifest.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
{
"name": "mdc_mbot_plugin",
"title": "MDC插件",
"author": "aj",
"description": "MDC基础库",
"_comment_start": "x-release-please-start-version",
"version": "1.3.0",
"_comment_end": "x-release-please-end",
"requirements": [],
"dependencies": {
"appVersion": ">=1.9.25"
},
"logoUrl": "/plugins/mdc_mbot_plugin/logo.png",
"githubUrl": "https://github.com/mdc-ng/mdc_mbot_plugin",
"helpDocUrl": "https://github.com/mdc-ng/mdc_mbot_plugin",
"configField": [
{
"fieldName": "proxy",
"fieldType": "String",
"label": "代理设置",
"defaultValue": ""
},
{
"fieldName": "watch_folder",
"fieldType": "String",
"label": "监控路径,逗号分隔",
"defaultValue": ""
},
{
"fieldName": "target_folder",
"fieldType": "String",
"label": "刮削整理目标路径",
"defaultValue": ""
},
{
"fieldName": "watermark",
"fieldType": "Bool",
"label": "图片添加水印(无码/字幕/破解/流出)",
"defaultValue": false
},
{
"fieldName": "watermark_start",
"fieldType": "String",
"label": "水印起始位置: 0左上, 1左下, 2右下, 3右上",
"defaultValue": "0"
},
{
"fieldName": "watermark_clockwise",
"fieldType": "String",
"label": "水印添加方向: 0逆时针, 1顺时针",
"defaultValue": "0"
}
]
}