From 16eadbe0925b058d910c9c006f1b35fab456c1a9 Mon Sep 17 00:00:00 2001 From: jiangminsen Date: Sat, 9 Aug 2025 20:18:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dschema=E7=9A=84=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiangminsen --- modulecheck/module.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modulecheck/module.json b/modulecheck/module.json index 226d1c24..b838020d 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -332,13 +332,13 @@ ] }, "srcEntrance": { - "description": "This tag indicates the entry js code path corresponding to hap", + "description": "This tag indicates the entry code path corresponding to hap", "type": "string", "deprecationMessage": "Deprecated since api 9, use srcEntry instead.", "maxLength": 127 }, "srcEntry": { - "description": "This tag indicates the entry js code path corresponding to hap", + "description": "This tag indicates the entry code path corresponding to hap", "type": "string", "maxLength": 127 }, @@ -522,13 +522,13 @@ "maxLength": 127 }, "srcEntrance": { - "description": "Indicates the js code path corresponding to the ability.", + "description": "Indicates the code path corresponding to the ability.", "type": "string", "deprecationMessage": "Deprecated since api 9, use srcEntry instead.", "maxLength": 127 }, "srcEntry": { - "description": "Indicates the js code path corresponding to the ability.", + "description": "Indicates the code path corresponding to the ability.", "type": "string", "maxLength": 127 }, @@ -1182,13 +1182,13 @@ "maxLength": 127 }, "srcEntrance": { - "description": "Indicates the js code path corresponding to the extension.", + "description": "Indicates the code path corresponding to the extension.", "deprecationMessage": "Deprecated since api 9, use srcEntry instead.", "type": "string", "maxLength": 127 }, "srcEntry": { - "description": "Indicates the js code path corresponding to the extension.", + "description": "Indicates the code path corresponding to the extension.", "type": "string", "maxLength": 127 }, -- Gitee