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: [ {