From 29ad8a26b5b829e69a9cb6da8754d8180dc4e03e Mon Sep 17 00:00:00 2001 From: wangbin Date: Thu, 19 Dec 2024 11:31:32 +0800 Subject: [PATCH] =?UTF-8?q?text=20=E3=80=90mini=E6=9E=B6=E6=9E=84=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E3=80=91=E3=80=90=E8=BF=90=E5=8A=A8=E9=A2=86=E5=9F=9F?= =?UTF-8?q?=E3=80=91Mini=E4=B8=BB=E5=B9=B2=E5=BC=B9=E6=80=A7=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E8=A7=84=E8=8C=83=E6=80=A7=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangbin --- bundle.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 6dcbf07d..87e50620 100644 --- a/bundle.json +++ b/bundle.json @@ -15,7 +15,11 @@ "subsystem": "thirdparty", "syscap": [], "features": [], - "adapted_system_type": [ "standard"], + "adapted_system_type": [ + "small", + "mini", + "standard" + ], "rom": "", "ram": "", "deps": { -- Gitee