From 67e065872f69a4a2e57a28bf7e2e333c57ffffb8 Mon Sep 17 00:00:00 2001 From: liujiaxing2024 Date: Fri, 5 Sep 2025 14:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E5=9F=BAAPI20=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=9B=9E=E9=80=80arkTs1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liujiaxing2024 Change-Id: I71417b7ac91a2b69a7c12facbf9d8e1f0d0edd1e --- api/@ohos.hiviewdfx.hiAppEvent.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/@ohos.hiviewdfx.hiAppEvent.d.ts b/api/@ohos.hiviewdfx.hiAppEvent.d.ts index df75c9d381..1978cb3f4b 100644 --- a/api/@ohos.hiviewdfx.hiAppEvent.d.ts +++ b/api/@ohos.hiviewdfx.hiAppEvent.d.ts @@ -401,7 +401,6 @@ declare namespace hiAppEvent { * @syscap SystemCapability.HiviewDFX.HiAppEvent * @atomicservice * @since 20 - * @arkts 1.1&1.2 */ const APP_KILLED: string; } @@ -2385,7 +2384,6 @@ declare namespace hiAppEvent { * @syscap SystemCapability.HiviewDFX.HiAppEvent * @atomicservice * @since 20 - * @arkts 1.1&1.2 */ configName?: string; } @@ -2422,7 +2420,6 @@ declare namespace hiAppEvent { * @syscap SystemCapability.HiviewDFX.HiAppEvent * @atomicservice * @since 20 - * @arkts 1.1&1.2 */ function addProcessorFromConfig(processorName: string, configName?: string): Promise; -- Gitee