修改页面底部链接
This commit is contained in:
@@ -32,25 +32,20 @@ export default defineAppConfig({
|
||||
credits: `Copyright © ${new Date().getFullYear()} Estel. All rights reserved.`,
|
||||
colorMode: false,
|
||||
links: [{
|
||||
'icon': 'simple-icons-nuxtdotjs',
|
||||
'to': 'https://nuxt.com',
|
||||
'icon': 'vscode-icons:file-type-swift',
|
||||
'to': 'https://www.xajiwei.com',
|
||||
'target': '_blank',
|
||||
'aria-label': 'Nuxt Website'
|
||||
'aria-label': '稷维科技'
|
||||
}, {
|
||||
'icon': 'simple-icons-discord',
|
||||
'to': 'https://discord.com/invite/ps2h6QT',
|
||||
'icon': 'vscode-icons:folder-type-github',
|
||||
'to': 'https://git.jiwei.xin',
|
||||
'target': '_blank',
|
||||
'aria-label': 'Nuxt UI on Discord'
|
||||
}, {
|
||||
'icon': 'simple-icons-x',
|
||||
'to': 'https://x.com/nuxt_js',
|
||||
'target': '_blank',
|
||||
'aria-label': 'Nuxt on X'
|
||||
'aria-label': 'gitea'
|
||||
}, {
|
||||
'icon': 'simple-icons-github',
|
||||
'to': 'https://github.com/nuxt/ui',
|
||||
'to': 'https://github.com/estel-li/estel_docs',
|
||||
'target': '_blank',
|
||||
'aria-label': 'Nuxt UI on GitHub'
|
||||
'aria-label': 'Estel Docs GitHub'
|
||||
}]
|
||||
},
|
||||
toc: {
|
||||
|
Reference in New Issue
Block a user