File tree Expand file tree Collapse file tree 3 files changed +383
-78
lines changed
Expand file tree Collapse file tree 3 files changed +383
-78
lines changed Original file line number Diff line number Diff line change 1+ ## 2025-01-14 v4.0.3
2+ - 补齐云开发 ` CollectionReference ` 上的 ` aggregate ` ([ #276 ] ( https://github.com/wechat-miniprogram/api-typings/issues/276 ) )
3+ - 补齐组件实例方法 ` setInitialRenderingCache ` 和 ` getAppBar ` by [ @Yang Mingshan] ( https://github.com/yangmingshan ) ([ #339 ] ( https://github.com/wechat-miniprogram/api-typings/issues/339 ) )
4+ - 更新 API 定义到 3.7.4
5+
16## 2024-11-13 v4.0.2
27- 补齐 ` RaycastHit ` ([ #337 ] ( https://github.com/wechat-miniprogram/api-typings/issues/337 ) )
38
Original file line number Diff line number Diff line change @@ -994,7 +994,7 @@ import { expectType } from 'tsd'
994994 } )
995995}
996996
997- type TPlatform = 'ios' | 'android' | 'windows' | 'mac' | 'devtools'
997+ type TPlatform = 'ios' | 'android' | 'windows' | 'mac' | 'devtools' | 'ohos'
998998
999999// Test case from `wx.getSystemInfoSync`
10001000{
You can’t perform that action at this time.
0 commit comments