首页:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
第20行: | 第20行: | ||
</div> | </div> | ||
<audio id="bgm" | <audio id="bgm" loop style="display: none;"> | ||
<source src="https://www.len-chat.ca/回家的路(手机音乐).mp3" type="audio/mpeg"> | <source src="https://www.len-chat.ca/回家的路(手机音乐).mp3" type="audio/mpeg"> | ||
</audio> | </audio> | ||
<script> | |||
document.addEventListener("DOMContentLoaded", function() { | |||
const bgm = document.getElementById("bgm"); | |||
document.body.addEventListener("click", () => { | |||
if (bgm.paused) bgm.play(); | |||
}, { once: true }); | |||
}); | |||
</script> | |||
2025年6月4日 (三) 04:54的版本