From 991bee855f6050017e957789dd865894a2e971b9 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Fri, 14 Jun 2024 06:55:58 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bundle.json=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8Cfeature=E5=AD=97=E6=AE=B5=E6=94=B9=E6=88=90features?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 9236f84..4796cdb 100644 --- a/bundle.json +++ b/bundle.json @@ -16,7 +16,7 @@ "name": "syscap_codec", "subsystem": "developtools", "syscap": [ "SystemCapability.Developtools.Syscap" ], - "feature": [ + "features": [ "syscap_codec_config_path", "syscap_codec_config_extern_path" ], -- Gitee