From aebb370266b501d1d3a474bcec94c08c583d908b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A2=A6=E9=BE=99?= Date: Tue, 9 Sep 2025 02:19:46 +0000 Subject: [PATCH] =?UTF-8?q?update=20ArkUI/entry/src/main/ets/pages/Trigger?= =?UTF-8?q?ingApplicationBackendRunningInCode.ets.=20=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=BF=AE=E6=94=B9=E4=B8=BA=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨梦龙 --- .../ets/pages/TriggeringApplicationBackendRunningInCode.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArkUI/entry/src/main/ets/pages/TriggeringApplicationBackendRunningInCode.ets b/ArkUI/entry/src/main/ets/pages/TriggeringApplicationBackendRunningInCode.ets index 3bd44ea6..2c093aa5 100644 --- a/ArkUI/entry/src/main/ets/pages/TriggeringApplicationBackendRunningInCode.ets +++ b/ArkUI/entry/src/main/ets/pages/TriggeringApplicationBackendRunningInCode.ets @@ -22,7 +22,7 @@ import { window } from '@kit.ArkUI'; @Component export struct BackgroundExecution { - @State message: string = '后台运行'; + @State message: string = 'Run in the background'; build() { Column() { -- Gitee