From 6942e93e724228e8cae164ab21e72e192e3d8beb Mon Sep 17 00:00:00 2001 From: dysf888 <47450409+dysf888@users.noreply.github.com> Date: Wed, 18 May 2022 10:31:54 +0800 Subject: [PATCH] Update config.ts --- docs/.vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 9d938181..99b5dcf8 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -93,7 +93,7 @@ function getGuideSidebarZhCN() { { text: '常见问题', children: [ - { text: '问题1', link: '/guide/q1' }, + { text: 'TG api被墙', link: '/guide/q1' }, { text: '问题2', link: '/guide/q2' }, { text: '问题3', link: '/guide/q3' }, { text: '问题4', link: '/guide/q4' },