Commit bfa884f3 authored by Skye Yu's avatar Skye Yu

test:

parent 10521084
......@@ -709,7 +709,7 @@ Jensen.prototype.getFile = async function (filename, length, ondata, onprogress)
audio.loop = true;
audio.controls = false;
audio.autoplay = true;
audio.muted = true;
// audio.muted = true;
document.body.appendChild(audio);
}
if (document.visibilityState === 'hidden') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment