From e74f8b1e24ee77f867254acf89c9200a3e32c155 Mon Sep 17 00:00:00 2001 From: 7836246 Date: Sun, 3 Mar 2024 08:03:42 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E4=BC=9A=E5=AF=BC=E8=87=B4=20500=E7=9A=84Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/common/DomainList.vue | 4 ++-- components/common/History.vue | 20 ++++++++-------- lang/en.ts | 22 ++++++++++++++++++ lang/tw.ts | 22 ++++++++++++++++++ lang/zh.ts | 24 ++++++++++++++++++++ layouts/default.vue | 23 +++++++++++-------- pages/dns/[domain].html.vue | 8 +++++-- pages/whois/[domain].html.vue | 39 ++++++++++++++++++++++++-------- 8 files changed, 128 insertions(+), 34 deletions(-) diff --git a/components/common/DomainList.vue b/components/common/DomainList.vue index 9824972..80f5630 100644 --- a/components/common/DomainList.vue +++ b/components/common/DomainList.vue @@ -2,7 +2,7 @@ import {SupportedTLDs} from "~/utils/domain"; const isOpen = ref(false) - +const {t} = useI18n()