From dab85e10dc43f75a127f749739dbb6ce15b2f8ba Mon Sep 17 00:00:00 2001 From: wusongqing Date: Wed, 17 Nov 2021 11:30:04 +0800 Subject: [PATCH 1/2] updated English Readme Signed-off-by: wusongqing --- README.md | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index df3610d1ad..5a6e93e6a4 100755 --- a/README.md +++ b/README.md @@ -19,28 +19,11 @@ We provide a series of app samples to help you quickly get familiar with the API 1. Before installing and running the sample, check the **deviceType** field in the **config.json** file to obtain the device types supported by the sample. You can modify this field to enable the sample to run on your target device. \(The **config.json** file is generally stored in the **entry/src/main** directory, which may be different depending on the samples.\) 2. If you want to run the app sample on HarmonyOS, configure the development environment by referring to [HUAWEI DevEco Studio User Guide](https://developer.harmonyos.com/en/docs/documentation/doc-guides/tools_overview-0000001053582387). If you want to run the app sample on OpenHarmony, configure the development environment by referring to [DevEco Studio \(OpenHarmony\) User Guide](https://gitee.com/openharmony/docs/blob/master/en/application-dev/quick-start/Readme-EN.md). -3. The following app samples can run on OpenHarmony, and other app samples can run only on HarmonyOS: - - common/Clock - - common/JsHelloWorld - - common/DistributeCalc - - common/ECG - - common/Flashlight - - ability/JsDistributedMusicPlayer - - common/DistributeCalc - - UI/AtomicLayout - - UI/Badge - - UI/chart - - UI/JsAnimationStyle - - UI/Picker - - UI/Popup - - UI/RefreshContainer - - UI/Stack - - UI/StepNavigator - - UI/Swiper - - UI/Tabs - - -## Repositories Involved - -1. [applications\_sample\_camera](https://gitee.com/openharmony/applications_sample_camera/blob/master/README.md) -2. [applications\_sample\_wifi\_iot](https://gitee.com/openharmony/applications_sample_wifi_iot/blob/master/README.md) \ No newline at end of file +3. Readme中标注为“支持标准系统”或“支持小型系统”的应用示例支持在OpenHarmony上运行,标注为“支持大型系统”的应用示例仅支持在HarmonyOS上运行。 +4. 所有HarmonyOS相关示例已被全部迁移至[Harmony组织](https://gitee.com/harmonyos)之下的[harmonyos\_app\_samples](https://gitee.com/harmonyos/harmonyos_app_samples)仓中,本仓中这部分示例不再更新,并将在未来被移除。 + +## 相关仓 + +1. CAMERA\_SAMPLE\_APP组件的应用示例:[applications\_sample\_camera](https://gitee.com/openharmony/applications_sample_camera/blob/master/README_zh.md) +2. WIFI\_IOT\_APP组件的应用示例:[applications\_sample\_wifi\_iot](https://gitee.com/openharmony/applications_sample_wifi_iot/blob/master/README_zh.md) +3. HarmonyOS的应用示例:[harmonyos\_app\_samples](https://gitee.com/harmonyos/harmonyos_app_samples) \ No newline at end of file -- Gitee From 84d52f687d96672c33783b92c3036302c1aad00a Mon Sep 17 00:00:00 2001 From: wusongqing Date: Wed, 17 Nov 2021 11:31:29 +0800 Subject: [PATCH 2/2] updated English readme Signed-off-by: wusongqing --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5a6e93e6a4..2f6c7236ab 100755 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ We provide a series of app samples to help you quickly get familiar with the API 1. Before installing and running the sample, check the **deviceType** field in the **config.json** file to obtain the device types supported by the sample. You can modify this field to enable the sample to run on your target device. \(The **config.json** file is generally stored in the **entry/src/main** directory, which may be different depending on the samples.\) 2. If you want to run the app sample on HarmonyOS, configure the development environment by referring to [HUAWEI DevEco Studio User Guide](https://developer.harmonyos.com/en/docs/documentation/doc-guides/tools_overview-0000001053582387). If you want to run the app sample on OpenHarmony, configure the development environment by referring to [DevEco Studio \(OpenHarmony\) User Guide](https://gitee.com/openharmony/docs/blob/master/en/application-dev/quick-start/Readme-EN.md). -3. Readme中标注为“支持标准系统”或“支持小型系统”的应用示例支持在OpenHarmony上运行,标注为“支持大型系统”的应用示例仅支持在HarmonyOS上运行。 -4. 所有HarmonyOS相关示例已被全部迁移至[Harmony组织](https://gitee.com/harmonyos)之下的[harmonyos\_app\_samples](https://gitee.com/harmonyos/harmonyos_app_samples)仓中,本仓中这部分示例不再更新,并将在未来被移除。 +3. App samples that can run on standard-system or small-system devices (as stipulated in **Readme**) must run on OpenHarmony, whereas those that can run on large-system devices must run on HarmonyOS. +4. All app samples that must run on HarmonyOS have been migrated to the [harmonyos\_app\_samples](https://gitee.com/harmonyos/harmonyos_app_samples) repository in the [HarmonyOS community](https://gitee.com/harmonyos). These samples will no longer be updated in the current repository and will be removed soon. -## 相关仓 +## Repositories Involved -1. CAMERA\_SAMPLE\_APP组件的应用示例:[applications\_sample\_camera](https://gitee.com/openharmony/applications_sample_camera/blob/master/README_zh.md) -2. WIFI\_IOT\_APP组件的应用示例:[applications\_sample\_wifi\_iot](https://gitee.com/openharmony/applications_sample_wifi_iot/blob/master/README_zh.md) -3. HarmonyOS的应用示例:[harmonyos\_app\_samples](https://gitee.com/harmonyos/harmonyos_app_samples) \ No newline at end of file +1. App samples of the **CAMERA\_SAMPLE\_APP** module: [applications\_sample\_camera](https://gitee.com/openharmony/applications_sample_camera/blob/master/README.md) +2. App samples of the **WIFI\_IOT\_APP** module: [applications\_sample\_wifi\_iot](https://gitee.com/openharmony/applications_sample_wifi_iot/blob/master/README.md) +3. HarmonyOS app samples: [harmonyos\_app\_samples](https://gitee.com/harmonyos/harmonyos_app_samples) -- Gitee