From 7d679c986391a33790518c50bc31cf6098eb6717 Mon Sep 17 00:00:00 2001 From: xiandibo Date: Mon, 28 Apr 2025 20:07:33 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E3=80=90findnetwork=E3=80=915.1=E5=9B=9E?= =?UTF-8?q?=E9=80=80=E5=85=B3=E6=9C=BA=E6=97=B6=E4=B8=B4=E6=97=B6=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E6=9F=A5=E6=89=BE=E7=9A=84=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiandibo --- systemres/main/resources/base/element/id_defined.json | 3 ++- systemres/main/resources/base/element/string.json | 4 ---- systemres/main/resources/zh_CN/element/string.json | 4 ---- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/systemres/main/resources/base/element/id_defined.json b/systemres/main/resources/base/element/id_defined.json index 5da9967f..f8435e29 100644 --- a/systemres/main/resources/base/element/id_defined.json +++ b/systemres/main/resources/base/element/id_defined.json @@ -28826,7 +28826,8 @@ { "type": "string", "name": "temporarily_disable_shutdown_findee_text", - "order": 5728 + "order": 5728, + "flags": "private" }, { "type": "string", diff --git a/systemres/main/resources/base/element/string.json b/systemres/main/resources/base/element/string.json index 9afca1cf..e8d63f24 100644 --- a/systemres/main/resources/base/element/string.json +++ b/systemres/main/resources/base/element/string.json @@ -1715,10 +1715,6 @@ "name": "next_arrow_accessibility_text", "value": "Next" }, - { - "name": "temporarily_disable_shutdown_findee_text", - "value": "Used to temporarily disable the Find function after shutdown" - }, { "name": "increase_counter_double_click_description", "value": "Double tap to activate, double tap and hold to repeatedly increase" diff --git a/systemres/main/resources/zh_CN/element/string.json b/systemres/main/resources/zh_CN/element/string.json index 27fe9dba..38e585c0 100644 --- a/systemres/main/resources/zh_CN/element/string.json +++ b/systemres/main/resources/zh_CN/element/string.json @@ -1579,10 +1579,6 @@ "name": "next_arrow_accessibility_text", "value": "下一页" }, - { - "name": "temporarily_disable_shutdown_findee_text", - "value": "用于关机后暂时关闭查找功能" - }, { "name": "increase_counter_double_click_description", "value": "单指双击即可执行,双击并按住可持续增加" -- Gitee From 0ca8e7a1fbb70c62e50b84d1e96b147f4dc71ad2 Mon Sep 17 00:00:00 2001 From: summer-xiari Date: Mon, 28 Apr 2025 12:33:15 +0000 Subject: [PATCH 2/3] =?UTF-8?q?Revert=20"=E3=80=90findnetwork=E3=80=915.1?= =?UTF-8?q?=E5=9B=9E=E9=80=80=E5=85=B3=E6=9C=BA=E6=97=B6=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=9F=A5=E6=89=BE=E7=9A=84=E7=BF=BB=E8=AF=91?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7d679c986391a33790518c50bc31cf6098eb6717. --- systemres/main/resources/base/element/id_defined.json | 3 +-- systemres/main/resources/base/element/string.json | 4 ++++ systemres/main/resources/zh_CN/element/string.json | 4 ++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/systemres/main/resources/base/element/id_defined.json b/systemres/main/resources/base/element/id_defined.json index f8435e29..5da9967f 100644 --- a/systemres/main/resources/base/element/id_defined.json +++ b/systemres/main/resources/base/element/id_defined.json @@ -28826,8 +28826,7 @@ { "type": "string", "name": "temporarily_disable_shutdown_findee_text", - "order": 5728, - "flags": "private" + "order": 5728 }, { "type": "string", diff --git a/systemres/main/resources/base/element/string.json b/systemres/main/resources/base/element/string.json index e8d63f24..9afca1cf 100644 --- a/systemres/main/resources/base/element/string.json +++ b/systemres/main/resources/base/element/string.json @@ -1715,6 +1715,10 @@ "name": "next_arrow_accessibility_text", "value": "Next" }, + { + "name": "temporarily_disable_shutdown_findee_text", + "value": "Used to temporarily disable the Find function after shutdown" + }, { "name": "increase_counter_double_click_description", "value": "Double tap to activate, double tap and hold to repeatedly increase" diff --git a/systemres/main/resources/zh_CN/element/string.json b/systemres/main/resources/zh_CN/element/string.json index 38e585c0..27fe9dba 100644 --- a/systemres/main/resources/zh_CN/element/string.json +++ b/systemres/main/resources/zh_CN/element/string.json @@ -1579,6 +1579,10 @@ "name": "next_arrow_accessibility_text", "value": "下一页" }, + { + "name": "temporarily_disable_shutdown_findee_text", + "value": "用于关机后暂时关闭查找功能" + }, { "name": "increase_counter_double_click_description", "value": "单指双击即可执行,双击并按住可持续增加" -- Gitee From 5de654a5899719be35294aeb20f5b7d6571319be Mon Sep 17 00:00:00 2001 From: summer-xiari Date: Mon, 28 Apr 2025 21:03:44 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E3=80=90findnetwork=E3=80=915.1=E5=9B=9E?= =?UTF-8?q?=E9=80=80=E5=85=B3=E6=9C=BA=E6=97=B6=E4=B8=B4=E6=97=B6=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E6=9F=A5=E6=89=BE=E7=9A=84=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: summer-xiari --- systemres/main/resources/base/element/id_defined.json | 3 ++- systemres/main/resources/base/element/string.json | 4 ---- systemres/main/resources/zh_CN/element/string.json | 4 ---- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/systemres/main/resources/base/element/id_defined.json b/systemres/main/resources/base/element/id_defined.json index 5da9967f..f8435e29 100644 --- a/systemres/main/resources/base/element/id_defined.json +++ b/systemres/main/resources/base/element/id_defined.json @@ -28826,7 +28826,8 @@ { "type": "string", "name": "temporarily_disable_shutdown_findee_text", - "order": 5728 + "order": 5728, + "flags": "private" }, { "type": "string", diff --git a/systemres/main/resources/base/element/string.json b/systemres/main/resources/base/element/string.json index 9afca1cf..e8d63f24 100644 --- a/systemres/main/resources/base/element/string.json +++ b/systemres/main/resources/base/element/string.json @@ -1715,10 +1715,6 @@ "name": "next_arrow_accessibility_text", "value": "Next" }, - { - "name": "temporarily_disable_shutdown_findee_text", - "value": "Used to temporarily disable the Find function after shutdown" - }, { "name": "increase_counter_double_click_description", "value": "Double tap to activate, double tap and hold to repeatedly increase" diff --git a/systemres/main/resources/zh_CN/element/string.json b/systemres/main/resources/zh_CN/element/string.json index 27fe9dba..38e585c0 100644 --- a/systemres/main/resources/zh_CN/element/string.json +++ b/systemres/main/resources/zh_CN/element/string.json @@ -1579,10 +1579,6 @@ "name": "next_arrow_accessibility_text", "value": "下一页" }, - { - "name": "temporarily_disable_shutdown_findee_text", - "value": "用于关机后暂时关闭查找功能" - }, { "name": "increase_counter_double_click_description", "value": "单指双击即可执行,双击并按住可持续增加" -- Gitee