perf: 支持cloudflare域名

This commit is contained in:
xiaojunnuo
2024-06-15 02:17:34 +08:00
parent 368132daae
commit fbb9a47e8f
14 changed files with 206 additions and 106 deletions

View File

@@ -91,7 +91,7 @@ export class DnspodDnsProvider extends AbstractDnsProvider {
return ret.record;
}
async removeRecord(options: RemoveRecordOptions) {
async removeRecord(options: RemoveRecordOptions<any>) {
const { fullRecord, value, record } = options;
const domain = await this.matchDomain(fullRecord);