From 94ec1aaee003c4ab8c03d4741a3725a2534b3172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E9=91=AB?= <1219654535@qq.com> Date: Thu, 4 May 2023 17:42:22 +0800 Subject: [PATCH] chore: foot translator --- components/Footer.vue | 30 +- components/brand/logo.vue | 41 +- components/header/nav.vue | 6 +- config/pages/home/use-section-eight.ts | 49 + config/pages/home/use-section-nine.ts | 12 + config/pages/home/use-section-seven.ts | 12 + config/use-foot.ts | 77 + locales/en-UK.json | 8 +- nuxt.config.ts | 1 + package.json | 2 + pages/index.vue | 88 +- pnpm-lock.yaml | 1964 ++++++++++++++++++++---- uno.config.ts | 1 + 13 files changed, 1914 insertions(+), 377 deletions(-) create mode 100644 config/pages/home/use-section-eight.ts create mode 100644 config/pages/home/use-section-nine.ts create mode 100644 config/pages/home/use-section-seven.ts create mode 100644 config/use-foot.ts diff --git a/components/Footer.vue b/components/Footer.vue index 9f1711f..4dc35e8 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -1,9 +1,29 @@ + + diff --git a/components/brand/logo.vue b/components/brand/logo.vue index 0b43456..05e2df2 100644 --- a/components/brand/logo.vue +++ b/components/brand/logo.vue @@ -1,5 +1,42 @@ + + diff --git a/components/header/nav.vue b/components/header/nav.vue index c302d02..771919b 100644 --- a/components/header/nav.vue +++ b/components/header/nav.vue @@ -8,11 +8,11 @@ const navs = useNav()