From 05766714704363e32660f9f2558ae44efd507612 Mon Sep 17 00:00:00 2001 From: fengyulong Date: Wed, 20 Aug 2025 15:04:17 +0800 Subject: [PATCH] add loud volume Signed-off-by: fengyulong --- .../main/resources/base/element/id_defined.json | 15 +++++++++++++++ .../main/resources/base/element/pattern.json | 4 ++++ systemres/main/resources/base/element/string.json | 8 ++++++++ .../base/media/loud_volume_notification_icon.svg | 10 ++++++++++ .../main/resources/zh_CN/element/string.json | 8 ++++++++ 5 files changed, 45 insertions(+) create mode 100644 systemres/main/resources/base/media/loud_volume_notification_icon.svg diff --git a/systemres/main/resources/base/element/id_defined.json b/systemres/main/resources/base/element/id_defined.json index cb697e77..07a449a8 100644 --- a/systemres/main/resources/base/element/id_defined.json +++ b/systemres/main/resources/base/element/id_defined.json @@ -33140,6 +33140,21 @@ "name": "general_ai_preview_menu_date_retry", "order": 6573, "flags": "private" + }, + { + "type": "media", + "name": "loud_volume_notification_icon", + "order": 6574 + }, + { + "type": "string", + "name": "notification_feature_loud_volume_tittle", + "order": 6575 + }, + { + "type": "string", + "name": "notification_enable_loud_volume_tittle", + "order": 6576 } ] } diff --git a/systemres/main/resources/base/element/pattern.json b/systemres/main/resources/base/element/pattern.json index 0506fbab..f0dde3dc 100644 --- a/systemres/main/resources/base/element/pattern.json +++ b/systemres/main/resources/base/element/pattern.json @@ -7154,6 +7154,10 @@ "name": "close", "value": "$media:ohos_close" }, + { + "name": "loud_volume_notification_icon", + "value": "$media:loud_volume_notification_icon" + }, { "name": "container_modal_window_close", "value": "$media:container_modal_window_close" diff --git a/systemres/main/resources/base/element/string.json b/systemres/main/resources/base/element/string.json index 0d385fa8..e7d7ce66 100644 --- a/systemres/main/resources/base/element/string.json +++ b/systemres/main/resources/base/element/string.json @@ -2097,6 +2097,14 @@ { "name":"general_ai_preview_menu_date_retry", "value":"Please install the Calendar app and try again." + }, + { + "name": "notification_feature_loud_volume_tittle", + "value": "Super High Volume" + }, + { + "name": "notification_enable_loud_volume_tittle", + "value": "turned on" } ] } diff --git a/systemres/main/resources/base/media/loud_volume_notification_icon.svg b/systemres/main/resources/base/media/loud_volume_notification_icon.svg new file mode 100644 index 00000000..4ae3e905 --- /dev/null +++ b/systemres/main/resources/base/media/loud_volume_notification_icon.svg @@ -0,0 +1,10 @@ + + + 画板 + + + + + + + \ No newline at end of file diff --git a/systemres/main/resources/zh_CN/element/string.json b/systemres/main/resources/zh_CN/element/string.json index e0cf5583..25e7f497 100644 --- a/systemres/main/resources/zh_CN/element/string.json +++ b/systemres/main/resources/zh_CN/element/string.json @@ -1962,6 +1962,14 @@ { "name": "general_ai_preview_menu_date_retry", "value": "请安装“日历”App后再试" + }, + { + "name": "notification_feature_loud_volume_tittle", + "value": "超级大音量" + }, + { + "name": "notification_enable_loud_volume_tittle", + "value": "已开启" } ] } -- Gitee