From db6ca4ce5c16efb77286ca42ab48fa494d6a738f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=89=BE=E5=BD=AC?= Date: Wed, 29 Dec 2021 10:33:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dprocess=E5=A3=B0=E6=98=8E?= =?UTF-8?q?=E6=96=87=E4=BB=B6import=E6=B3=A8=E9=87=8A=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 艾彬 --- api/@ohos.process.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.process.d.ts b/api/@ohos.process.d.ts index 575b00e27c..332c500cca 100644 --- a/api/@ohos.process.d.ts +++ b/api/@ohos.process.d.ts @@ -19,7 +19,7 @@ * @since 7 * @sysCap SystemCapability.CCRuntime * @devices phone, tablet, tv, wearable, car -* @import import url from '@ohos.process'; +* @import import process from '@ohos.process'; */ declare namespace process { -- Gitee