docs: 更新备用地址的文本描述

将备用地址的文本描述更新为更清晰的“首选”和“备选”,以便用户更好地理解和使用
This commit is contained in:
feige996 2025-05-22 17:34:27 +08:00
parent 4cc92a7927
commit d91a019641

View File

@ -120,8 +120,8 @@ export default defineConfig({
{ {
text: '备用地址', text: '备用地址',
items: [ items: [
{ text: 'unibest.tech', link: 'https://unibest.tech' }, { text: 'unibest.tech(首选)', link: 'https://unibest.tech' },
{ text: 'github.io', link: 'https://feige996.github.io/unibest/' }, { text: 'github page(备选)', link: 'https://feige996.github.io/unibest/' },
], ],
}, },
], ],