删除G402 G302 的最大幅面

This commit is contained in:
13038267101 2023-06-26 18:02:03 +08:00
parent 74a778f034
commit a4462e829d
2 changed files with 8 additions and 5 deletions

View File

@ -351,8 +351,8 @@
"type": "string", "type": "string",
"cur": "匹配原始尺寸", "cur": "匹配原始尺寸",
"default": "匹配原始尺寸", "default": "匹配原始尺寸",
"size": 40, "size": 32,
"range": ["A4", "A5", "A5横向", "A6", "A6横向", "B5", "B5横向", "B6", "B6横向", "匹配原始尺寸", "最大扫描尺寸自动裁切", "最大扫描尺寸"] "range": ["A4", "A5", "A5横向", "A6", "A6横向", "B5", "B5横向", "B6", "B6横向", "匹配原始尺寸"]
}, },
"is-custom-area": { "is-custom-area": {
"cat": "base", "cat": "base",

View File

@ -601,7 +601,8 @@
"min": 1, "min": 1,
"max": 255, "max": 255,
"step": 1 "step": 1
} },
"depend_and": ["is-custom-gamma==false"]
}, },
"contrast": { "contrast": {
"cat": "base", "cat": "base",
@ -622,7 +623,8 @@
"min": 1, "min": 1,
"max": 7, "max": 7,
"step": 1 "step": 1
} },
"depend_and": ["is-custom-gamma==false"]
}, },
"gamma": { "gamma": {
"cat": "base", "cat": "base",
@ -643,7 +645,8 @@
"min": 0.010000, "min": 0.010000,
"max": 5.000000, "max": 5.000000,
"step": 0.499000 "step": 0.499000
} },
"depend_and": ["is-custom-gamma==false"]
}, },
"grp-3": { "grp-3": {
"cat": "base", "cat": "base",