diff --git a/ArkUIKit/ArkTSXComponent/README_zh.md b/ArkUIKit/ArkTSXComponent/README_zh.md index 5070df6b66d76a434cbe85017472b7af0486632d..82763d3a7a69ee025bba42a7ff2fa24c20f12f01 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 643a0085e7cffb4afde1a2c8284ff9ce832a0a74..cc3a198956886aaf2e02f2f228c8d6391ff52241 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 167ea765977bc6e8fd0a341e60357ffb6e514958..b58cb31d852f5f3c6a6311e141863e8edfd800b9 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 2cd3a6c601073f86f4789ab9db7529f84f705f3f..6dab6c3ea382e4cc82e8f63389773dfc1daddb59 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 b2483cbf2c12a14d6eea66023b65e2031654d2f7..76648fe8cca0c26988c6b654bc11f7fd9e455e88 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 278546ed77ae8ab5a4f345a887e9abc332ceee6c..8046ec1921e25a173d951bae53df64898a5c7edc 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,