From dba5fb6ee72ba616c1499d8fa1b014af7e571a1b Mon Sep 17 00:00:00 2001 From: fangzhiyuan Date: Fri, 5 Sep 2025 15:11:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8F=8D=E8=89=B2?= =?UTF-8?q?=E9=80=83=E7=94=9F=E9=80=9A=E9=81=93=E8=83=BD=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangzhiyuan --- compiler/components/common_attrs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/components/common_attrs.json b/compiler/components/common_attrs.json index bdda4cc60..17f6fd463 100644 --- a/compiler/components/common_attrs.json +++ b/compiler/components/common_attrs.json @@ -15,6 +15,7 @@ "onAccessibility", "onFocusMove", "onWillDismiss", + "setForceDarkAllowed", "width", "height", -- Gitee From c75e0f2ca60cb97e3c6ffaeddaf213aafdd516a1 Mon Sep 17 00:00:00 2001 From: fangzhiyuan Date: Mon, 8 Sep 2025 10:49:57 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangzhiyuan --- compiler/components/common_attrs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/common_attrs.json b/compiler/components/common_attrs.json index 17f6fd463..bfa064ddc 100644 --- a/compiler/components/common_attrs.json +++ b/compiler/components/common_attrs.json @@ -15,7 +15,7 @@ "onAccessibility", "onFocusMove", "onWillDismiss", - "setForceDarkAllowed", + "allowForceDark", "width", "height", -- Gitee