Add new navigation links for alternative routes

Co-authored-by: belinda.elliott <belinda.elliott@student.cgcc.edu>
This commit is contained in:
Cursor Agent
2025-09-22 08:10:04 +00:00
parent 868c344901
commit ac0dd8f11f

View File

@@ -51,6 +51,9 @@ export default defineConfig({
// }, // },
nav: [ nav: [
{ text: '首页', link: '/' }, { text: '首页', link: '/' },
{ text: '线路一', link: 'https://z-z-h.xyz' },
{ text: '线路二', link: 'https://zzh.codes' },
{ text: '线路三', link: 'https://zzhdsgsss.xyz' },
{ text: '导航页', link: 'http://home.z-z-h.xyz/' }, { text: '导航页', link: 'http://home.z-z-h.xyz/' },
{ text: '主题仓库', link: 'https://github.com/ATQQ/sugar-blog/tree/master/packages/theme' }, { text: '主题仓库', link: 'https://github.com/ATQQ/sugar-blog/tree/master/packages/theme' },
{ text: '关于作者', link: 'https://github.com/handsomezhuzhu' }, { text: '关于作者', link: 'https://github.com/handsomezhuzhu' },