🚩 增加Dns功能 优化性能
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -2,6 +2,7 @@ export default defineI18nLocale(async locale => {
|
||||
return {
|
||||
index: {
|
||||
tips: '您提交的查詢信息不會被記錄!',
|
||||
placeholder: '請輸入域名',
|
||||
},
|
||||
error:{
|
||||
formatDomain: '域名格式錯誤',
|
||||
|
||||
@@ -2,6 +2,7 @@ export default defineI18nLocale(async locale => {
|
||||
return {
|
||||
index: {
|
||||
tips: '您提交的查询信息不会被记录!',
|
||||
placeholder: '请输入域名',
|
||||
},
|
||||
error:{
|
||||
formatDomain: '域名格式错误',
|
||||
|
||||
Reference in New Issue
Block a user