perf: 支持从提供商导入域名列表

This commit is contained in:
xiaojunnuo
2026-01-20 00:13:05 +08:00
parent 5ec9916817
commit f4423638a2
12 changed files with 138 additions and 23 deletions

View File

@@ -31,7 +31,8 @@ export type DnsProviderContext = {
export type DomainRecord = {
id: string;
domain: string;
thirdDns: boolean;
registrationDate: number;
expirationDate: number;
};
export interface IDnsProvider<T = any> {