Skip to content

Commit 77f276f

Browse files
committed
feat: update baselib defs to 3.5.2
1 parent fa965f6 commit 77f276f

File tree

3 files changed

+562
-62
lines changed

3 files changed

+562
-62
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2024-08-08 v3.12.3
2+
- 更新 API 定义到 3.5.2
3+
- 修复 [#235](https://github.com/wechat-miniprogram/api-typings/issues/235), [#302](https://github.com/wechat-miniprogram/api-typings/issues/302), [#303](https://github.com/wechat-miniprogram/api-typings/issues/303), [#304](https://github.com/wechat-miniprogram/api-typings/issues/304) by [@Yang Mingshan](https://github.com/yangmingshan)
4+
15
## 2023-12-01 v3.12.2
26
- 更新 API 定义到 3.2.3
37

test/api-doc.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,6 +1948,7 @@ type TPlatform = 'ios' | 'android' | 'windows' | 'mac' | 'devtools'
19481948
isPrivateMessage: true,
19491949
activityId: 'xxx',
19501950
templateInfo: {
1951+
templateId: '',
19511952
parameterList: [{
19521953
name: '',
19531954
value: '',

0 commit comments

Comments
 (0)