From 6c00b008c78fde478ceb1b491fc4a8df2ecd4679 Mon Sep 17 00:00:00 2001 From: ZouQianshun Date: Tue, 25 Nov 2025 15:57:10 +0800 Subject: [PATCH] =?UTF-8?q?sample=E6=94=AF=E6=8C=81=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ZouQianshun --- ArkUIKit/NativeDragDrop/README_zh.md | 8 ++++---- ArkUIKit/NdkFocus/README_zh.md | 8 ++++---- ArkUIKit/NdkGestureBlocking/README_zh.md | 10 +++++----- ArkUIKit/NdkGestureNestScroll/README_zh.md | 8 ++++---- ArkUIKit/NdkGestureSetting/README_zh.md | 8 ++++---- ArkUIKit/NdkInputEvent/README_zh.md | 8 ++++---- ArkUIKit/NdkKeyEvent/README_zh.md | 8 ++++---- 7 files changed, 29 insertions(+), 29 deletions(-) diff --git a/ArkUIKit/NativeDragDrop/README_zh.md b/ArkUIKit/NativeDragDrop/README_zh.md index 17aeb0ef4..5e657fc33 100644 --- a/ArkUIKit/NativeDragDrop/README_zh.md +++ b/ArkUIKit/NativeDragDrop/README_zh.md @@ -49,11 +49,11 @@ entry/src/main/ets/ ### 约束与限制 -1.本示例仅支持标准系统上运行, 支持设备:RK3568。 +1.本示例仅支持标准系统上运行, 支持设备:华为手机。 2.本示例为Stage模型,支持API20版本SDK,版本号:6.0.0.41,镜像版本号:OpenHarmony_6.0.0.41。 -3.本示例需要使用DevEco Studio 5.0.5 Release (Build Version: 5.0.13.200, built on May 13, 2025)及以上版本才可编译运行。 +3.本示例需要使用DevEco Studio 6.0.0 Release及以上版本才可编译运行。 ### 下载 @@ -62,7 +62,7 @@ entry/src/main/ets/ ```` git init git config core.sparsecheckout true -echo code/DocsSample/ArkUISample/NativeDragDrop > .git/info/sparse-checkout -git remote add origin https://gitcode.com/openharmony/applications_app_samples.git +echo ArkUIKit/NativeDragDrop > .git/info/sparse-checkout +git remote add origin https://gitee.com/harmonyos_samples/guide-snippets.git git pull origin master ```` \ No newline at end of file diff --git a/ArkUIKit/NdkFocus/README_zh.md b/ArkUIKit/NdkFocus/README_zh.md index 6ecf62a45..22d1918b9 100644 --- a/ArkUIKit/NdkFocus/README_zh.md +++ b/ArkUIKit/NdkFocus/README_zh.md @@ -48,11 +48,11 @@ entry/src/ohosTest/ ### 约束与限制 -1.本示例仅支持标准系统上运行, 支持设备:RK3568。 +1.本示例仅支持标准系统上运行, 支持设备:华为手机。 2.本示例为Stage模型,支持API20版本SDK,版本号:6.0.0.41,镜像版本号:OpenHarmony_6.0.0.41。 -3.本示例需要使用DevEco Studio 5.0.5 Release (Build Version: 5.0.13.200, built on May 13, 2025)及以上版本才可编译运行。 +3.本示例需要使用DevEco Studio 6.0.0 Release及以上版本才可编译运行。 ### 下载 @@ -61,7 +61,7 @@ entry/src/ohosTest/ ```` git init git config core.sparsecheckout true -echo code/DocsSample/ArkUISample/NdkFocus > .git/info/sparse-checkout -git remote add origin https://gitcode.com/openharmony/applications_app_samples.git +echo ArkUIKit/NdkFocus > .git/info/sparse-checkout +git remote add origin https://gitee.com/harmonyos_samples/guide-snippets.git git pull origin master ```` \ No newline at end of file diff --git a/ArkUIKit/NdkGestureBlocking/README_zh.md b/ArkUIKit/NdkGestureBlocking/README_zh.md index c9fdd5e52..52e85d46d 100644 --- a/ArkUIKit/NdkGestureBlocking/README_zh.md +++ b/ArkUIKit/NdkGestureBlocking/README_zh.md @@ -46,11 +46,11 @@ entry/src/ohosTest/ ### 约束与限制 -1.本示例仅支持标准系统上运行, 支持设备:RK3568。 +1.本示例仅支持标准系统上运行, 支持设备:华为手机。 -2.本示例为Stage模型,支持API20版本SDK,版本号:5.1.0.56,镜像版本号:OpenHarmony_5.1.0.56。 +2.本示例为Stage模型,支持API20版本SDK,版本号:6.0.0.41,镜像版本号:OpenHarmony_6.0.0.41。 -3.本示例需要使用DevEco Studio NEXT Developer Preview2 (Build Version: 5.0.5.306, built on December 12, 2024)及以上版本才可编译运行。 +3.本示例需要使用DevEco Studio 6.0.0 Release及以上版本才可编译运行。 ### 下载 @@ -59,7 +59,7 @@ entry/src/ohosTest/ ```` git init git config core.sparsecheckout true -echo code/DocsSample/ArkUISample/NdkGestureBlocking > .git/info/sparse-checkout -git remote add origin https://gitcode.com/openharmony/applications_app_samples.git +echo ArkUIKit/NdkGestureBlocking > .git/info/sparse-checkout +git remote add origin https://gitee.com/harmonyos_samples/guide-snippets.git git pull origin master ```` \ No newline at end of file diff --git a/ArkUIKit/NdkGestureNestScroll/README_zh.md b/ArkUIKit/NdkGestureNestScroll/README_zh.md index 7399f8617..54a74a403 100644 --- a/ArkUIKit/NdkGestureNestScroll/README_zh.md +++ b/ArkUIKit/NdkGestureNestScroll/README_zh.md @@ -46,11 +46,11 @@ entry/src/ohosTest/ ### 约束与限制 -1.本示例仅支持标准系统上运行, 支持设备:RK3568。 +1.本示例仅支持标准系统上运行, 支持设备:华为手机。 2.本示例为Stage模型,支持API20版本SDK,版本号:6.0.0.41,镜像版本号:OpenHarmony_6.0.0.41。 -3.本示例需要使用DevEco Studio 5.0.5 Release (Build Version: 5.0.13.200, built on May 13, 2025)及以上版本才可编译运行。 +3.本示例需要使用DevEco Studio 6.0.0 Release及以上版本才可编译运行。 ### 下载 @@ -59,7 +59,7 @@ entry/src/ohosTest/ ```` git init git config core.sparsecheckout true -echo code/DocsSample/ArkUISample/NdkGestureNestScroll > .git/info/sparse-checkout -git remote add origin https://gitcode.com/openharmony/applications_app_samples.git +echo ArkUIKit/NdkGestureNestScroll > .git/info/sparse-checkout +git remote add origin https://gitee.com/harmonyos_samples/guide-snippets.git git pull origin master ```` \ No newline at end of file diff --git a/ArkUIKit/NdkGestureSetting/README_zh.md b/ArkUIKit/NdkGestureSetting/README_zh.md index 6636516ec..96f77fe15 100644 --- a/ArkUIKit/NdkGestureSetting/README_zh.md +++ b/ArkUIKit/NdkGestureSetting/README_zh.md @@ -46,11 +46,11 @@ entry/src/ohosTest/ ### 约束与限制 -1.本示例仅支持标准系统上运行, 支持设备:RK3568。 +1.本示例仅支持标准系统上运行, 支持设备:华为手机。 2.本示例为Stage模型,支持API20版本SDK,版本号:6.0.0.41,镜像版本号:OpenHarmony_6.0.0.41。 -3.本示例需要使用DevEco Studio 5.0.5 Release (Build Version: 5.0.13.200, built on May 13, 2025)及以上版本才可编译运行。 +3.本示例需要使用DevEco Studio 6.0.0 Release及以上版本才可编译运行。 ### 下载 @@ -59,7 +59,7 @@ entry/src/ohosTest/ ```` git init git config core.sparsecheckout true -echo code/DocsSample/ArkUISample/NdkGestureSetting > .git/info/sparse-checkout -git remote add origin https://gitcode.com/openharmony/applications_app_samples.git +echo ArkUIKit/NdkGestureSetting > .git/info/sparse-checkout +git remote add origin https://gitee.com/harmonyos_samples/guide-snippets.git git pull origin master ```` \ No newline at end of file diff --git a/ArkUIKit/NdkInputEvent/README_zh.md b/ArkUIKit/NdkInputEvent/README_zh.md index 1b9f87813..bb47b8f10 100644 --- a/ArkUIKit/NdkInputEvent/README_zh.md +++ b/ArkUIKit/NdkInputEvent/README_zh.md @@ -46,11 +46,11 @@ entry/src/main/ets/ ### 约束与限制 -1.本示例仅支持标准系统上运行, 支持设备:RK3568。 +1.本示例仅支持标准系统上运行, 支持设备:华为手机。 2.本示例为Stage模型,支持API20版本SDK,版本号:6.0.0.41,镜像版本号:OpenHarmony_6.0.0.41。 -3.本示例需要使用DevEco Studio 5.0.5 Release (Build Version: 5.0.13.200, built on May 13, 2025)及以上版本才可编译运行。 +3.本示例需要使用DevEco Studio 6.0.0 Release及以上版本才可编译运行。 ### 下载 @@ -59,7 +59,7 @@ entry/src/main/ets/ ```` git init git config core.sparsecheckout true -echo code/DocsSample/ArkUISample/NdkInputEvent > .git/info/sparse-checkout -git remote add origin https://gitcode.com/openharmony/applications_app_samples.git +echo ArkUIKit/NdkInputEvent > .git/info/sparse-checkout +git remote add origin https://gitee.com/harmonyos_samples/guide-snippets.git git pull origin master ```` \ No newline at end of file diff --git a/ArkUIKit/NdkKeyEvent/README_zh.md b/ArkUIKit/NdkKeyEvent/README_zh.md index 95fcd5fe8..de7b14f2b 100644 --- a/ArkUIKit/NdkKeyEvent/README_zh.md +++ b/ArkUIKit/NdkKeyEvent/README_zh.md @@ -48,11 +48,11 @@ entry/src/ohosTest/ ### 约束与限制 -1.本示例仅支持标准系统上运行, 支持设备:RK3568。 +1.本示例仅支持标准系统上运行, 支持设备:华为手机。 2.本示例为Stage模型,支持API20版本SDK,版本号:6.0.0.41,镜像版本号:OpenHarmony_6.0.0.41。 -3.本示例需要使用DevEco Studio 5.0.5 Release (Build Version: 5.0.13.200, built on May 13, 2025)及以上版本才可编译运行。 +3.本示例需要使用DevEco Studio 6.0.0 Release及以上版本才可编译运行。 ### 下载 @@ -61,7 +61,7 @@ entry/src/ohosTest/ ```` git init git config core.sparsecheckout true -echo code/DocsSample/ArkUISample/NdkKeyEvent > .git/info/sparse-checkout -git remote add origin https://gitcode.com/openharmony/applications_app_samples.git +echo ArkUIKit/NdkKeyEvent > .git/info/sparse-checkout +git remote add origin https://gitee.com/harmonyos_samples/guide-snippets.git git pull origin master ```` \ No newline at end of file -- Gitee