feat: ui模式

BREAKING CHANGE: 接口配置变更
This commit is contained in:
xiaojunnuo
2023-05-23 18:01:20 +08:00
parent 8c152371a1
commit 6f6606d76d
40 changed files with 303 additions and 262 deletions
@@ -73,7 +73,7 @@ export class HuaweiDnsProvider implements IDnsProvider {
if (records && records.length > 0) {
for (const record of records) {
await this.removeRecord({
record: records[0],
record,
...options,
});
}
@@ -1,6 +1,5 @@
// @ts-ignore
import signer from "./signer";
import https from "https";
import { HuaweiAccess } from "../access";
import { axios } from "@certd/acme-client";
import { logger } from "@certd/pipeline";