From 7a8c7f640e3793dfbdcef7661a966a9df67f8195 Mon Sep 17 00:00:00 2001 From: ming-yue-liu1 Date: Mon, 28 Jul 2025 16:04:42 +0800 Subject: [PATCH] =?UTF-8?q?querySchemes=E6=89=A9=E5=AE=B9=E8=87=B3200?= =?UTF-8?q?=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ming-yue-liu1 --- modulecheck/module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulecheck/module.json b/modulecheck/module.json index 57746ccd..c6b5a458 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -1792,7 +1792,7 @@ "description": "Indicates the URL schemes control list", "type": "array", "uniqueItems": true, - "maxItems": 50, + "maxItems": 200, "items": { "type": "string", "maxLength": 128, -- Gitee