修改页面底部链接

This commit is contained in:
2025-08-08 17:39:58 +08:00
parent afb76863de
commit 3aed750f78

View File

@@ -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: {