diff --git a/zh-cn/application-dev/website.md b/zh-cn/application-dev/website.md index 675241361e69964022607fdd655e494a712c821c..7de3b9daafdcbe020fdaec0c7e1f4e44ae472991 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)