From d0b78d73be2fdff0b8d286b54b6278ba05708136 Mon Sep 17 00:00:00 2001 From: nobbo Date: Wed, 16 Mar 2022 15:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nobbo --- .../reference/apis/js-apis-workScheduler.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-workScheduler.md b/zh-cn/application-dev/reference/apis/js-apis-workScheduler.md index 030443b5af..8224175b47 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-workScheduler.md +++ b/zh-cn/application-dev/reference/apis/js-apis-workScheduler.md @@ -275,7 +275,7 @@ isLastWorkTimeOut(workId: number): Promise\ ## WorkInfo 提供工作的具体信息。 -**系统能力**:SystemCapability.ResourceSchedule.WorkScheduler +**系统能力**:以下各项对应的系统能力均为SystemCapability.ResourceSchedule.WorkScheduler | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | @@ -295,7 +295,7 @@ isLastWorkTimeOut(workId: number): Promise\ ## NetworkType 触发工作的网络类型。 -**系统能力**:SystemCapability.ResourceSchedule.WorkScheduler +**系统能力**:以下各项对应的系统能力均为SystemCapability.ResourceSchedule.WorkScheduler |名称 |默认值 |说明| | -------- | -------- | -------- | @@ -309,7 +309,7 @@ isLastWorkTimeOut(workId: number): Promise\ ## ChargingType 触发工作的充电类型。 -**系统能力**:SystemCapability.ResourceSchedule.WorkScheduler +**系统能力**:以下各项对应的系统能力均为SystemCapability.ResourceSchedule.WorkScheduler |名称 |默认值 |说明| | -------- | -------- | -------- | @@ -321,7 +321,7 @@ isLastWorkTimeOut(workId: number): Promise\ ## BatteryStatus 触发工作的电池状态。 -**系统能力**:SystemCapability.ResourceSchedule.WorkScheduler +**系统能力**:以下各项对应的系统能力均为SystemCapability.ResourceSchedule.WorkScheduler |名称 |默认值 |说明| | -------- | -------- | -------- | @@ -332,7 +332,7 @@ isLastWorkTimeOut(workId: number): Promise\ ## StorageRequest 触发工作的存储状态。 -**系统能力**:SystemCapability.ResourceSchedule.WorkScheduler +**系统能力**:以下各项对应的系统能力均为SystemCapability.ResourceSchedule.WorkScheduler |名称 |默认值 |说明| | -------- | -------- | -------- | -- GitLab