From 11bc325b6953d5dc9cc8cdf5a2bb2a3788fc630b Mon Sep 17 00:00:00 2001 From: cff-gite Date: Fri, 30 Sep 2022 14:53:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cff-gite --- zh-cn/application-dev/reference/apis/js-apis-sensor.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-sensor.md b/zh-cn/application-dev/reference/apis/js-apis-sensor.md index bf0322a616..808225998c 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-sensor.md +++ b/zh-cn/application-dev/reference/apis/js-apis-sensor.md @@ -2598,7 +2598,7 @@ getSingleSensor(type: SensorId, callback: AsyncCallback<Sensor>): void | 参数名 | 类型 | 必填 | 说明 | | -------- | --------------------------------------- | ---- | ---------------- | -| type | SensorId | 是 | 传感器类型。 | +| type | [SensorId](#sensorid9) | 是 | 传感器类型。 | | callback | AsyncCallback<[Sensor](#sensor9)> | 是 | 返回传感器信息。 | **示例:** @@ -2623,9 +2623,9 @@ getSingleSensor(type: SensorId, callback: AsyncCallback<Sensor>): void **参数:** -| 参数名 | 类型 | 必填 | 说明 | -| ------ | -------- | ---- | ------------ | -| type | SensorId | 是 | 传感器类型。 | +| 参数名 | 类型 | 必填 | 说明 | +| ------ | ---------------------- | ---- | ------------ | +| type | [SensorId](#sensorid9) | 是 | 传感器类型。 | **返回值:** -- GitLab