You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用的sdk版本是:https://github.com/wechat-miniprogram/minigame-tuanjie-transform-sdk.git#pre-v0.1.25
具体报错日志: no cryptographic support found for randomDevice. consider polyfilling it if you want to use something insecure like Math.random(), e.g. put this in a --pre-js: var crypto = { getRandomValues: function(array) { for (var i = 0; i < array.length; i++) array[i] = (Math.random()*256)|0 } };(env: macOS,mg,1.06.2409140; lib: 3.5.1)