From af4df06fa38ae44032709c4ff382e066dcc671b4 Mon Sep 17 00:00:00 2001 From: liuhaikang Date: Sat, 15 Feb 2025 10:46:46 +0800 Subject: [PATCH] =?UTF-8?q?xslt-processor=EF=BC=9A=E5=88=A0=E9=99=A4module?= =?UTF-8?q?.json5=E7=9A=84uiSyntax=E5=B1=9E=E6=80=A7=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuhaikang --- xslt-processor/entry/src/main/module.json5 | 1 - 1 file changed, 1 deletion(-) diff --git a/xslt-processor/entry/src/main/module.json5 b/xslt-processor/entry/src/main/module.json5 index 33acd5ad..6f0c4dc9 100644 --- a/xslt-processor/entry/src/main/module.json5 +++ b/xslt-processor/entry/src/main/module.json5 @@ -17,7 +17,6 @@ "value": "true" } ], - "uiSyntax": "ets", "abilities": [ { "name": "EntryAbility", -- Gitee