Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
renzhezhilu committed Dec 26, 2020
1 parent 52f9523 commit 222ebe3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion batch.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,21 @@
<noscript><strong>We're sorry but vue doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong></noscript>
<div id=app></div>
<script src=https://cdn.jsdelivr.net/gh/renzhezhilu/webp2jpg-online/cdn/batch/batch1225_04.js></script>
<script src=https://cdn.jsdelivr.net/gh/renzhezhilu/webp2jpg-online/cdn/batch/batch1225_02.js></script>
<script>
// 换视频介绍图标
let icon = setInterval(() => {
if (document.querySelector('#logoDiv > ul > div')) {
document.querySelector('#logoDiv > ul > div').remove()
document.querySelector('#logoDiv > ul').insertAdjacentHTML('beforeend', `
<a href="https://cdn.jsdelivr.net/gh/renzhezhilu/webp2jpg-online/cdn/batch/video.mp4" target="_blank">
<i class="iconfont icon-youtube-play"></i>
</a>
`);
clearInterval(icon)
}
}, 300);
</script>
</body>

</html>

0 comments on commit 222ebe3

Please sign in to comment.