Skip to content

Commit a817c46

Browse files
committed
feat(APIV2): 示例转换插件版本更新
1 parent 6c23063 commit a817c46

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Demo/API_V2/Assets/API/FileSystem/Stat/Stat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private void UpdateResults(WXStat[] fileStats)
144144
}
145145

146146
// 更新结果
147-
private void UpdateResults(WXStatInfo stats)
147+
private void UpdateResults(Stats stats)
148148
{
149149
ClearResults();
150150

Demo/API_V2/Assets/API/Share/ShareEvent/ShareEvent.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ public void showShareImageMenu()
155155
new ShowShareImageMenuOption
156156
{
157157
path = res.tempFilePath,
158-
style = "default",
159158
success = (res) =>
160159
{
161160
Debug.Log("success");

Demo/API_V2/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"com.qq.weixin.minigame": "https://github.com/wechat-miniprogram/minigame-tuanjie-transform-sdk.git",
3+
"com.qq.weixin.minigame": "https://github.com/wechat-miniprogram/minigame-tuanjie-transform-sdk.git#pre-v0.1.28",
44
"com.unity.2d.sprite": "1.0.0",
55
"com.unity.2d.tilemap": "1.0.0",
66
"com.unity.ads": "4.4.2",

Demo/API_V2/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
33
"com.qq.weixin.minigame": {
4-
"version": "https://github.com/wechat-miniprogram/minigame-tuanjie-transform-sdk.git",
4+
"version": "https://github.com/wechat-miniprogram/minigame-tuanjie-transform-sdk.git#pre-v0.1.28",
55
"depth": 0,
66
"source": "git",
77
"dependencies": {},
8-
"hash": "5e68a1733007cb17db09f151bbf3b013b61d6ca5"
8+
"hash": "02f3cc29c3ff46edbfb43cbee84788d8f5212d74"
99
},
1010
"com.unity.2d.sprite": {
1111
"version": "1.0.0",

0 commit comments

Comments
 (0)