From e2a2d705b1cc4cbea04cfb9d496a419964c56d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miss=E6=B7=B1=E6=B5=B7=E9=B1=BC?= Date: Wed, 16 Mar 2022 03:04:10 +0000 Subject: [PATCH 1/3] update api/@ohos.systemTimer.d.ts. Signed-off-by: miss-deep-sea-fish --- api/@ohos.systemTimer.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/@ohos.systemTimer.d.ts b/api/@ohos.systemTimer.d.ts index 987f9067a8..a973b618c1 100644 --- a/api/@ohos.systemTimer.d.ts +++ b/api/@ohos.systemTimer.d.ts @@ -20,7 +20,6 @@ import { WantAgent } from './@ohos.wantAgent'; * Provides js api for systemTimer * * @since 7 - * @devices phone, tablet, tv, wearable, car * @systemapi Hide this for inner system use. */ declare namespace systemTimer { -- Gitee From 3a3ba7ba2532abd9e3d56127f4fb46d603baea04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miss=E6=B7=B1=E6=B5=B7=E9=B1=BC?= Date: Wed, 16 Mar 2022 06:40:41 +0000 Subject: [PATCH 2/3] update api/@ohos.systemTimer.d.ts. Signed-off-by: miss-deep-sea-fish --- api/@ohos.systemTimer.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.systemTimer.d.ts b/api/@ohos.systemTimer.d.ts index a973b618c1..909a5b891d 100644 --- a/api/@ohos.systemTimer.d.ts +++ b/api/@ohos.systemTimer.d.ts @@ -20,6 +20,7 @@ import { WantAgent } from './@ohos.wantAgent'; * Provides js api for systemTimer * * @since 7 + * @syscap SystemCapability.Miscservices.Time * @systemapi Hide this for inner system use. */ declare namespace systemTimer { -- Gitee From 10aabaaf40ebdbacca356bee13961c5db511010c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miss=E6=B7=B1=E6=B5=B7=E9=B1=BC?= Date: Wed, 16 Mar 2022 06:42:19 +0000 Subject: [PATCH 3/3] update api/@ohos.request.d.ts. Signed-off-by: miss-deep-sea-fish --- api/@ohos.request.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.request.d.ts b/api/@ohos.request.d.ts index d50e6e72ac..bd73d55cb3 100644 --- a/api/@ohos.request.d.ts +++ b/api/@ohos.request.d.ts @@ -16,7 +16,7 @@ import { AsyncCallback } from './basic'; /** * upload and download - * + * @syscap SystemCapability.Miscservices.Download * @since 7 * @import request from '@ohos.request'; * @permission {@code ohos.permission.INTERNET} -- Gitee