diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md b/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md index 5e62f5e1436ae86bc290e951108783e8a0c94a43..6c6aa4804da94a3e8a9b32cfc6aa3522df43bb71 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md @@ -246,7 +246,7 @@ getKeyboardType(deviceId: number, callback: AsyncCallback<KeyboardType>): | 参数 | 类型 | 必填 | 说明 | | -------- | ---------------------------------------- | ---- | --------------------------------- | | deviceId | number | 是 | 输入设备的唯一标识,同一个物理设备反复插拔,其设备id会发生变化。 | -| callback | AsyncCallback<[KeyboardType](#keyboardtype)> | 是 | 回调函数,异步返回查询结果。 | +| callback | AsyncCallback<[KeyboardType](#keyboardtype9)> | 是 | 回调函数,异步返回查询结果。 | **示例**: @@ -269,7 +269,7 @@ getKeyboardType(deviceId: number): Promise<KeyboardType> | 参数 | 说明 | | ---------------------------------------- | ------------------- | -| Promise<[KeyboardType](#keyboardtype)> | Promise实例,用于异步获取结果。 | +| Promise<[KeyboardType](#keyboardtype9)> | Promise实例,用于异步获取结果。 | **示例**: @@ -337,7 +337,7 @@ inputDevice.getKeyboardType(1).then((ret)=>{ | 名称 | 参数类型 | 说明 | | ----------------------- | ------------------------- | -------- | | source | [SourceType](#sourcetype) | 轴的输入源类型。 | -| axis | [AxisType](#axistype) | 轴的类型。 | +| axis | [AxisType](#axistype9) | 轴的类型。 | | max | number | 轴的最大值。 | | min | number | 轴的最小值。 | | fuzz9+ | number | 轴的模糊值。 |