From f846bde50e8ffc765df9f9573d0673efd0955b60 Mon Sep 17 00:00:00 2001 From: houchengyu2022 Date: Mon, 22 May 2023 12:03:24 +0800 Subject: [PATCH] fixed 64a3660 from https://gitee.com/pingping2023/docs/pulls/18469 fix 3.2Release doc Major Signed-off-by: pingping2023 --- en/application-dev/reference/apis/js-apis-inputdevice.md | 8 ++++---- .../application-dev/reference/apis/js-apis-inputdevice.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-inputdevice.md b/en/application-dev/reference/apis/js-apis-inputdevice.md index 50cd345fc9..c131d9bbd3 100644 --- a/en/application-dev/reference/apis/js-apis-inputdevice.md +++ b/en/application-dev/reference/apis/js-apis-inputdevice.md @@ -496,10 +496,10 @@ Defines the axis type of an input device. | Name | Type | Readable | Writable | Description | | --------- | ------ | ---- | ---- | ------- | -| touchmajor | string | Yes| No| touchmajor axis. | -| touchminor | string | Yes| No| touchminor axis. | -| toolminor | string | Yes| No| toolminor axis. | -| toolmajor | string | Yes| No| toolmajor axis. | +| touchMajor | string | Yes| No| touchMajor axis. | +| touchMinor | string | Yes| No| touchMinor axis. | +| toolMinor | string | Yes| No| toolMinor axis. | +| toolMajor | string | Yes| No| toolMajor axis. | | orientation | string | Yes| No| Orientation axis.| | pressure | string | Yes| No| Pressure axis. | | x | string | Yes| No| X axis. | 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 e81852955f..edd8ebd01d 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md @@ -494,10 +494,10 @@ try { | 名称 | 类型 | 可读 | 可写 | 说明 | | --------- | ------ | ---- | ---- | ------- | -| touchmajor | string | 是 | 否 | 表示touchmajor轴。 | -| touchminor | string | 是 | 否 | 表示touchminor轴。 | -| toolminor | string | 是 | 否 | 表示toolminor轴。 | -| toolmajor | string | 是 | 否 | 表示toolmajor轴。 | +| touchMajor | string | 是 | 否 | 表示touchMajor轴。 | +| touchMinor | string | 是 | 否 | 表示touchMinor轴。 | +| toolMinor | string | 是 | 否 | 表示toolMinor轴。 | +| toolMajor | string | 是 | 否 | 表示toolMajor轴。 | | orientation | string | 是 | 否 | 表示orientation轴。 | | pressure | string | 是 | 否 | 表示pressure轴。 | | x | string | 是 | 否 | 表示x轴。 | -- GitLab