From 7242b62bb62d051c6afc7de0bf191cea6571d579 Mon Sep 17 00:00:00 2001 From: SerinaNya <34389622+SerinaNya@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:16:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(sidebar):=20add=20advanced?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vuepress/config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.vuepress/config.js b/.vuepress/config.js index 86afaf7..e7458e0 100755 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -58,6 +58,15 @@ export default defineUserConfig({ '/newbee/mod.html' ] }, + { + 'text': '高级功能', + 'collapsible': true, + 'children': [ + '/advanced/yggdrasil.html', + '/advanced/oauth2.html', + '/advanced/api.html' + ] + }, '/score.html', '/report.html', '/email.html',