diff --git a/components/common/DnsList.vue b/components/common/DnsList.vue new file mode 100644 index 0000000..8feebd2 --- /dev/null +++ b/components/common/DnsList.vue @@ -0,0 +1,26 @@ + + + + + diff --git a/components/common/DomainList.vue b/components/common/DomainList.vue index 5ea9000..9824972 100644 --- a/components/common/DomainList.vue +++ b/components/common/DomainList.vue @@ -9,7 +9,7 @@ const isOpen = ref(false)
diff --git a/components/tab/list.vue b/components/tab/list.vue new file mode 100644 index 0000000..5cd5d1d --- /dev/null +++ b/components/tab/list.vue @@ -0,0 +1,41 @@ + + + + + diff --git a/lang/en.ts b/lang/en.ts index 90019af..31cae2f 100644 --- a/lang/en.ts +++ b/lang/en.ts @@ -2,6 +2,7 @@ export default defineI18nLocale(async locale => { return { index: { tips: 'The information you submit for your query will not be recorded!', + placeholder: 'Please enter a domain name', }, error:{ formatDomain: 'Error formatting domain name', diff --git a/lang/tw.ts b/lang/tw.ts index b70fc3f..250054c 100644 --- a/lang/tw.ts +++ b/lang/tw.ts @@ -2,6 +2,7 @@ export default defineI18nLocale(async locale => { return { index: { tips: '您提交的查詢信息不會被記錄!', + placeholder: '請輸入域名', }, error:{ formatDomain: '域名格式錯誤', diff --git a/lang/zh.ts b/lang/zh.ts index 8c56525..a688f39 100644 --- a/lang/zh.ts +++ b/lang/zh.ts @@ -2,6 +2,7 @@ export default defineI18nLocale(async locale => { return { index: { tips: '您提交的查询信息不会被记录!', + placeholder: '请输入域名', }, error:{ formatDomain: '域名格式错误', diff --git a/layouts/default.vue b/layouts/default.vue index 2aae816..2bf8510 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,5 +1,6 @@