|
@@ -120,17 +120,17 @@ export default defineConfig({
|
|
|
text: '更新日志',
|
|
text: '更新日志',
|
|
|
link: '/changelog/CHANGELOG',
|
|
link: '/changelog/CHANGELOG',
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- text: '备用地址',
|
|
|
|
|
- items: [
|
|
|
|
|
- { text: 'unibest.tech(首选)', link: 'https://unibest.tech' },
|
|
|
|
|
- { text: 'github page(备选)', link: 'https://feige996.github.io/unibest/' },
|
|
|
|
|
- ],
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
text: '相关链接',
|
|
text: '相关链接',
|
|
|
link: '/other/links/links',
|
|
link: '/other/links/links',
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ text: 'unibest备用地址',
|
|
|
|
|
+ items: [
|
|
|
|
|
+ { text: 'unibest.tech(本站)', link: 'https://unibest.tech' },
|
|
|
|
|
+ { text: 'github page(备用)', link: 'https://feige996.github.io/unibest/' },
|
|
|
|
|
+ ],
|
|
|
|
|
+ },
|
|
|
],
|
|
],
|
|
|
sidebar: [
|
|
sidebar: [
|
|
|
{
|
|
{
|