From fd93aab40950497bd830f497031842f868b48ba3 Mon Sep 17 00:00:00 2001 From: liumingyue Date: Fri, 27 Jun 2025 15:07:26 +0800 Subject: [PATCH] =?UTF-8?q?app.json5=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AEcl?= =?UTF-8?q?oudStructuredDataSyncEnabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liumingyue --- modulecheck/app.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modulecheck/app.json b/modulecheck/app.json index d10fc260..1049fb8f 100644 --- a/modulecheck/app.json +++ b/modulecheck/app.json @@ -131,6 +131,7 @@ "multiAppMode", "hwasanEnabled", "cloudFileSyncEnabled", + "cloudStructuredDataSyncEnabled", "configuration", "assetAccessGroups", "startMode", @@ -179,6 +180,7 @@ "maxChildProcess", "hwasanEnabled", "cloudFileSyncEnabled", + "cloudStructuredDataSyncEnabled", "configuration", "assetAccessGroups", "startMode" @@ -473,6 +475,11 @@ "type": "boolean", "default": false }, + "cloudStructuredDataSyncEnabled": { + "description": "Indicates whether the application enables cloud structured data sync.", + "type": "boolean", + "default": false + }, "configuration": { "description": "Indicates the configuration of the application, in the format of \"$profile:configuration\".This configuration can be left blank by default.", "type": "string", -- Gitee