1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Fix 全文检索功能

This commit is contained in:
SnailClimb 2019-03-30 10:08:30 +08:00
parent 8962aa6916
commit 20caa11b3f

View File

@ -22,13 +22,11 @@
//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: {
'/': 'No results!'
},
paths: 'auto', paths: 'auto',
placeholder: { placeholder: '搜索',
'/': 'Search' noData: '找不到结果',
} // Headline depth, 1 - 6
depth: 6
}, },
} }
@ -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>