新增尺寸检测

This commit is contained in:
13038267101 2023-02-16 11:00:57 +08:00
parent 4fb6f78efa
commit 61087ada01
1 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"global": { "global": {
"device_type": "G300", "device_type": "G300",
"option_count": 63 "option_count": 64
}, },
"restore": { "restore": {
"category": "base", "category": "base",
@ -284,6 +284,16 @@
}, },
"depend_and": ["is-custom-area==true"] "depend_and": ["is-custom-area==true"]
}, },
"is-size-check": {
"category": "base",
"title": "尺寸检测",
"desc": "检测纸张实际尺寸与设置是否匹配",
"type": "bool",
"cur": false,
"default": false,
"size": 4,
"depend_and": ["paper!=匹配原始尺寸", "!=最大扫描尺寸", "!=最大扫描尺寸自动裁切"]
},
"page": { "page": {
"category": "base", "category": "base",
"title": "扫描页面", "title": "扫描页面",