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