From cb29b2a2d0699c3ba99fb45a3ce8355453119c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E9=91=AB?= <1219654535@qq.com> Date: Thu, 27 Jul 2023 11:34:46 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=96=B0=E5=A2=9E=E5=A4=87=E6=A1=88?= =?UTF-8?q?=E5=8F=B7=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Footer.vue | 11 +++++++---- config/use-foot.ts | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/components/Footer.vue b/components/Footer.vue index 5f691da..89447dc 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -43,12 +43,15 @@ const footer = useFoot()
{{ $t(footer.release) }}
- + diff --git a/config/use-foot.ts b/config/use-foot.ts index 129b939..007b69e 100644 --- a/config/use-foot.ts +++ b/config/use-foot.ts @@ -2,7 +2,7 @@ export function useFoot() { return { copyright: 'foot.copyright', release: 'foot.release', - record: ['foot.record[0]'], + // record: ['foot.record[0]'], links: [ { title: 'foot.links[0].group',