perf: 域名导入

This commit is contained in:
xiaojunnuo
2026-01-21 18:24:03 +08:00
parent f75c73d739
commit ad64384891
8 changed files with 78 additions and 45 deletions
@@ -31,8 +31,6 @@ export type DnsProviderContext = {
export type DomainRecord = {
id: string;
domain: string;
registrationDate: number;
expirationDate: number;
};
export interface IDnsProvider<T = any> {