From b6adeaa7238df3a2f12484c01db1b7257a421d64 Mon Sep 17 00:00:00 2001 From: penjj Date: Tue, 21 Jan 2025 23:12:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(typing):=20`supportedMaterials`=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E4=BF=AE=E6=AD=A3=E4=B8=BA=E6=95=B0=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro/types/taro.config.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/taro/types/taro.config.d.ts b/packages/taro/types/taro.config.d.ts index 5113b2b18d4..2e948de7833 100644 --- a/packages/taro/types/taro.config.d.ts +++ b/packages/taro/types/taro.config.d.ts @@ -581,7 +581,7 @@ declare module './index' { desc: string /** 在该场景下打开小程序时跳转页面 */ path: string - } + }[] /** 定制化型服务商票据 */ serviceProviderTicket?: string /** 半屏小程序 appId */