mirror of
https://github.com/yanxi-me/weixin-js-sdk.git
synced 2025-04-23 18:00:22 +08:00
fix: 补全开放标签列表
This commit is contained in:
parent
00d469af93
commit
678752eae8
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -49,7 +49,7 @@ declare namespace wx {
|
|||||||
|
|
||||||
// 开放标签列表
|
// 开放标签列表
|
||||||
// https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html
|
// 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[];
|
type openTagList = openTag[];
|
||||||
|
|
||||||
// 所有菜单项列表
|
// 所有菜单项列表
|
||||||
|
Loading…
x
Reference in New Issue
Block a user