test: 全文搜索

This commit is contained in:
xugaoyi 2022-03-17 23:12:03 +08:00
parent 7a04841d41
commit b9cf8362ed
1 changed files with 2 additions and 2 deletions

View File

@ -235,8 +235,8 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({
},
],
// 全文搜索。 ⚠️注意:此插件会在打开网站时一次性加载所有页面相应的js文件用于搜索导致初次访问网站加载变慢。如在意初次访问速度的话可以不使用此插件推荐vuepress-plugin-thirdparty-search
// 'fulltext-search',
// 全文搜索。 ⚠️注意:此插件会在打开网站时多加载部分js文件用于搜索导致初次访问网站变慢。如在意初次访问速度的话可以不使用此插件推荐vuepress-plugin-thirdparty-search
'fulltext-search',
// 可以添加第三方搜索链接的搜索框(继承原官方搜索框的配置参数)
// 'thirdparty-search': {