mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
Fix 全文检索功能
This commit is contained in:
parent
8962aa6916
commit
20caa11b3f
@ -21,15 +21,13 @@
|
|||||||
auto2top: true,//切换页面后是否自动跳转到页面顶部
|
auto2top: true,//切换页面后是否自动跳转到页面顶部
|
||||||
//logo: 'https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-3logo-透明.png' ,
|
//logo: 'https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-3logo-透明.png' ,
|
||||||
depth: 4,
|
depth: 4,
|
||||||
search: {
|
search: {
|
||||||
noData: {
|
paths: 'auto',
|
||||||
'/': 'No results!'
|
placeholder: '搜索',
|
||||||
|
noData: '找不到结果',
|
||||||
|
// Headline depth, 1 - 6
|
||||||
|
depth: 6
|
||||||
},
|
},
|
||||||
paths: 'auto',
|
|
||||||
placeholder: {
|
|
||||||
'/': 'Search'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@ -38,5 +36,6 @@
|
|||||||
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
|
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
|
||||||
<!--全文搜索-->
|
<!--全文搜索-->
|
||||||
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
|
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user