mirror of
https://github.com/certd/certd.git
synced 2026-04-30 17:37:24 +08:00
perf(spaceship): 新增Spaceship DNS插件和授权模块
添加Spaceship DNS提供商插件和授权模块,支持域名解析管理 更新相关文档和技能说明,优化错误处理和日志记录 移除调试日志,更新README项目列表
This commit is contained in:
@@ -126,6 +126,8 @@ if (isDev()) {
|
||||
|
||||
## 完整示例
|
||||
|
||||
### 示例:通用 DNS Provider
|
||||
|
||||
```typescript
|
||||
import { AbstractDnsProvider, CreateRecordOptions, IsDnsProvider, RemoveRecordOptions } from '@certd/plugin-cert';
|
||||
import { DemoAccess } from './access.js';
|
||||
|
||||
Reference in New Issue
Block a user