We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
具体行为描述:
如何添加导航二级分类?JSON配置自定义导航那里貌似只能添加一级分类。求大神指教 还一个问题就是,分类里面怎么设置背景图(类似首页大图 Banner)? 尝试: 自己试着添加了children属性,没有效果,还是只能显示一级分类 [ { "title": "软件下载", "link": "http://kite1874.com/software", "children": [ { "title": "Windows", "link": "http://kite1874.com/win" } ] } ]
[ { "title": "软件下载", "link": "http://kite1874.com/software", "children": [ { "title": "Windows", "link": "http://kite1874.com/win" } ] } ]
截图 类型演示站的分类
The text was updated successfully, but these errors were encountered:
这个版本不支持二级导航的,演示站里的是 2.0 版本,忘改了(
分类里面怎么设置背景图
这句话我不太理解,你指的 分类 是什么
Sorry, something went wrong.
No branches or pull requests
具体行为描述:
如何添加导航二级分类?JSON配置自定义导航那里貌似只能添加一级分类。求大神指教
还一个问题就是,分类里面怎么设置背景图(类似首页大图 Banner)?
尝试:
自己试着添加了children属性,没有效果,还是只能显示一级分类
[ { "title": "软件下载", "link": "http://kite1874.com/software", "children": [ { "title": "Windows", "link": "http://kite1874.com/win" } ] } ]
截图
类型演示站的分类
The text was updated successfully, but these errors were encountered: