From 83d4e7950a5b723e69bb56207297b0830b771cc5 Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 6 Jan 2025 10:38:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=BC=95=E7=94=A8=E5=AD=97?= =?UTF-8?q?=E4=B8=B2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cy --- entry/src/main/ets/util/StringFormatUtil.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/util/StringFormatUtil.ets b/entry/src/main/ets/util/StringFormatUtil.ets index 06621c4..b3a527c 100644 --- a/entry/src/main/ets/util/StringFormatUtil.ets +++ b/entry/src/main/ets/util/StringFormatUtil.ets @@ -31,7 +31,7 @@ export default { }, judgeSysTime(context?: Context) { - return settings.getValueSync(context ? context : globalThis.context, settings.date.TIME_FORMAT, '24'); + return settings.getValueSync(context ? context : globalThis.context, settings.date.timeFormat, '24'); }, /** -- Gitee