🚩 修复暗黑模式 增加自动填充

This commit is contained in:
7836246
2024-03-26 09:44:00 +08:00
parent f718f8b6c9
commit de0ec3536a
17 changed files with 304 additions and 229 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ export default defineEventHandler(async (event) => {
const res = await whois(body.domain)
return res._raw
} catch (e) {
return e
return new Error("接口不支持或者查询有误")
}
})