From 60a4ece9bf53750561b0fd2cf1af4f0e36f09b30 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Mon, 13 Nov 2023 11:02:22 +0800 Subject: [PATCH] =?UTF-8?q?300=E5=AE=89=E5=8D=93=E5=92=8C400-3288=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=A2=9E=E5=8A=A0=E5=81=8F=E8=89=B2=E6=A0=A1=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/G302.txt | 19 ++++++++++++++++++- docs/G400.txt | 19 ++++++++++++++++++- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/docs/G302.txt b/docs/G302.txt index 05e3d3b..61a7d18 100644 --- a/docs/G302.txt +++ b/docs/G302.txt @@ -1,7 +1,7 @@ { "global": { "device_type": "G302", - "option_count": 63 + "option_count": 64 }, "restore": { "cat": "base", @@ -677,6 +677,23 @@ "visible": true, "unit": "None" }, + "color-correction": { + "cat": "base", + "readonly": false, + "affect": 0, + "group": "imgproc", + "visible": true, + "field": "Common", + "pos": 0, + "unit": "None", + "title": "色偏校正", + "desc": "色彩还原度矫正功能", + "type": "bool", + "cur": false, + "default": false, + "size": 4, + "depend_or": ["mode==24位彩色"] + }, "is-anti-skew": { "cat": "base", "readonly": false, diff --git a/docs/G400.txt b/docs/G400.txt index e9477f7..ec9f9da 100644 --- a/docs/G400.txt +++ b/docs/G400.txt @@ -1,7 +1,7 @@ { "global": { "device_type": "G400", - "option_count": 66 + "option_count": 67 }, "restore": { "cat": "base", @@ -695,6 +695,23 @@ "visible": true, "unit": "None" }, + "color-correction": { + "cat": "base", + "readonly": false, + "affect": 0, + "group": "imgproc", + "visible": true, + "field": "Common", + "pos": 0, + "unit": "None", + "title": "色偏校正", + "desc": "色彩还原度矫正功能", + "type": "bool", + "cur": false, + "default": false, + "size": 4, + "depend_or": ["mode==24位彩色"] + }, "is-anti-skew": { "cat": "base", "readonly": false,