From 8bb0febbbf4af991afe59fc7da0462e87cf0066a Mon Sep 17 00:00:00 2001 From: zhangxCode Date: Sat, 24 May 2025 15:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBUG=EF=BC=9A=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E9=87=8D=E5=A4=8D=E8=B0=83=E7=94=A8=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Index.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/entry/src/main/ets/pages/Index.ets b/entry/src/main/ets/pages/Index.ets index 9e23787..adbf7f1 100644 --- a/entry/src/main/ets/pages/Index.ets +++ b/entry/src/main/ets/pages/Index.ets @@ -66,7 +66,6 @@ struct Index { testNapi.threadSafeCase(this.work); this.getUIContext().getPromptAction().showToast({ // [End testNapi_thread_safe_case] - promptAction.showToast({ message: $r('app.string.threadSafe_message'), duration: 2000 }) -- Gitee