From e078759bce6be3ceae8248748aa61858c285b39c Mon Sep 17 00:00:00 2001 From: handy Date: Mon, 19 Jun 2023 12:04:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index b66b44e..9cea085 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -124,14 +124,14 @@ module.exports = { plugins: [ ['fulltext-search'], // 全文搜索 - ['thirdparty-search', { // 可以添加第三方搜索链接的搜索框(原官方搜索框的参数仍可用) + /*['thirdparty-search', { // 可以添加第三方搜索链接的搜索框(原官方搜索框的参数仍可用) thirdparty: [ // 可选,默认 [] { title: '在Maven中搜索', frontUrl: 'https://search.maven.org/search?q=', } ] - }], + }],*/ ['vuepress-plugin-baidu-tongji', // 百度统计 { -- Gitee