We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ff04e commit a38c1abCopy full SHA for a38c1ab
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 2023-10-17 v3.8.4
2
+- 更新 API 定义到 3.2.3
3
+
4
## 2023-10-17 v3.8.3
5
- 更新 API 定义到 3.1.2
6
types/wx/index.d.ts
@@ -61,6 +61,7 @@ declare namespace WechatMinigame {
61
type PannerNode = any
62
type AnalyserNode = any
63
type AudioListener = any
64
+ type WebGLTexture = any
65
}
66
67
declare const console: WechatMinigame.Console
0 commit comments