From 0dcc3f8de6c768a98ac2383b5573d46341c9a3f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=8B=E8=83=BD=5FGorit?= Date: Thu, 17 Jul 2025 09:42:13 +0000 Subject: [PATCH 1/3] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 赋能_Gorit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f8bed4..109a50b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ ``` ├──entry/src/main/ets/ │ ├──common -│ │ └──ImageDataListConstant.ets // 图像推理静态配置 +│ │ └──constants +│ │ └──ImageDataListConstant.ets // 图像推理静态配置 │ ├──entryability │ │ └──EntryAbility.ets // Ability的生命周期回调内容 │ ├──model @@ -64,7 +65,7 @@ }, "development": { "addedSysCaps": [ - "SystemCapability.AI.MindSporeLite" + "SystemCapability.Ai.MindSpore" ] } } -- Gitee From 4933a1da86723e60b38c6f77774be2f91b8b9a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=8B=E8=83=BD=5FGorit?= Date: Thu, 17 Jul 2025 09:44:34 +0000 Subject: [PATCH 2/3] update README.en.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 赋能_Gorit --- README.en.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 2d46040..5ac7ab2 100644 --- a/README.en.md +++ b/README.en.md @@ -18,7 +18,8 @@ This example utilizes the ArkTS API provided by `@ohos.ai.mindSporeLite` to impl ``` ├──entry/src/main/ets/ │ ├──common -│ │ └──ImageDataListConstant.ets // Image inference static configuration +│ │ └──constants +│ │ └──ImageDataListConstant.ets // Image inference static configuration │ ├──entryability │ │ └──EntryAbility.ets // Ability life cycle callback content │ ├──model @@ -62,7 +63,7 @@ Add the `syscap.json` file in the project's main directory with the following co }, "development": { "addedSysCaps": [ - "SystemCapability.AI.MindSporeLite" + "SystemCapability.Ai.MindSpore" ] } } -- Gitee From ad840b738322d7b87762252321ac6b0ad4183df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=8B=E8=83=BD=5FGorit?= Date: Fri, 18 Jul 2025 07:01:51 +0000 Subject: [PATCH 3/3] update build-profile.json5. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 赋能_Gorit --- build-profile.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-profile.json5 b/build-profile.json5 index d9f8342..bf6e557 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -6,7 +6,7 @@ "name": "default", "signingConfig": "default", "targetSdkVersion": "5.1.0(18)", - "compatibleSdkVersion": "5.0.5(17)", + "compatibleSdkVersion": "5.1.0(18)", "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": { -- Gitee