From 2061043413b096181ab0f029554585189faf3f7b Mon Sep 17 00:00:00 2001 From: zhuzhihui7 Date: Tue, 15 Apr 2025 10:35:50 +0800 Subject: [PATCH] =?UTF-8?q?Desc:=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91?= =?UTF-8?q?=EF=BC=9A=E5=8E=BB=E9=99=A4bundle.json=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=97=A0=E6=95=88=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhuzhihui7 --- bundle.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 058a0707..8a468f7e 100644 --- a/bundle.json +++ b/bundle.json @@ -65,10 +65,11 @@ "eventhandler", "icu", "openssl", - "libxml2", - "typescript" + "libxml2" ], - "third_party": [] + "third_party": [ + "decimal.js" + ] }, "build": { "sub_component": [ -- Gitee