http://pengchenggang.gitee.io/reciterdoc/
支持中文搜索了,可是不容易了
通过插件 vuepress-plugin-fulltext-search 实现全文搜索
安装依赖 vuepress-plugin-fulltext-search yarn add -D vuepress-plugin-fulltext-search
修改配置 vi docs/.vuepress/config.js
module.exports = {
// ...
plugins: ['fulltext-search'],
}