xaoxuu / hexo-theme-stellar

内置文档系统的简约商务风Hexo主题,支持大量的标签组件和动态数据组件。
https://xaoxuu.com/wiki/stellar/
MIT License
1.28k stars 317 forks source link

(目录)文章列表的目录,六级目录是否显示的问题 #331

Closed lovexjho closed 8 months ago

lovexjho commented 8 months ago

我在wiki中添加1-6级目录, 1 页面右侧内容显示1-6级菜单 1703147481746 页面左侧列表显示2-5级菜单 2 请问,这里怎么更改让他显示6级目录

当前版本使用依赖

"dependencies": {
    "hexo": "^6.3.0",
    "hexo-generator-archive": "^2.0.0",
    "hexo-generator-category": "^2.0.0",
    "hexo-generator-index": "^3.0.0",
    "hexo-generator-tag": "^2.0.0",
    "hexo-renderer-ejs": "^2.0.0",
    "hexo-renderer-marked": "^6.0.0",
    "hexo-renderer-stylus": "^2.1.0",
    "hexo-server": "^3.0.0",
    "hexo-theme-landscape": "^1.0.0",
    "hexo-theme-stellar": "^1.20.0"
  }
xaoxuu commented 8 months ago

建议先看下文档: #toc

由于侧边栏宽度有限,不建议显示出太多层级

lovexjho commented 8 months ago

明白了,感谢