Skip to content

Commit

Permalink
feat: add last modify time at page site (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkasany authored Sep 22, 2023
1 parent 529e9ab commit 24deb28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
<script>
window.$docsify = {
name: 'advanced-java',
repo: 'doocs/advanced-java',
lastModifiedText: '最近更新时间:',
maxLevel: 3,
auto2top: true,
coverpage: true,
Expand Down Expand Up @@ -198,6 +200,7 @@
<script src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/docsify-darklight-theme@latest/dist/index.min.js"></script>
<script src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/docsify-contributors@latest/dist/index.min.js"></script>
<script src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/docsify-lastmodified/index.min.js"></script>
</body>

<!--
Expand Down

0 comments on commit 24deb28

Please sign in to comment.