更新306设备配置文件

This commit is contained in:
yangjiaxuan 2024-02-23 15:37:13 +08:00
parent 0ca53ce666
commit 90ef5d0a10
1 changed files with 42 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"global": { "global": {
"device_type": "G300", "device_type": "G300",
"option_count": 70 "option_count": 72
}, },
"restore": { "restore": {
"cat": "base", "cat": "base",
@ -244,7 +244,8 @@
"cur": "无", "cur": "无",
"default": "无", "default": "无",
"size": 24, "size": 24,
"range": ["无", "锐化", "进一步锐化", "模糊", "进一步模糊"] "range": ["无", "锐化", "进一步锐化", "模糊", "进一步模糊"],
"depend_and": ["is-multiout!=true", "mode!=黑白", "!=颜色自动识别"]
}, },
"is-rid-morr": { "is-rid-morr": {
"cat": "base", "cat": "base",
@ -1248,5 +1249,44 @@
"max": 100, "max": 100,
"step": 1 "step": 1
} }
},
"is-check-askew": {
"cat": "base",
"readonly": false,
"affect": 0,
"group": "base",
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "歪斜检测",
"desc": "检测是否出现歪斜送入",
"type": "bool",
"cur": false,
"default": false,
"size": 4,
"depend_and": []
},
"askew-range": {
"cat": "base",
"readonly": false,
"affect": 0,
"group": "base",
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "歪斜容忍度",
"desc": "值越小,能容忍得送入文稿歪斜角度越小",
"type": "int",
"cur": 3,
"default": 3,
"size": 4,
"range": {
"min": 1,
"max": 5,
"step": 1
},
"depend_or": ["is-check-askew==true"]
} }
} }