diff --git a/components/Footer.vue b/components/Footer.vue index c619a73..551881a 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -16,8 +16,8 @@ const footer = useFoot() {{ $t(col.title) }} - - {{ $t(item.link.name) }} + + {{ $t(item.link.name) }} diff --git a/config/use-foot.ts b/config/use-foot.ts index d197360..5fdf7d7 100644 --- a/config/use-foot.ts +++ b/config/use-foot.ts @@ -58,12 +58,14 @@ export function useFoot() { title: 'foot.links[2].group', child: [ { + icon: 'i-ic-sharp-wechat', link: { name: 'foot.links[2].link[0]', href: '#', }, }, { + icon: 'i-ri-twitter-fill', link: { name: 'foot.links[2].link[1]', href: '#', diff --git a/uno.config.ts b/uno.config.ts index 4169056..6a1ba93 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -66,6 +66,8 @@ export default defineConfig({ 'i-tabler-3d-cube-sphere', 'i-tabler-api-app', 'i-tabler-apple', + 'i-ic-sharp-wechat', + 'i-ri-twitter-fill', ], presets: [ presetAnu(),