| @@ -29,7 +29,7 @@ | |||
| (function() { | |||
| var hm = document.createElement("script"); | |||
| hm.src = "https://hm.baidu.com/hm.js?cd4c9c7c4b623d553db69cccba0dd6c5"; | |||
| var s = document.getElementsByTagName("script")[0]; | |||
| var s = document.getElementsByTagName("script")[0]; | |||
| s.parentNode.insertBefore(hm, s); | |||
| })(); | |||
| </script> | |||
| @@ -45,6 +45,10 @@ | |||
| <source src="http://static.jiyou-tech.com/2020/561/audio/bg.mp3" type="audio/mpeg"> | |||
| </audio> | |||
| <script> | |||
| document.body.addEventListener('touchmove', function (e) { | |||
| e.preventDefault(); | |||
| }, {passive: false}); | |||
| var bgAudio=document.getElementById('bgAudio'); | |||
| bgAudio.loop=true; | |||
| bgLoop=false; | |||