Skip to content

Commit

Permalink
添加字数显示
Browse files Browse the repository at this point in the history
  • Loading branch information
luojunll committed Jul 14, 2024
1 parent 52942fb commit e66755c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/reading/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<link rel="stylesheet" href="https://oss.newzone.top/docsify/main/4.13.1/themes/vue.css" />
<link rel="stylesheet" href="https://oss.newzone.top/docsify/docsify-toc/dist/toc.css" />
<!-- <link rel="stylesheet" href="https://oss.newzone.top/docsify/docsify-gifcontrol/dist/docsify-gifcontrol.css"> -->
<!-- docsify waline -->
<script src="https://unpkg.com/@waline/client@v2/dist/waline.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@waline/client@v2/dist/waline.css" />
<style>
.anchor {
font-weight: bold;
Expand Down Expand Up @@ -81,7 +84,7 @@
<script>
window.$docsify = {
name: "<p>🌈 读书笔记</p>", // 文档标题,会显示在侧边栏顶部
nameLink: "https://luojunll.github.io/", // 点击文档标题后跳转的链接地址。
nameLink: "https://newzone.top/", // 点击文档标题后跳转的链接地址。
// repo: 'https://github.com/rockbenben/LearnData',
// logo: '/_media/icon.svg', // 在侧边栏中出现的网站图标,你可以使用 CSS 来更改大小
// homepage: 'README.md', // 设置首页文件加载路径。适合不想将 README.md 作为入口文件渲染,或者是文档存放在其他位置的情况使用。
Expand Down Expand Up @@ -158,5 +161,6 @@
<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/instantpage.min.js"></script>
<script src="https://oss.newzone.top/docsify/docsify-waline/docsify-waline.min.js"></script>
</body>
</html>

0 comments on commit e66755c

Please sign in to comment.