From 399fa4dcdcad043f1d60a970cae23388c5e9c76f Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Sat, 14 Jun 2025 11:32:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=B0=83=E6=95=B4=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E4=B8=AD=E5=A4=87=E7=94=A8=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E7=9A=84=E4=BD=8D=E7=BD=AE=E5=92=8C=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将“备用地址”菜单项重命名为“unibest备用地址”并调整到“相关链接”下方 更新菜单项中文案,将“首选”改为“本站”,“备选”改为“备用” --- docs/.vitepress/config.mts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index c8ef183..87c1f88 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -120,17 +120,17 @@ export default defineConfig({ text: '更新日志', link: '/changelog/CHANGELOG', }, - { - text: '备用地址', - items: [ - { text: 'unibest.tech(首选)', link: 'https://unibest.tech' }, - { text: 'github page(备选)', link: 'https://feige996.github.io/unibest/' }, - ], - }, { text: '相关链接', link: '/other/links/links', }, + { + text: 'unibest备用地址', + items: [ + { text: 'unibest.tech(本站)', link: 'https://unibest.tech' }, + { text: 'github page(备用)', link: 'https://feige996.github.io/unibest/' }, + ], + }, ], sidebar: [ {