Przeglądaj źródła

增加禁止微信默认行为

master
suizhijia 5 lat temu
rodzic
commit
7a78bf9558
1 zmienionych plików z 5 dodań i 1 usunięć
  1. +5
    -1
      public/index.html

+ 5
- 1
public/index.html Wyświetl plik

(function() { (function() {
var hm = document.createElement("script"); var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?cd4c9c7c4b623d553db69cccba0dd6c5"; 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); s.parentNode.insertBefore(hm, s);
})(); })();
</script> </script>
<source src="http://static.jiyou-tech.com/2020/561/audio/bg.mp3" type="audio/mpeg"> <source src="http://static.jiyou-tech.com/2020/561/audio/bg.mp3" type="audio/mpeg">
</audio> </audio>
<script> <script>
document.body.addEventListener('touchmove', function (e) {
e.preventDefault();
}, {passive: false});

var bgAudio=document.getElementById('bgAudio'); var bgAudio=document.getElementById('bgAudio');
bgAudio.loop=true; bgAudio.loop=true;
bgLoop=false; bgLoop=false;

Ładowanie…
Anuluj
Zapisz