From 1f277e8c460ffd2a348cf82f9fc0a49e4d2b2396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miss=E6=B7=B1=E6=B5=B7=E9=B1=BC?= Date: Thu, 24 Mar 2022 14:13:01 +0000 Subject: [PATCH 1/4] fixed 5c1f6b5 from https://gitee.com/miss-deep-sea-fish/interface_sdk-js/pulls/1374 fixed 2530bb8 from https://gitee.com/miss-deep-sea-fish/interface_sdk-js/pulls/1373 update api/@ohos.systemTime.d.ts. Signed-off-by: miss-deep-sea-fish --- api/@ohos.systemTime.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.systemTime.d.ts b/api/@ohos.systemTime.d.ts index e2e55f3a7c..c45ec69773 100755 --- a/api/@ohos.systemTime.d.ts +++ b/api/@ohos.systemTime.d.ts @@ -18,7 +18,7 @@ import { AsyncCallback, ErrorCallback } from './basic'; /** * System time and timezone. * @since 7 - * @syscap SystemCapability.Miscservices.Time + * @syscap SystemCapability.MiscServices.Time * @import systemTime from '@ohos.systemTime'; */ declare namespace systemTime { -- Gitee From bbceb88e544c9d02f273e4b179f6aa9bb5e4614d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miss=E6=B7=B1=E6=B5=B7=E9=B1=BC?= Date: Thu, 24 Mar 2022 14:13:30 +0000 Subject: [PATCH 2/4] fixed 76990f5 from https://gitee.com/miss-deep-sea-fish/interface_sdk-js/pulls/1374 fixed 285e7e5 from https://gitee.com/miss-deep-sea-fish/interface_sdk-js/pulls/1373 update api/@ohos.systemTimer.d.ts. Signed-off-by: miss-deep-sea-fish --- api/@ohos.systemTimer.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.systemTimer.d.ts b/api/@ohos.systemTimer.d.ts index 909a5b891d..023a3f2644 100644 --- a/api/@ohos.systemTimer.d.ts +++ b/api/@ohos.systemTimer.d.ts @@ -20,7 +20,7 @@ import { WantAgent } from './@ohos.wantAgent'; * Provides js api for systemTimer * * @since 7 - * @syscap SystemCapability.Miscservices.Time + * @syscap SystemCapability.MiscServices.Time * @systemapi Hide this for inner system use. */ declare namespace systemTimer { -- Gitee From 7a31903d9082bcc96958690f1517d196a7c70c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miss=E6=B7=B1=E6=B5=B7=E9=B1=BC?= Date: Thu, 24 Mar 2022 14:13:57 +0000 Subject: [PATCH 3/4] fixed 96ebd95 from https://gitee.com/miss-deep-sea-fish/interface_sdk-js/pulls/1374 fixed fe0756b from https://gitee.com/miss-deep-sea-fish/interface_sdk-js/pulls/1373 update api/@ohos.wallpaper.d.ts. Signed-off-by: miss-deep-sea-fish --- api/@ohos.wallpaper.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.wallpaper.d.ts b/api/@ohos.wallpaper.d.ts index 59ec8147d2..96f958acb7 100644 --- a/api/@ohos.wallpaper.d.ts +++ b/api/@ohos.wallpaper.d.ts @@ -17,7 +17,7 @@ import image from './@ohos.multimedia.image' /** * System wallpaper - * @syscap SystemCapability.Miscservices.Wallpaper + * @syscap SystemCapability.MiscServices.Wallpaper * @import import wallpaper from '@ohos.wallpaper'; * @since 7 */ -- Gitee From 0a8c563eefc1ca34eddd6fae44074f67e8febd4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miss=E6=B7=B1=E6=B5=B7=E9=B1=BC?= Date: Thu, 24 Mar 2022 14:14:22 +0000 Subject: [PATCH 4/4] fixed 352ef17 from https://gitee.com/miss-deep-sea-fish/interface_sdk-js/pulls/1374 fixed 02c7c55 from https://gitee.com/miss-deep-sea-fish/interface_sdk-js/pulls/1373 update api/@ohos.pasteboard.d.ts. Signed-off-by: miss-deep-sea-fish --- api/@ohos.pasteboard.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.pasteboard.d.ts b/api/@ohos.pasteboard.d.ts index fd64ab9ab8..55e2d57161 100644 --- a/api/@ohos.pasteboard.d.ts +++ b/api/@ohos.pasteboard.d.ts @@ -17,7 +17,7 @@ import { Want } from './ability/want'; /** * systemPasteboard - * @syscap SystemCapability.Miscservices.Pasteboard + * @syscap SystemCapability.MiscServices.Pasteboard * @import import pasteboard from '@ohos.pasteboard'; */ declare namespace pasteboard { -- Gitee