Skip to content

Commit

Permalink
merge 1 次
Browse files Browse the repository at this point in the history
  • Loading branch information
luojunll committed Jul 14, 2024
2 parents cebea5d + e66755c commit 06aa1df
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions docs/reading/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
}

/* 宽度小于 1300px 则隐藏 waline 评论框,避免异常 */
/* 宽度小于 1300px 则隐藏评论框,避免异常 */
@media screen and (min-width: 1300px) {
#waline {
display: none;
Expand Down Expand Up @@ -175,6 +175,7 @@
},
},
},

};
</script>

Expand All @@ -183,24 +184,7 @@
<script src="https://oss.newzone.top/docsify/main/4.13.1/plugins/zoom-image.min.js"></script>
<script src="https://oss.newzone.top/docsify/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="https://oss.newzone.top/docsify/docsify-toc/dist/toc.js"></script>
<script src="https://oss.newzone.top/docsify/docsify-footer-enh/dist/docsify-footer-enh.min.js"></script>
<!--
<script src="https://oss.newzone.top/docsify/docsify-gifcontrol/dist/docsify-gifcontrol.js"></script>
-->

<!-- 使用 Gitter 实现一个 IM 即时通讯聊天室功能
<script>
((window.gitter = {}).chat = {}).options = {
room: 'usthe/sureness'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
-->

<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
<script src="https://oss.newzone.top/instantpage.min.js"></script>

<script src="https://oss.newzone.top/docsify/docsify-count/dist/countable.min.js"></script>
<script src="https://oss.newzone.top/docsify/docsify-waline/docsify-waline.min.js"></script>
</body>
</html>

0 comments on commit 06aa1df

Please sign in to comment.