Skip to content

Commit f2eefe6

Browse files
committed
feat: update baselib defs to 3.5.2
1 parent f6fba7c commit f2eefe6

File tree

6 files changed

+867
-175
lines changed

6 files changed

+867
-175
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2024-08-08 v3.8.5
2+
- 更新 API 定义到 3.5.2
3+
14
## 2023-10-17 v3.8.4
25
- 更新 API 定义到 3.2.3
36

test/game.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ wx.updateShareMenu({
307307
isUpdatableMessage: true,
308308
activityId: '', // 活动 ID
309309
templateInfo: {
310+
templateId: '',
310311
parameterList: [
311312
{
312313
name: 'member_count',

types/wx/index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! *****************************************************************************
2-
Copyright (c) 2023 Tencent, Inc. All rights reserved.
2+
Copyright (c) 2024 Tencent, Inc. All rights reserved.
33
44
Permission is hereby granted, free of charge, to any person obtaining a copy of
55
this software and associated documentation files (the "Software"), to deal in
@@ -60,7 +60,6 @@ declare namespace WechatMinigame {
6060
type ScriptProcessorNode = any
6161
type PannerNode = any
6262
type AnalyserNode = any
63-
type AudioListener = any
6463
type WebGLTexture = any
6564
}
6665

0 commit comments

Comments
 (0)