From 6cbfe24e4b3c96a99c92cbfe573ba0895600d9ae Mon Sep 17 00:00:00 2001 From: jiangqiushi Date: Mon, 6 Nov 2023 10:18:58 +0800 Subject: [PATCH] =?UTF-8?q?settingsdata=E5=BC=B9=E6=80=A7=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiangqiushi --- hispark_phoenix/config.json | 4 ++-- watchos/config.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hispark_phoenix/config.json b/hispark_phoenix/config.json index 24ad7ff8..cd09cf13 100644 --- a/hispark_phoenix/config.json +++ b/hispark_phoenix/config.json @@ -881,10 +881,10 @@ ] }, { - "subsystem": "settingsnapi", + "subsystem": "applications", "components": [ { - "component": "settings_standard", + "component": "settings", "features": [] } ] diff --git a/watchos/config.json b/watchos/config.json index eb107ddb..3a13ee19 100644 --- a/watchos/config.json +++ b/watchos/config.json @@ -336,9 +336,9 @@ ] }, { - "subsystem": "settingsnapi", + "subsystem": "applications", "components": [ - { "component": "settings_standard", "features":[]} + { "component": "settings", "features":[]} ] }, { -- Gitee