From 2603677080e47e5bee642f93c0bdddad8363a90c Mon Sep 17 00:00:00 2001 From: wangtao Date: Sat, 6 Sep 2025 15:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AE=A1=E6=95=B0=E5=99=A8?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangtao Change-Id: Iaee40e9bfd09d0aaf42c5e4ac1a1b569a75cea23 --- systemres/main/resources/base/element/id_defined.json | 6 ++++++ systemres/main/resources/base/element/string.json | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/systemres/main/resources/base/element/id_defined.json b/systemres/main/resources/base/element/id_defined.json index 7032cad1..fc52805e 100644 --- a/systemres/main/resources/base/element/id_defined.json +++ b/systemres/main/resources/base/element/id_defined.json @@ -33328,6 +33328,12 @@ "name": "progress_text_font_weight", "order": 6609, "flags": "private" + }, + { + "type": "string", + "name": "textinput_text_counter", + "order": 6610, + "flags": "private" } ] } diff --git a/systemres/main/resources/base/element/string.json b/systemres/main/resources/base/element/string.json index e306dbd3..da008671 100644 --- a/systemres/main/resources/base/element/string.json +++ b/systemres/main/resources/base/element/string.json @@ -2111,6 +2111,10 @@ "attr":{ "priority":"translate" } + }, + { + "name": "textinput_text_counter", + "value": "%1$d/%2$d" } ] } -- Gitee