From 6505193ba8cba098d1211be5a01c3c2020c6f1a3 Mon Sep 17 00:00:00 2001 From: llq0712 Date: Tue, 19 Aug 2025 17:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0XC=20sample=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E4=BB=A5=E5=8F=8A=E4=B8=8B=E8=BD=BD=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: llq0712 --- ArkUIKit/ArkTSXComponent/README_zh.md | 6 +++--- ArkUIKit/ArkTSXComponent/entry/src/main/module.json5 | 2 +- ArkUIKit/NativeXComponent/README_zh.md | 6 +++--- ArkUIKit/NativeXComponent/entry/src/main/module.json5 | 2 +- ArkUIKit/NdkXComponent/README_zh.md | 6 +++--- ArkUIKit/NdkXComponent/entry/src/main/module.json5 | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ArkUIKit/ArkTSXComponent/README_zh.md b/ArkUIKit/ArkTSXComponent/README_zh.md index 5070df6b66d..82763d3a7a6 100644 --- a/ArkUIKit/ArkTSXComponent/README_zh.md +++ b/ArkUIKit/ArkTSXComponent/README_zh.md @@ -87,7 +87,7 @@ XComponentController ### 约束与限制 -1. 本示例仅支持标准系统上运行,支持设备:rk3568 +1. 本示例仅支持标准系统上运行,支持设备:华为手机、平板 2. 本示例为Stage模型,支持API12版本SDK,SDK版本号(API Version 12 Release),镜像版本号(5.0 Release) @@ -100,7 +100,7 @@ XComponentController ``` git init git config core.sparsecheckout true -echo code/BasicFeature/Native/ArkTSXComponent/ > .git/info/sparse-checkout -git remote add origin https://gitee.com/openharmony/applications_app_samples.git +echo ArkUIKit/ArkTSXComponent/ > .git/info/sparse-checkout +git remote add origin https://gitee.com/harmonyos_samples/guide-snippets.git git pull origin master ``` diff --git a/ArkUIKit/ArkTSXComponent/entry/src/main/module.json5 b/ArkUIKit/ArkTSXComponent/entry/src/main/module.json5 index 643a0085e7c..cc3a1989568 100644 --- a/ArkUIKit/ArkTSXComponent/entry/src/main/module.json5 +++ b/ArkUIKit/ArkTSXComponent/entry/src/main/module.json5 @@ -20,7 +20,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "default", + "phone", "tablet" ], "deliveryWithInstall": true, diff --git a/ArkUIKit/NativeXComponent/README_zh.md b/ArkUIKit/NativeXComponent/README_zh.md index 167ea765977..b58cb31d852 100644 --- a/ArkUIKit/NativeXComponent/README_zh.md +++ b/ArkUIKit/NativeXComponent/README_zh.md @@ -92,7 +92,7 @@ EGL环境。在Native侧的OnsurfaceChanged回调中,传入OH_ArkUI_SurfaceHol ### 约束与限制 -1. 本示例仅支持标准系统上运行,支持设备:rk3568 +1. 本示例仅支持标准系统上运行,支持设备:华为手机、平板 2. 本示例为Stage模型,支持API20版本SDK,SDK版本号(API Version 20 Release),镜像版本号(6.0 Release) @@ -105,7 +105,7 @@ EGL环境。在Native侧的OnsurfaceChanged回调中,传入OH_ArkUI_SurfaceHol ``` git init git config core.sparsecheckout true -echo code/BasicFeature/Native/NativeXComponent/ > .git/info/sparse-checkout -git remote add origin https://gitee.com/openharmony/applications_app_samples.git +echo ArkUIKit/NativeXComponent/ > .git/info/sparse-checkout +git remote add origin https://gitee.com/harmonyos_samples/guide-snippets.git git pull origin master ``` diff --git a/ArkUIKit/NativeXComponent/entry/src/main/module.json5 b/ArkUIKit/NativeXComponent/entry/src/main/module.json5 index 2cd3a6c6010..6dab6c3ea38 100644 --- a/ArkUIKit/NativeXComponent/entry/src/main/module.json5 +++ b/ArkUIKit/NativeXComponent/entry/src/main/module.json5 @@ -5,7 +5,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "default", + "phone", "tablet" ], "deliveryWithInstall": true, diff --git a/ArkUIKit/NdkXComponent/README_zh.md b/ArkUIKit/NdkXComponent/README_zh.md index b2483cbf2c1..76648fe8cca 100644 --- a/ArkUIKit/NdkXComponent/README_zh.md +++ b/ArkUIKit/NdkXComponent/README_zh.md @@ -97,7 +97,7 @@ ### 约束与限制 -1. 本示例仅支持标准系统上运行,支持设备:RK3568 +1. 本示例仅支持标准系统上运行,支持设备:华为手机 2. 本示例为Stage模型,支持API12版本SDK,SDK版本号(API Version 12Release),镜像版本号(5.0 Release) @@ -110,8 +110,8 @@ ``` git init git config core.sparsecheckout true -echo code/BasicFeature/Native/NdkXComponent/ > .git/info/sparse-checkout -git remote add origin https://gitee.com/openharmony/applications_app_samples.git +echo ArkUIKit/NdkXComponent/ > .git/info/sparse-checkout +git remote add origin https://gitee.com/harmonyos_samples/guide-snippets.git git pull origin master ``` diff --git a/ArkUIKit/NdkXComponent/entry/src/main/module.json5 b/ArkUIKit/NdkXComponent/entry/src/main/module.json5 index 278546ed77a..8046ec1921e 100644 --- a/ArkUIKit/NdkXComponent/entry/src/main/module.json5 +++ b/ArkUIKit/NdkXComponent/entry/src/main/module.json5 @@ -20,7 +20,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "default" + "phone" ], "deliveryWithInstall": true, "installationFree": false, -- Gitee