Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.59 KB

effectScreenshot.md

File metadata and controls

43 lines (30 loc) · 1.59 KB

默认参数截图展示(mode: "float" 浮动导航)

层级图标展示

这里的icon样式与图片中的不是一个,这里只是示意效果

"pluginsConfig": {
	"anchor-navigation-ex": {
	    float: { 
	        showLevelIcon: true,
	        level1Icon: "fa fa-hand-o-right",
	        level2Icon: "fa fa-hand-o-right",
	        level3Icon: "fa fa-hand-o-right"
	    }
	}
}

image image

页内顶部截图展示(mode: "pageTop")

image


其他参数组合的效果未截图,请自行尝试