Merge pull request #56 from woshiydh08/dev

补全开放标签列表
This commit is contained in:
阎曦 2023-11-17 23:39:24 +08:00 committed by GitHub
commit fd2a4f2f0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
index.d.ts vendored
View File

@ -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[];
// 所有菜单项列表