From bf13f081c04e4c65f5dc6024cd558774a6b4ba57 Mon Sep 17 00:00:00 2001 From: qiuyue <1599308204@qq.com> Date: Fri, 24 Mar 2023 13:06:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=B3=E4=B8=8A=E8=A7=92=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E4=B8=BAgitee=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neutrino-proxy-vuepress/docs/.vuepress/config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/neutrino-proxy-vuepress/docs/.vuepress/config.js b/neutrino-proxy-vuepress/docs/.vuepress/config.js index 78599e89..40de34c6 100644 --- a/neutrino-proxy-vuepress/docs/.vuepress/config.js +++ b/neutrino-proxy-vuepress/docs/.vuepress/config.js @@ -101,8 +101,9 @@ module.exports = { ], sidebarDepth: 2, // 侧边栏显示深度,默认1,最大2(显示到h3标题) logo: '/img/logo.png', // 导航栏logo - repo: 'aoshiguchen/neutrino-proxy', // 导航栏右侧生成Github链接 - // repo: 'https://gitee.com/dromara/neutrino-proxy', // 导航栏右侧生成Github链接 + // repo: 'aoshiguchen/neutrino-proxy', // 导航栏右侧生成Github链接 + repo: 'https://gitee.com/dromara/neutrino-proxy', // 导航栏右侧生成Github链接 + repoLabel: 'Gitee地址', searchMaxSuggestions: 10, // 搜索结果显示最大数 lastUpdated: '上次更新', // 更新的时间,及前缀文字 string | boolean (取值为git提交时间)