From c0c31c9db9fa5f8942c8875388b4a8ca273de336 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Thu, 3 Aug 2023 15:15:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=BA=E5=8D=95=E7=BA=BF?= =?UTF-8?q?=E7=A8=8B=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1826fca0..e54ead1b 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,9 @@ "description" : "", "versionName" : "1.0.0", "versionCode" : "100", - "uni-app-x" : {}, + "uni-app-x" : { + "singleThread" : true + }, /* 快应用特有相关 */ "quickapp" : {}, /* 小程序特有相关 */ -- GitLab