From 4800fbeed3c6485322eeeaf26ad4051ace3f7dc2 Mon Sep 17 00:00:00 2001 From: huzhanjiang Date: Tue, 22 Oct 2024 14:31:45 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90toast=E3=80=91=E5=9B=9E=E9=80=80?= =?UTF-8?q?=E5=BA=9F=E5=BC=83=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huzhanjiang Change-Id: If643db515e3896493744d5a5f76f5098d6d368d9 --- api/@ohos.promptAction.d.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/api/@ohos.promptAction.d.ts b/api/@ohos.promptAction.d.ts index 325540b0a..3fd319857 100644 --- a/api/@ohos.promptAction.d.ts +++ b/api/@ohos.promptAction.d.ts @@ -288,8 +288,14 @@ declare namespace promptAction { * * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 11 - * @deprecated since 12 - * @useinstead promptAction.ToastShowMode#DEFAULT + */ + /** + * Toast shows at the top. + * + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @crossplatform + * @atomicservice + * @since 12 */ TOP_MOST = 1,