perf: 支持google dns插件

This commit is contained in:
xiaojunnuo
2026-04-26 01:56:08 +08:00
parent 7b6b3aa293
commit edc7bfc230
5 changed files with 555 additions and 114 deletions
+2 -2
View File
@@ -70,9 +70,9 @@ version: 1.0.0
#### 你的回答
```typescript
import { AbstractDnsProvider, CreateRecordOptions, IsDnsProvider, RemoveRecordOptions, PageSearch, PageRes, DomainRecord } from '@certd/plugin-cert';
import { Pager, PageRes, PageSearch } from "@certd/pipeline";
import { AbstractDnsProvider, CreateRecordOptions, IsDnsProvider, RemoveRecordOptions, DomainRecord } from '@certd/plugin-cert';
import { DemoAccess } from './access.js';
import { Pager } from '@certd/pipeline';
type DemoRecord = {
// 这里定义 Record 记录的数据结构,跟对应云平台接口返回值一样即可