feat(TOC): add keepStatic param for TOC (#372)
This commit is contained in:
@@ -756,8 +756,11 @@ enableEmoji = true
|
||||
# whether to enable the table of the contents
|
||||
# 是否使用目录
|
||||
enable = true
|
||||
# whether to make the table of the contents automatically collapsed
|
||||
# 是否使目录自动折叠展开
|
||||
# whether to keep the static table of the contents in front of the post
|
||||
# 是否保持使用文章前面的静态目录
|
||||
keepStatic = false
|
||||
# whether to make the table of the contents in the sidebar automatically collapsed
|
||||
# 是否使侧边目录自动折叠展开
|
||||
auto = true
|
||||
# Code config
|
||||
# 代码配置
|
||||
|
||||
Reference in New Issue
Block a user