增加 docsify 功能

增加1. 代码复制提示  2. 章节跳转
This commit is contained in:
sjsdfg 2019-04-07 12:48:42 +08:00
parent 0f62d0595b
commit b2702b9f7a

View File

@ -364,6 +364,15 @@
// Headline depth, 1 - 6
depth: 6
},
copyCode: {
buttonText : '复制',
errorText : 'Error',
successText: 'OK!'
},
pagination: {
previousText: '上一章节',
nextText: '下一章节',
},
// subMaxLevel: 2,
coverpage: true
}