Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
geeeeeeeek committed Dec 26, 2023
1 parent ea0eb2b commit e3019a8
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ <h1>m3u8在线播放器</h1>


<video id="player-container-id" preload="auto" playsinline webkit-playsinline style="width: 100%;min-height:200px; background:#000;">
</video>

<div id="share"></div>
</video>


<div class="alert alert-success" role="alert">
Expand Down Expand Up @@ -207,20 +205,7 @@ <h2>什么是m3u8文件?</h2>
</p>

</div>



<script>
var $config = {
title: 'm3u8在线播放器',
description: 'm3u8在线播放器',
sites: ['weibo', 'qzone', 'douban', 'facebook', 'twitter', 'linkedin'],
wechatQrcodeTitle: "微信扫一扫:分享", // 微信二维码提示文字
wechatQrcodeHelper: '<p>微信里点“发现”,扫一下</p><p>二维码便可将本文分享至朋友圈。</p>',
};

socialShare('#share', $config)
</script>




Expand Down Expand Up @@ -254,4 +239,4 @@ <h2>什么是m3u8文件?</h2>

</body>

</html>
</html>

0 comments on commit e3019a8

Please sign in to comment.