update plugins doc (#1305)

This commit is contained in:
澄潭
2024-09-12 21:48:40 +08:00
committed by GitHub
parent 0f9113ed82
commit c7c4ae1da2
80 changed files with 7373 additions and 2368 deletions

View File

@@ -1,6 +1,6 @@
# 简介
## 功能说明
# 配置说明
## 配置说明
| Name | Type | Requirement | Default | Description |
| :-: | :-: | :-: | :-: | :-: |
| serviceSource | string | requried | - | 服务来源填dns |
@@ -11,7 +11,7 @@
| sk | string | requried | - | 阿里云SK |
# 配置示例
## 配置示例
```yaml
serviceSource: "dns"
serviceName: "safecheck"
@@ -19,4 +19,4 @@ servicePort: 443
domain: "green-cip.cn-shanghai.aliyuncs.com"
ak: "XXXXXXXXX"
sk: "XXXXXXXXXXXXXXX"
```
```