mirror of https://github.com/certd/certd
chore:
parent
b7980aad5a
commit
204cbd0209
|
@ -8,7 +8,7 @@ import {HttpRequestConfig} from "@certd/basic";
|
|||
@IsAccess({
|
||||
name: 'godaddy',
|
||||
title: 'godaddy授权',
|
||||
icon: 'arcticons:dns-changer-3',
|
||||
icon: 'simple-icons:godaddy',
|
||||
desc: '',
|
||||
})
|
||||
export class GodaddyAccess extends BaseAccess {
|
||||
|
|
|
@ -14,7 +14,7 @@ export type GodaddyRecord = {
|
|||
name: 'godaddy',
|
||||
title: 'godaddy',
|
||||
desc: 'GoDaddy',
|
||||
icon: 'arcticons:dns-changer-3',
|
||||
icon: 'simple-icons:godaddy',
|
||||
// 这里是对应的 cloudflare的access类型名称
|
||||
accessType: 'godaddy',
|
||||
order:10,
|
||||
|
|
Loading…
Reference in New Issue