chore: auto

This commit is contained in:
xiaojunnuo
2025-07-13 23:08:00 +08:00
parent af5e1b805f
commit 896cd950e9
10 changed files with 96 additions and 29 deletions
@@ -62,12 +62,14 @@ export interface IDomainParser {
export type DnsVerifier = {
// dns直接校验
dnsProviderType: string;
dnsProviderAccessId: number;
dnsProviderType?: string;
dnsProviderAccessId?: number;
};
export type CnameVerifier = {
cnameRecord: string;
hostRecord: string;
domain: string;
recordValue: string;
};
export type HttpVerifier = {