Commit 64717afa by kaisa

feat:同上

parent 3bd02ed5
Showing with 0 additions and 9 deletions
......@@ -1023,15 +1023,6 @@
}
}
function refreshAudioBgm() {
mAudios.bgm.muted = true;
mAudios.bgm.pause();
mAudios.bgm.muted = false;
mAudios.bgm.loop = true;
mAudios.bgm.play();
}
/* 客戶端回調 */
function appCallback(msg) {
let binaryString = atob(msg);
......
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 sign in to comment