From 845a67d02818e126451d077b23bac6f792d336d3 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Fri, 25 Mar 2022 17:51:41 +0800 Subject: [PATCH] udpated OpenHarmony-v3.1-beta Signed-off-by: wusongqing --- en/release-notes/OpenHarmony-v3.1-beta.md | 6 +++--- zh-cn/release-notes/OpenHarmony-v3.1-beta.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/en/release-notes/OpenHarmony-v3.1-beta.md b/en/release-notes/OpenHarmony-v3.1-beta.md index ad91f5e124..e951f515c3 100644 --- a/en/release-notes/OpenHarmony-v3.1-beta.md +++ b/en/release-notes/OpenHarmony-v3.1-beta.md @@ -158,9 +158,9 @@ For details about the adaptation status, see [SIG-Devboard](https://gitee.com/op | [eTS Distributed Data Management](https://gitee.com/openharmony/app_samples/tree/master/data/eTSKvStore)| This sample shows how to use distributed data management in eTS, including creating a **KvManager** instance and using KvStore data transfer.| eTS | | [Lightweight Data Storage](https://gitee.com/openharmony/app_samples/tree/master/data/eTSLiteStorage)| Lightweight data storage supports lightweight key-value operations and allows local apps to store a small amount of data. This sample shows how to add offerings to the shopping cart, remove offerings from the shopping cart, and saving the shopping cart. The shopping cart information is retained even when the app is closed. This reflects the lightweight storage feature.| eTS | | [eTS Process](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/EtsProcess)| This sample shows how to obtain process information and start a child process to run a shell script in eTS. With this sample, you can obtain the running time, obtain and change the working directory of a process, send a signal to a specific process, start or close a child process, and exit the current process.| eTS | -| [eTS Running Lock] (https://gitee.com/openharmony/app_samples/tree/master/ETSUI/eTSRunninglock)| This sample shows how to test the running lock that prevents the system from entering sleep mode. It uses the black and white wallpapers to simulate the screen-off and screen-on states.| eTS | -| [String Codec](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/StringCodec)| This sample shows how to output strings in a specified format and output error codes in text format. It also demonstrates string encoding and decoding.| eTS | -| [JS Audio Playback and Management] (https://gitee.com/openharmony/app_samples/tree/master/media/JsAudioPlayer)| This sample shows how to use the JS-based audio playback feature and set the volume.| JS | +| [eTS Running Lock](https://gitee.com/openharmony/app_samples/tree/master/common/eTSRunninglock)| This sample shows how to test the running lock that prevents the system from entering sleep mode. It uses the black and white wallpapers to simulate the screen-off and screen-on states.| eTS | +| [String Codec](https://gitee.com/openharmony/app_samples/tree/master/Util/eTSUtilStringCodec)| This sample shows how to output strings in a specified format and output error codes in text format. It also demonstrates string encoding and decoding.| eTS | +| [JS Audio Playback and Management](https://gitee.com/openharmony/app_samples/tree/master/media/JsAudioPlayer)| This sample shows how to use the JS-based audio playback feature and set the volume.| JS | | [JS Video](https://gitee.com/openharmony/app_samples/tree/master/media/JsVideo) | This sample shows how to use the JS UI component **\