【修复】数据调整,导致的部署项目遗漏问题

This commit is contained in:
chudong
2025-05-23 18:09:54 +08:00
parent febe33dfd6
commit c9872fe52d
70 changed files with 199 additions and 155 deletions

View File

@@ -52,7 +52,11 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
btpanel: {
name: $t('t_10_1745735765165'),
icon: 'btpanel',
hostRelated: { default: { name: $t('t_10_1745735765165') }, site: { name: $t('t_1_1747886307276') } },
hostRelated: {
default: { name: $t('t_10_1745735765165') },
site: { name: $t('t_1_1747886307276') },
dockersite: { name: $t('t_0_1747994891459') },
},
type: ['host'],
sort: 3,
},