mirror of https://github.com/certd/certd
chore: 1
parent
262ad0b51c
commit
764326ab16
|
@ -10,6 +10,7 @@
|
|||
<a-tag color="green" class="flex-inline"> <fs-icon icon="ion:time-outline" class="mr-5"></fs-icon> {{ now }}</a-tag>
|
||||
</div>
|
||||
</div>
|
||||
<div class="suggest"></div>
|
||||
</div>
|
||||
|
||||
<div class="statistic-data m-20">
|
||||
|
@ -20,6 +21,9 @@
|
|||
<a-col span="6">
|
||||
<statistic-card title="授权数量"></statistic-card>
|
||||
</a-col>
|
||||
<a-col span="6">
|
||||
<statistic-card title="运行次数"></statistic-card>
|
||||
</a-col>
|
||||
<a-col span="6">
|
||||
<statistic-card title="下次触发时间"></statistic-card>
|
||||
</a-col>
|
||||
|
|
|
@ -18,7 +18,8 @@ export class CloudflareAccess extends BaseAccess {
|
|||
component: {
|
||||
placeholder: 'api token,用户 API 令牌',
|
||||
},
|
||||
helper: '前往 https://dash.cloudflare.com/profile/api-tokens 获取API令牌, token权限必须包含:[Zone区域-Zone区域-Edit编辑], [Zone区域-DNS-Edit编辑]',
|
||||
helper:
|
||||
'前往 [获取API令牌](https://dash.cloudflare.com/profile/api-tokens),注意是令牌,不是密钥。\n token权限必须包含:[Zone区域-Zone区域-Edit编辑], [Zone区域-DNS-Edit编辑]',
|
||||
required: true,
|
||||
encrypt: true,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue