【新增】火山引擎CDN和DCDN,以及宝塔面板-站点win兼容

This commit is contained in:
chudong
2025-05-30 13:57:31 +08:00
parent d7d18c5157
commit bdd766cfe0
45 changed files with 109 additions and 71 deletions

View File

@@ -57,6 +57,7 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
default: { name: $t('t_10_1745735765165') },
site: { name: $t('t_1_1747886307276') },
dockersite: { name: $t('t_0_1747994891459') },
singlesite: { name: $t('t_1_1747886307276') + '\r\nWin/Linux 9.4前)' },
},
type: ['host'],
sort: 3,
@@ -139,7 +140,11 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
volcengine: {
name: $t('t_13_1747886301689'),
icon: 'volcengine',
type: ['dns'],
type: ['host', 'dns'],
hostRelated: {
cdn: { name: $t('t_13_1747886301689') + 'CDN' },
dcdn: { name: $t('t_13_1747886301689') + 'DCDN' },
},
sort: 13,
},
westcn: {