We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f269524 commit 98177bcCopy full SHA for 98177bc
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2025-02-08 v3.8.8
2
+- 修复 `setTimeout` 和 `setInterval` 的参数 ([wechat-miniprogram/api-typings#323](https://github.com/wechat-miniprogram/api-typings/issues/323))
3
+- 更新 API 定义到 3.7.7
4
+
5
## 2024-09-24 v3.8.7
6
- 更新 API 定义到 3.6.1
7
test/api-doc.test.ts
@@ -378,7 +378,7 @@ import { expectType } from 'tsd'
378
})
379
}
380
381
-type TPlatform = 'ios' | 'android' | 'windows' | 'mac' | 'devtools'
+type TPlatform = 'ios' | 'android' | 'windows' | 'mac' | 'devtools' | 'ohos'
382
383
// Test case from `wx.getSystemInfo`
384
{
0 commit comments