From 4abeff1627be72a57372cf78ab475d4c27a6b75f Mon Sep 17 00:00:00 2001 From: xdongs Date: Fri, 9 May 2025 09:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=A2=83=E6=98=93tw=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xdongs --- .../dialog_ui/enable_notification_dialog/AppScope/app.json | 4 ++-- .../entry/src/main/resources/zh_TW/element/string.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/dialog_ui/enable_notification_dialog/AppScope/app.json b/services/dialog_ui/enable_notification_dialog/AppScope/app.json index f176fce5d..796fd930b 100644 --- a/services/dialog_ui/enable_notification_dialog/AppScope/app.json +++ b/services/dialog_ui/enable_notification_dialog/AppScope/app.json @@ -2,8 +2,8 @@ "app": { "bundleName": "com.ohos.notificationdialog", "vendor": "example", - "versionCode": 1000023, - "versionName": "1.2.3", + "versionCode": 1000024, + "versionName": "1.2.4", "icon": "$media:app_icon", "label": "$string:app_name", "distributedNotificationEnabled": true, diff --git a/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/zh_TW/element/string.json b/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/zh_TW/element/string.json index dd162e26c..ae9827ab0 100644 --- a/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/zh_TW/element/string.json +++ b/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/zh_TW/element/string.json @@ -26,7 +26,7 @@ }, { "name":"reason_cjy", - "value":"通知提醒方式可能包括鎖定螢幕、橫幅、徽章圖示、響鈴和振動。您可前往「出境易」>「應用程式管理」變更。" + "value":"通知提醒方式可能包括鎖定螢幕、橫幅、徽章圖示、響鈴和振動。您可以前往「出境易」>「應用程式管理」變更。" }, { "name":"reason_tv", -- Gitee