调整439json

This commit is contained in:
13038267101 2022-11-26 12:01:33 +08:00
parent 9f3a484f5a
commit c32885c564
1 changed files with 33 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"global": {
"device_type": "G439",
"option_count": 65
"option_count": 68
},
"restore": {
"category": "base",
@ -636,6 +636,15 @@
"title": "送纸方式设置",
"type": "group"
},
"is-wait-scan": {
"category": "base",
"title": "待纸扫描",
"desc": "启用后,文稿放入扫描仪时将自动启动扫描",
"type": "bool",
"cur": false,
"default": false,
"size": 4
},
"scan-mode": {
"category": "base",
"title": "扫描张数",
@ -695,5 +704,28 @@
"size": 40,
"range": ["丢弃图像并停止扫描", "上传图像并停止扫描"],
"depend_or": ["is-ultrosonic==true"]
},
"is-check-dog-ear": {
"category": "base",
"title": "折角检测",
"desc": "检测文稿是否存在折角",
"type": "bool",
"cur": false,
"default": false,
"size": 4
},
"dog-ear-size": {
"category": "base",
"title": " 折角大小",
"desc": "值越小,能检测到的折角越小",
"type": "int",
"cur": 70,
"default": 70,
"size": 4,
"range": {
"min": 0,
"max": 100
},
"depend_or": ["is-check-dog-ear==true"]
}
}