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