From 678752eae84cf0e8a3220e390a9e0bb9c75c2f2e Mon Sep 17 00:00:00 2001 From: totoro <408732839@qq.com> Date: Thu, 16 Nov 2023 18:10:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=A8=E5=BC=80=E6=94=BE?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index a52afcc..33c4941 100644 --- a/index.d.ts +++ b/index.d.ts @@ -49,7 +49,7 @@ declare namespace wx { // 开放标签列表 // https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html - type openTag = "wx-open-launch-weapp" | "wx-open-launch-app" + type openTag = "wx-open-launch-weapp" | "wx-open-launch-app" | "wx-open-subscribe" | "wx-open-audio" type openTagList = openTag[]; // 所有菜单项列表