From 80b0fa02d6f47c4e8378c3e7b8ea587898940ff7 Mon Sep 17 00:00:00 2001 From: Diemit <598757652@qq.com> Date: Wed, 13 Mar 2024 03:42:58 +0000 Subject: [PATCH] =?UTF-8?q?add=20advanced=5Fui=5Fcomponent=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=AB=98=E7=BA=A7=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Diemit <598757652@qq.com> --- laphone/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/laphone/config.json b/laphone/config.json index d976482..bb70bdf 100755 --- a/laphone/config.json +++ b/laphone/config.json @@ -81,6 +81,10 @@ { "component": "ui_appearance", "features": [] + }, + { + "component": "advanced_ui_component", + "features": [] } ] }, -- Gitee