优化:目录支持显示6级标题

This commit is contained in:
j m 2024-03-19 19:52:44 +08:00
parent 9effa36768
commit ab3f936fb2
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ window.tocPjax = function () {
})
observers.splice(0)
Btoc.init({
tocList: ['h1', 'h2', 'h3', 'h4', 'h5'],
tocList: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'],
contentElement: $('.main-content:not(.not-toc)')[0],
tocElement: '.toc-content'
})

View File

@ -22,6 +22,6 @@ spec:
settingName: theme-dream-setting
configMapName: theme-dream-configMap
# 版本号
version: 1.3.0.50
version: 1.3.0.5000001
# 最低支持的 Halo 版本
require: ">=2.0.0"