From c19fd073f8feb55f60542e3232e687aab8fbd5ed Mon Sep 17 00:00:00 2001 From: OceanJiang Date: Sun, 6 Aug 2023 19:02:55 +0800 Subject: [PATCH] vuepress add Edit this page (#773) --- .vuepress/config.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index e5ba1e3..f168a1c 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -22,11 +22,13 @@ module.exports = { {text: 'QQ交流群', link: 'http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=2rRJXK3zgU5yi3e_4rNLeJYUjMLzw_Jj&authKey=L%2FN3EfZXo3QFjEuHq4ifTgh%2F384UmrYpjl7dbYPhYHtznhfJWxkymxQKObQunmEQ&noverify=0&group_code=560304737'}, {text: 'Telegram交流群', link: 'https://t.me/bilibili_API_collect_community'} ] - }, - {text: 'GitHub', link: 'https://github.com/SocialSisterYi/bilibili-API-collect'}, + } ], sidebar: 'auto', - smoothScroll: true + smoothScroll: true, + repo: 'SocialSisterYi/bilibili-API-collect', + editLinks: true, + editLinkText: '在 GitHub 上编辑此页', }, plugins: [ '@vuepress/back-to-top',