Skip to content

Commit

Permalink
删除时间
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjinzhe committed Mar 21, 2024
1 parent 4a4152b commit a700043
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.page_toc{
background: #f2f2f2;
}
body[data-page='README.md'] .app-nav, body[data-page='README.md'] .docsify-pagination-container,body[data-page='README.md'] .nav,body[data-page='README.md'] blockquote{
body[data-page='README.md'] .app-nav, body[data-page='README.md'] .docsify-pagination-container,body[data-page='README.md'] .nav{
display: none;
}
body[data-page='README.md'] .content{
Expand Down
7 changes: 0 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@
mermaidConfig: {
querySelector: ".mermaid"
},
timeUpdater: {
text: ">最后更新时间: {docsify-updated}",
formatUpdated: "{YYYY}/{MM}/{DD}",
whereToPlace: "bottom", // "top" or "bottom", default to "bottom"
},
};

</script>
Expand All @@ -127,12 +122,10 @@
<script src="//unpkg.com/docsify-footer-enh/dist/docsify-footer-enh.min.js"></script>
<script src="//unpkg.com/docsify-remote-markdown/dist/docsify-remote-markdown.min.js"></script>
<script src="//unpkg.com/docsify-giscus@1.0.0/dist/docsify-giscus.min.js"></script>

<script src="//unpkg.com/docsify-toc@1.0.0/dist/toc.js"></script>
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="//unpkg.com/graphre@0.1/dist/graphre.js"></script>
<script src="//unpkg.com/nomnoml@1.4/dist/nomnoml.js"></script>
<script src="//unpkg.com/docsify-updated/src/time-updater.min.js"></script>
<script type="module">
import mermaid from "https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs";
mermaid.initialize({ startOnLoad: true });
Expand Down

1 comment on commit a700043

@vercel
Copy link

@vercel vercel bot commented on a700043 Mar 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.