【优化】重绘各类厂商和资源来源图标

【新增】CA类型SSL.COM
【新增】消息通知渠道-webhook
【新增】消息通知渠道-飞书
【新增】消息通知渠道-钉钉
【新增】huaweicloud-cdn部署类型
【修改】版本号
This commit is contained in:
chudong
2025-05-29 14:29:11 +08:00
parent c7e8dee436
commit 29e5cc8304
170 changed files with 12084 additions and 13703 deletions

View File

@@ -18,7 +18,7 @@ export interface ApiProjectType {
// $t('t_0_1747886301644')
export const MessagePushConfig = {
email: { name: $t('t_68_1745289354676'), type: 'mail' },
mail: { name: $t('t_68_1745289354676'), type: 'mail' },
wecom: { name: $t('t_33_1746773350932'), type: 'wecom' },
dingtalk: { name: $t('t_32_1746773348993'), type: 'dingtalk' },
feishu: { name: $t('t_34_1746773350153'), type: 'feishu' },
@@ -29,6 +29,7 @@ export const MessagePushConfig = {
export const CACertificateAuthorization = {
zerossl: { name: 'ZeroSSL', type: 'zerossl' },
google: { name: 'Google', type: 'google' },
sslcom: { name: 'SSL.COM', type: 'sslcom' },
}
// 授权API管理
@@ -91,7 +92,7 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
type: ['host', 'dns'],
hostRelated: {
cdn: { name: $t('t_14_1745735766121') },
oss: { name: $t('t_15_1745735768976') },
cos: { name: $t('t_15_1745735768976') },
waf: { name: $t('t_9_1744958840634') },
teo: { name: $t('t_5_1747886301427') },
},
@@ -114,7 +115,10 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
huaweicloud: {
name: $t('t_9_1747886301128'),
icon: 'huaweicloud',
type: ['dns'],
type: ['dns', 'host'],
hostRelated: {
cdn: { name: $t('t_9_1747886301128') + 'CDN' },
},
sort: 10,
},
baidu: {
@@ -150,6 +154,36 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
type: ['dns'],
sort: 15,
},
namecheap: {
name: 'Namecheap',
icon: 'namecheap',
type: ['dns'],
sort: 16,
},
ns1: {
name: 'NS1',
icon: 'ns1',
type: ['dns'],
sort: 17,
},
cloudns: {
name: 'ClouDNS',
icon: 'cloudns',
type: ['dns'],
sort: 18,
},
aws: {
name: 'AWS',
icon: 'aws',
type: ['dns'],
sort: 19,
},
azure: {
name: 'Azure',
icon: 'azure',
type: ['dns'],
sort: 20,
},
}