You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.5 KiB
39 lines
1.5 KiB
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang=en>
|
||
|
|
||
|
<head>
|
||
|
<meta charset=utf-8>
|
||
|
<meta http-equiv=X-UA-Compatible content="IE=edge">
|
||
|
<meta name=viewport content="width=device-width,initial-scale=1">
|
||
|
<link rel=icon href='https://cdn.jsdelivr.net/gh/renzhezhilu/webp2jpg-online/cdn/batch/logo2.png'>
|
||
|
<title>图片批量加水印</title>
|
||
|
<!-- <script>
|
||
|
window.location.href = 'https://imagestool.com/images-watermark'
|
||
|
</script> -->
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<script src=https://cdn.jsdelivr.net/gh/renzhezhilu/webp2jpg-online/cdn/localforage.min.js></script>
|
||
|
<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_05.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>
|