🚩 增加Dns功能 优化性能

This commit is contained in:
7836246
2024-03-02 19:48:03 +08:00
parent 39f1774a2b
commit fcacfb9a04
15 changed files with 294 additions and 191 deletions
+1
View File
@@ -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',
+1
View File
@@ -2,6 +2,7 @@ export default defineI18nLocale(async locale => {
return {
index: {
tips: '您提交的查詢信息不會被記錄!',
placeholder: '請輸入域名',
},
error:{
formatDomain: '域名格式錯誤',
+1
View File
@@ -2,6 +2,7 @@ export default defineI18nLocale(async locale => {
return {
index: {
tips: '您提交的查询信息不会被记录!',
placeholder: '请输入域名',
},
error:{
formatDomain: '域名格式错误',