From 4f50c259e5f2a73c6089bb1d1ab67784cd9efecf Mon Sep 17 00:00:00 2001 From: zengyawen Date: Fri, 26 Aug 2022 09:31:09 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/Readme-CN.md. Signed-off-by: zengyawen --- zh-cn/application-dev/reference/apis/Readme-CN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/Readme-CN.md b/zh-cn/application-dev/reference/apis/Readme-CN.md index da6f4cca3a..27adc1252d 100644 --- a/zh-cn/application-dev/reference/apis/Readme-CN.md +++ b/zh-cn/application-dev/reference/apis/Readme-CN.md @@ -157,7 +157,7 @@ - [@ohos.hiAppEvent (应用打点)](js-apis-hiappevent.md) - [@ohos.hichecker (检测模式)](js-apis-hichecker.md) - [@ohos.hidebug (Debug调试)](js-apis-hidebug.md) - - [@ohos.hilog (日志打印)](js-apis-hilog.md) + - [@ohos.hilog (HiLog日志打印)](js-apis-hilog.md) - [@ohos.hiTraceChain (分布式跟踪)](js-apis-hitracechain.md) - [@ohos.hiTraceMeter (性能打点)](js-apis-hitracemeter.md) - [@ohos.inputMethod (输入法框架)](js-apis-inputmethod.md) @@ -166,6 +166,7 @@ - [@ohos.screenLock (锁屏管理)](js-apis-screen-lock.md) - [@ohos.systemTime (设置系统时间)](js-apis-system-time.md) - [@ohos.wallpaper (壁纸)](js-apis-wallpaper.md) + - [console (日志打印)](js-apis-logs.md) - [Timer (定时器)](js-apis-timer.md) - 设备管理 @@ -239,5 +240,4 @@ - [@system.router (页面路由)](js-apis-system-router.md) - [@system.sensor (传感器)](js-apis-system-sensor.md) - [@system.storage (数据存储)](js-apis-system-storage.md) - - [@system.vibrator (振动)](js-apis-system-vibrate.md) - - [console (日志打印)](js-apis-logs.md) \ No newline at end of file + - [@system.vibrator (振动)](js-apis-system-vibrate.md) \ No newline at end of file -- GitLab