43 lines
1.6 KiB
Markdown
43 lines
1.6 KiB
Markdown
|
||
|
||
# 默认参数截图展示(mode: "float" 浮动导航)
|
||
- white主题展示
|
||

|
||
- sepia主题展示
|
||

|
||
- night主题展示
|
||

|
||
- 锚点效果和TOP按钮展示
|
||

|
||
|
||
|
||
|
||
- Sample: https://zq99299.gitbooks.io/gitbook-guide/content/chapter/plugin.html
|
||
|
||
|
||
# 层级图标展示
|
||
这里的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"
|
||
}
|
||
}
|
||
}
|
||
```
|
||

|
||

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

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