mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-13 01:50:53 +08:00
【调整】api授权新增lecdn和constellix类型
【调整】部署新增LeCdn类型
This commit is contained in:
@@ -225,6 +225,19 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
|
||||
type: ['dns'],
|
||||
sort: 25,
|
||||
},
|
||||
lecdn: {
|
||||
name: 'LeCDN',
|
||||
icon: 'lecdn',
|
||||
type: ['dns', 'host'],
|
||||
hostRelated: { default: { name: 'LeCDN' } },
|
||||
sort: 26,
|
||||
},
|
||||
constellix: {
|
||||
name: 'Constellix',
|
||||
icon: 'constellix',
|
||||
type: ['dns'],
|
||||
sort: 27,
|
||||
},
|
||||
doge: {
|
||||
name: $t('t_0_1750129254226'),
|
||||
icon: 'doge',
|
||||
@@ -232,14 +245,14 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
|
||||
hostRelated: {
|
||||
cdn: { name: $t('t_0_1750129254226') + 'CDN' },
|
||||
},
|
||||
sort: 26,
|
||||
sort: 28,
|
||||
},
|
||||
plugin: {
|
||||
name: '插件',
|
||||
icon: 'plugin',
|
||||
type: ['host'],
|
||||
hostRelated: { default: { name: '插件' } },
|
||||
sort: 27,
|
||||
sort: 29,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user