From 012b70aa4259af52ec82c139d25f58f0c8f25bb5 Mon Sep 17 00:00:00 2001 From: fengyulong Date: Mon, 18 Aug 2025 23:16:30 +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 c97d2da3..f1e17b7d 100644 --- a/systemres/main/resources/base/element/id_defined.json +++ b/systemres/main/resources/base/element/id_defined.json @@ -33104,6 +33104,21 @@ "type": "plural", "name": "textfield_counter_content_part_two", "order": 6567 + }, + { + "type": "media", + "name": "loud_volume_notification_icon", + "order": 6568 + }, + { + "type": "string", + "name": "notification_feature_loud_volume_tittle", + "order": 6569 + }, + { + "type": "string", + "name": "notification_enable_loud_volume_tittle", + "order": 6570 } ] } diff --git a/systemres/main/resources/base/element/pattern.json b/systemres/main/resources/base/element/pattern.json index c0e63f82..d6acdcb9 100644 --- a/systemres/main/resources/base/element/pattern.json +++ b/systemres/main/resources/base/element/pattern.json @@ -7138,6 +7138,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 ff886715..b1523572 100644 --- a/systemres/main/resources/base/element/string.json +++ b/systemres/main/resources/base/element/string.json @@ -2085,6 +2085,14 @@ { "name": "general_ai_ask_celia", "value": "Ask Celia" + }, + { + "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 a86f902a..140aab7b 100644 --- a/systemres/main/resources/zh_CN/element/string.json +++ b/systemres/main/resources/zh_CN/element/string.json @@ -1950,6 +1950,14 @@ "attr":{ "priority": "translate" } + }, + { + "name": "notification_feature_loud_volume_tittle", + "value": "超级大音量" + }, + { + "name": "notification_enable_loud_volume_tittle", + "value": "已开启" } ] } -- Gitee