From 21b1a89814a737eabb161ea3ba2a4de3d8db147c Mon Sep 17 00:00:00 2001 From: xuzijay Date: Wed, 7 Jul 2021 03:51:35 +0000 Subject: [PATCH 1/2] update README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 804673f9..e992221e 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ VoiceCamera:展示了一个基于分布式文件系统和AI语音识别功能 JSPlaygroundDemo:利用HarmonyOS“一次开发、多端部署”特性,开发一个能同时运行在手机、大屏、运动表的“To-Do List”Demo,链接:https://gitee.com/openharmony/codelabs/tree/master/JSPlaygroundDemo -RemoteInputDemo:展示了通过手机输入文字到电视的跨设备输入能力,链接:https://gitee.com/openharmony/codelabs/tree/master/RemoteInputDemo-master +RemoteInputDemo:展示了通过手机输入文字到电视的跨设备输入能力,链接:https://gitee.com/openharmony/codelabs/tree/master/RemoteInputDemo -DistributionGamePad:分布式游戏手柄,可以通过手机端跨设备控制电视上的飞机游戏,链接:https://gitee.com/openharmony/codelabs/tree/master/DistributionGamePad-master +DistributionGamePad:分布式游戏手柄,可以通过手机端跨设备控制电视上的飞机游戏,链接:https://gitee.com/openharmony/codelabs/tree/master/DistributionGamePad AudioDemo:音频播放相关管理应用包括音频播放、声音采集和音频相关管理(快进、快退、暂停、播放、音量控制)等功能,链接:https://gitee.com/openharmony/codelabs/tree/master/AudioDemo -- Gitee From 7795739f5e19ac006ad98e60c00558ff44d257de Mon Sep 17 00:00:00 2001 From: xuzijay Date: Wed, 7 Jul 2021 03:51:58 +0000 Subject: [PATCH 2/2] update README.en.md. --- README.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index ef55c21b..3efdba49 100644 --- a/README.en.md +++ b/README.en.md @@ -40,11 +40,11 @@ Links: https://gitee.com/openharmony/codelabs/tree/master/JSPlaygroundDemo RemoteInputDemo: Demonstrated the cross-device input capability of text input from a mobile phone to a TV. -Links: https://gitee.com/openharmony/codelabs/tree/master/RemoteInputDemo-master +Links: https://gitee.com/openharmony/codelabs/tree/master/RemoteInputDemo DistributionGamePad: Control the plane game on the TV through the mobile phone. -Links: https://gitee.com/openharmony/codelabs/tree/master/DistributionGamePad-master +Links: https://gitee.com/openharmony/codelabs/tree/master/DistributionGamePad AudioDemo: Audio playback management applications, including audio playback, audio capture, and audio management (fast forward, fast rewind, pause, play, volume control), etc. -- Gitee