From 76fff40a83f2e975953f7a15e65b9ab3c9282499 Mon Sep 17 00:00:00 2001 From: luoxi Date: Thu, 3 Jul 2025 19:25:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luoxi --- code/DocsSample/ArkUISample/Animation/build-profile.json5 | 5 +++-- .../ArkUISample/Animation/entry/src/main/module.json5 | 4 ++-- .../ArkUISample/Animation/entry/src/ohosTest/module.json5 | 2 +- .../ArkUISample/Animation/hvigor/hvigor-config.json5 | 2 +- code/DocsSample/ArkUISample/Animation/oh-package.json5 | 2 +- code/DocsSample/ArkUISample/BindSheet/build-profile.json5 | 5 +++-- .../ArkUISample/BindSheet/entry/src/main/module.json5 | 4 ++-- .../ArkUISample/BindSheet/entry/src/ohosTest/module.json5 | 2 +- .../ArkUISample/BindSheet/hvigor/hvigor-config.json5 | 2 +- code/DocsSample/ArkUISample/BindSheet/oh-package.json5 | 2 +- code/DocsSample/ArkUISample/Navigation/build-profile.json5 | 5 +++-- .../ArkUISample/Navigation/entry/src/main/module.json5 | 4 ++-- .../ArkUISample/Navigation/entry/src/ohosTest/module.json5 | 2 +- .../ArkUISample/Navigation/hvigor/hvigor-config.json5 | 2 +- code/DocsSample/ArkUISample/Navigation/oh-package.json5 | 2 +- code/DocsSample/ArkUISample/VisionEffect/build-profile.json5 | 5 +++-- .../ArkUISample/VisionEffect/entry/src/main/module.json5 | 4 ++-- .../ArkUISample/VisionEffect/entry/src/ohosTest/module.json5 | 2 +- .../ArkUISample/VisionEffect/hvigor/hvigor-config.json5 | 2 +- code/DocsSample/ArkUISample/VisionEffect/oh-package.json5 | 2 +- 20 files changed, 32 insertions(+), 28 deletions(-) diff --git a/code/DocsSample/ArkUISample/Animation/build-profile.json5 b/code/DocsSample/ArkUISample/Animation/build-profile.json5 index e1244ceecb..e4176c3bd0 100644 --- a/code/DocsSample/ArkUISample/Animation/build-profile.json5 +++ b/code/DocsSample/ArkUISample/Animation/build-profile.json5 @@ -19,8 +19,9 @@ { "name": "default", "signingConfig": "default", - "targetSdkVersion": "20", - "compatibleSdkVersion": "20", + "targetSdkVersion": 20, + "compatibleSdkVersion": 20, + "compileSdkVersion": 20, "runtimeOS": "OpenHarmony", "buildOption": { "strictMode": { diff --git a/code/DocsSample/ArkUISample/Animation/entry/src/main/module.json5 b/code/DocsSample/ArkUISample/Animation/entry/src/main/module.json5 index 196e6b3978..00d847b7bf 100644 --- a/code/DocsSample/ArkUISample/Animation/entry/src/main/module.json5 +++ b/code/DocsSample/ArkUISample/Animation/entry/src/main/module.json5 @@ -19,7 +19,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "phone" + "default" ], "deliveryWithInstall": true, "installationFree": false, @@ -58,7 +58,7 @@ "name": "ohos.extension.backup", "resource": "$profile:backup_config" } - ], + ] } ] } diff --git a/code/DocsSample/ArkUISample/Animation/entry/src/ohosTest/module.json5 b/code/DocsSample/ArkUISample/Animation/entry/src/ohosTest/module.json5 index 1cafc28b86..59667117c8 100644 --- a/code/DocsSample/ArkUISample/Animation/entry/src/ohosTest/module.json5 +++ b/code/DocsSample/ArkUISample/Animation/entry/src/ohosTest/module.json5 @@ -17,7 +17,7 @@ "name": "entry_test", "type": "feature", "deviceTypes": [ - "phone" + "default" ], "deliveryWithInstall": true, "installationFree": false diff --git a/code/DocsSample/ArkUISample/Animation/hvigor/hvigor-config.json5 b/code/DocsSample/ArkUISample/Animation/hvigor/hvigor-config.json5 index a3a86df0cd..4d43560363 100644 --- a/code/DocsSample/ArkUISample/Animation/hvigor/hvigor-config.json5 +++ b/code/DocsSample/ArkUISample/Animation/hvigor/hvigor-config.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "6.0.0", + "modelVersion": "5.0.5", "dependencies": { }, "execution": { diff --git a/code/DocsSample/ArkUISample/Animation/oh-package.json5 b/code/DocsSample/ArkUISample/Animation/oh-package.json5 index 41b8b63948..38abfd0996 100644 --- a/code/DocsSample/ArkUISample/Animation/oh-package.json5 +++ b/code/DocsSample/ArkUISample/Animation/oh-package.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "6.0.0", + "modelVersion": "5.0.5", "description": "Please describe the basic information.", "dependencies": { }, diff --git a/code/DocsSample/ArkUISample/BindSheet/build-profile.json5 b/code/DocsSample/ArkUISample/BindSheet/build-profile.json5 index e1244ceecb..e4176c3bd0 100644 --- a/code/DocsSample/ArkUISample/BindSheet/build-profile.json5 +++ b/code/DocsSample/ArkUISample/BindSheet/build-profile.json5 @@ -19,8 +19,9 @@ { "name": "default", "signingConfig": "default", - "targetSdkVersion": "20", - "compatibleSdkVersion": "20", + "targetSdkVersion": 20, + "compatibleSdkVersion": 20, + "compileSdkVersion": 20, "runtimeOS": "OpenHarmony", "buildOption": { "strictMode": { diff --git a/code/DocsSample/ArkUISample/BindSheet/entry/src/main/module.json5 b/code/DocsSample/ArkUISample/BindSheet/entry/src/main/module.json5 index 196e6b3978..00d847b7bf 100644 --- a/code/DocsSample/ArkUISample/BindSheet/entry/src/main/module.json5 +++ b/code/DocsSample/ArkUISample/BindSheet/entry/src/main/module.json5 @@ -19,7 +19,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "phone" + "default" ], "deliveryWithInstall": true, "installationFree": false, @@ -58,7 +58,7 @@ "name": "ohos.extension.backup", "resource": "$profile:backup_config" } - ], + ] } ] } diff --git a/code/DocsSample/ArkUISample/BindSheet/entry/src/ohosTest/module.json5 b/code/DocsSample/ArkUISample/BindSheet/entry/src/ohosTest/module.json5 index 1cafc28b86..59667117c8 100644 --- a/code/DocsSample/ArkUISample/BindSheet/entry/src/ohosTest/module.json5 +++ b/code/DocsSample/ArkUISample/BindSheet/entry/src/ohosTest/module.json5 @@ -17,7 +17,7 @@ "name": "entry_test", "type": "feature", "deviceTypes": [ - "phone" + "default" ], "deliveryWithInstall": true, "installationFree": false diff --git a/code/DocsSample/ArkUISample/BindSheet/hvigor/hvigor-config.json5 b/code/DocsSample/ArkUISample/BindSheet/hvigor/hvigor-config.json5 index a3a86df0cd..4d43560363 100644 --- a/code/DocsSample/ArkUISample/BindSheet/hvigor/hvigor-config.json5 +++ b/code/DocsSample/ArkUISample/BindSheet/hvigor/hvigor-config.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "6.0.0", + "modelVersion": "5.0.5", "dependencies": { }, "execution": { diff --git a/code/DocsSample/ArkUISample/BindSheet/oh-package.json5 b/code/DocsSample/ArkUISample/BindSheet/oh-package.json5 index 41b8b63948..38abfd0996 100644 --- a/code/DocsSample/ArkUISample/BindSheet/oh-package.json5 +++ b/code/DocsSample/ArkUISample/BindSheet/oh-package.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "6.0.0", + "modelVersion": "5.0.5", "description": "Please describe the basic information.", "dependencies": { }, diff --git a/code/DocsSample/ArkUISample/Navigation/build-profile.json5 b/code/DocsSample/ArkUISample/Navigation/build-profile.json5 index e1244ceecb..e4176c3bd0 100644 --- a/code/DocsSample/ArkUISample/Navigation/build-profile.json5 +++ b/code/DocsSample/ArkUISample/Navigation/build-profile.json5 @@ -19,8 +19,9 @@ { "name": "default", "signingConfig": "default", - "targetSdkVersion": "20", - "compatibleSdkVersion": "20", + "targetSdkVersion": 20, + "compatibleSdkVersion": 20, + "compileSdkVersion": 20, "runtimeOS": "OpenHarmony", "buildOption": { "strictMode": { diff --git a/code/DocsSample/ArkUISample/Navigation/entry/src/main/module.json5 b/code/DocsSample/ArkUISample/Navigation/entry/src/main/module.json5 index da837d9dff..97893d144d 100644 --- a/code/DocsSample/ArkUISample/Navigation/entry/src/main/module.json5 +++ b/code/DocsSample/ArkUISample/Navigation/entry/src/main/module.json5 @@ -19,7 +19,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "phone" + "default" ], "deliveryWithInstall": true, "installationFree": false, @@ -59,7 +59,7 @@ "name": "ohos.extension.backup", "resource": "$profile:backup_config" } - ], + ] } ] } diff --git a/code/DocsSample/ArkUISample/Navigation/entry/src/ohosTest/module.json5 b/code/DocsSample/ArkUISample/Navigation/entry/src/ohosTest/module.json5 index 1cafc28b86..59667117c8 100644 --- a/code/DocsSample/ArkUISample/Navigation/entry/src/ohosTest/module.json5 +++ b/code/DocsSample/ArkUISample/Navigation/entry/src/ohosTest/module.json5 @@ -17,7 +17,7 @@ "name": "entry_test", "type": "feature", "deviceTypes": [ - "phone" + "default" ], "deliveryWithInstall": true, "installationFree": false diff --git a/code/DocsSample/ArkUISample/Navigation/hvigor/hvigor-config.json5 b/code/DocsSample/ArkUISample/Navigation/hvigor/hvigor-config.json5 index 2d5b53c87b..4d43560363 100644 --- a/code/DocsSample/ArkUISample/Navigation/hvigor/hvigor-config.json5 +++ b/code/DocsSample/ArkUISample/Navigation/hvigor/hvigor-config.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "5.1.0", + "modelVersion": "5.0.5", "dependencies": { }, "execution": { diff --git a/code/DocsSample/ArkUISample/Navigation/oh-package.json5 b/code/DocsSample/ArkUISample/Navigation/oh-package.json5 index b56a095f38..38abfd0996 100644 --- a/code/DocsSample/ArkUISample/Navigation/oh-package.json5 +++ b/code/DocsSample/ArkUISample/Navigation/oh-package.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "5.1.0", + "modelVersion": "5.0.5", "description": "Please describe the basic information.", "dependencies": { }, diff --git a/code/DocsSample/ArkUISample/VisionEffect/build-profile.json5 b/code/DocsSample/ArkUISample/VisionEffect/build-profile.json5 index e1244ceecb..e4176c3bd0 100644 --- a/code/DocsSample/ArkUISample/VisionEffect/build-profile.json5 +++ b/code/DocsSample/ArkUISample/VisionEffect/build-profile.json5 @@ -19,8 +19,9 @@ { "name": "default", "signingConfig": "default", - "targetSdkVersion": "20", - "compatibleSdkVersion": "20", + "targetSdkVersion": 20, + "compatibleSdkVersion": 20, + "compileSdkVersion": 20, "runtimeOS": "OpenHarmony", "buildOption": { "strictMode": { diff --git a/code/DocsSample/ArkUISample/VisionEffect/entry/src/main/module.json5 b/code/DocsSample/ArkUISample/VisionEffect/entry/src/main/module.json5 index 196e6b3978..00d847b7bf 100644 --- a/code/DocsSample/ArkUISample/VisionEffect/entry/src/main/module.json5 +++ b/code/DocsSample/ArkUISample/VisionEffect/entry/src/main/module.json5 @@ -19,7 +19,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "phone" + "default" ], "deliveryWithInstall": true, "installationFree": false, @@ -58,7 +58,7 @@ "name": "ohos.extension.backup", "resource": "$profile:backup_config" } - ], + ] } ] } diff --git a/code/DocsSample/ArkUISample/VisionEffect/entry/src/ohosTest/module.json5 b/code/DocsSample/ArkUISample/VisionEffect/entry/src/ohosTest/module.json5 index 1cafc28b86..59667117c8 100644 --- a/code/DocsSample/ArkUISample/VisionEffect/entry/src/ohosTest/module.json5 +++ b/code/DocsSample/ArkUISample/VisionEffect/entry/src/ohosTest/module.json5 @@ -17,7 +17,7 @@ "name": "entry_test", "type": "feature", "deviceTypes": [ - "phone" + "default" ], "deliveryWithInstall": true, "installationFree": false diff --git a/code/DocsSample/ArkUISample/VisionEffect/hvigor/hvigor-config.json5 b/code/DocsSample/ArkUISample/VisionEffect/hvigor/hvigor-config.json5 index 2d5b53c87b..4d43560363 100644 --- a/code/DocsSample/ArkUISample/VisionEffect/hvigor/hvigor-config.json5 +++ b/code/DocsSample/ArkUISample/VisionEffect/hvigor/hvigor-config.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "5.1.0", + "modelVersion": "5.0.5", "dependencies": { }, "execution": { diff --git a/code/DocsSample/ArkUISample/VisionEffect/oh-package.json5 b/code/DocsSample/ArkUISample/VisionEffect/oh-package.json5 index b56a095f38..38abfd0996 100644 --- a/code/DocsSample/ArkUISample/VisionEffect/oh-package.json5 +++ b/code/DocsSample/ArkUISample/VisionEffect/oh-package.json5 @@ -13,7 +13,7 @@ * limitations under the License. */ { - "modelVersion": "5.1.0", + "modelVersion": "5.0.5", "description": "Please describe the basic information.", "dependencies": { }, -- Gitee