From 90ef5d0a102455ccfb0d7ff52eefb28b98216b58 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Fri, 23 Feb 2024 15:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0306=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/G306.txt | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/docs/G306.txt b/docs/G306.txt index 97b0583..150f980 100644 --- a/docs/G306.txt +++ b/docs/G306.txt @@ -1,7 +1,7 @@ { "global": { "device_type": "G300", - "option_count": 70 + "option_count": 72 }, "restore": { "cat": "base", @@ -244,7 +244,8 @@ "cur": "无", "default": "无", "size": 24, - "range": ["无", "锐化", "进一步锐化", "模糊", "进一步模糊"] + "range": ["无", "锐化", "进一步锐化", "模糊", "进一步模糊"], + "depend_and": ["is-multiout!=true", "mode!=黑白", "!=颜色自动识别"] }, "is-rid-morr": { "cat": "base", @@ -1248,5 +1249,44 @@ "max": 100, "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"] } } \ No newline at end of file