Skip to content

Commit 24deb28

Browse files
authored
feat: add last modify time at page site (doocs#289)
1 parent 529e9ab commit 24deb28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
<script>
7676
window.$docsify = {
7777
name: 'advanced-java',
78+
repo: 'doocs/advanced-java',
79+
lastModifiedText: '最近更新时间:',
7880
maxLevel: 3,
7981
auto2top: true,
8082
coverpage: true,
@@ -198,6 +200,7 @@
198200
<script src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/docsify-pagination/dist/docsify-pagination.min.js"></script>
199201
<script src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/docsify-darklight-theme@latest/dist/index.min.js"></script>
200202
<script src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/docsify-contributors@latest/dist/index.min.js"></script>
203+
<script src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/docsify-lastmodified/index.min.js"></script>
201204
</body>
202205

203206
<!--

0 commit comments

Comments
 (0)