调整待纸扫描时间

This commit is contained in:
13038267101 2023-03-17 16:43:53 +08:00
parent fe9bc48b09
commit 8d8602fc0f
2 changed files with 9 additions and 9 deletions

View File

@ -505,7 +505,7 @@
"readonly": false,
"hwonly": false
},
"cfg-39": {
"color-correction": {
"category": "base",
"readonly": false,
"hwonly": false,
@ -797,13 +797,13 @@
"category": "base",
"readonly": false,
"hwonly": false,
"title": "待纸扫描退出时间(s)",
"title": "待纸扫描退出时间",
"desc": "设置结束待纸扫描的时间",
"type": "int",
"cur": 30,
"default": 30,
"size": 4,
"range": [0, 15, 30, 60, 120, 240, 480],
"type": "string",
"cur": "60s",
"default": "60s",
"size": 24,
"range": ["15s", "30s", "60s", "2min", "4min", "8min"],
"depend_or": ["is-wait-scan==true"]
},
"scan-mode": {
@ -953,8 +953,8 @@
"title": "分纸强度",
"desc": "设置扫描仪的分纸力度",
"type": "string",
"cur": "",
"default": "",
"cur": "一般",
"default": "一般",
"size": 16,
"range": ["弱", "一般", "强"]
},

Binary file not shown.