From 1b5c81592fc8d6f54a20c4caf90ad8bfdeb85d9f Mon Sep 17 00:00:00 2001 From: LiAn Date: Mon, 30 May 2022 12:14:22 +0000 Subject: [PATCH] update zh-cn/application-dev/website.md. Signed-off-by: LiAn --- zh-cn/application-dev/website.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/website.md b/zh-cn/application-dev/website.md index 675241361e..7de3b9daaf 100644 --- a/zh-cn/application-dev/website.md +++ b/zh-cn/application-dev/website.md @@ -619,7 +619,7 @@ - [Intl开发指导](internationalization/intl-guidelines.md) - [I18n开发指导](internationalization/i18n-guidelines.md) - - [IDL工具规格及使用说明书](IDL/idl-guidelines.md) + - [IDL工具规格及使用说明书](IDL/idl-guidelines.md) - Native API的相关指导 - [Native API在应用工程中的使用指导](napi/napi-guidelines.md) - [drawing开发指导](napi/drawing-guidelines.md) @@ -1145,7 +1145,7 @@ - [文档中涉及到的内置枚举值](reference/arkui-ts/ts-appendix-enums.md) - - 接口参考(JS及eTS API参考) + - 接口参考(JS及TS API参考) - Ability框架 @@ -1475,6 +1475,16 @@ - [@ohos.multimodalInput.inputMonitor (输入监听)](reference/apis/js-apis-inputmonitor.md) + - [@ohos.multimodalInput.inputEvent (输入事件)](reference/apis/js-apis-inputevent.md) + + - [@ohos.multimodalInput.keyCode (键值)](reference/apis/js-apis-inputkeycode.md) + + - [@ohos.multimodalInput.keyEvent (按键输入事件)](reference/apis/js-apis-inputkeyevent.md) + + - [@ohos.multimodalInput.mouseEvent (鼠标输入事件)](reference/apis/js-apis-inputmouseevent.md) + + - [@ohos.multimodalInput.ToucEvent (触摸输入事件)](reference/apis/js-apis-inputtouchevent.md) + - [@ohos.power (系统电源管理)](reference/apis/js-apis-power.md) - [@ohos.runningLock (Runninglock锁)](reference/apis/js-apis-runninglock.md) -- GitLab