【调整】更新API表单输入,新增密码类型和显示密码功能

【调整】登录页表单校验调整
【调整】新增阿里云dcdn部署类型
This commit is contained in:
chenzhihua
2025-07-14 10:26:51 +08:00
parent 8bdf9d6b46
commit 2a50e9c4ad
65 changed files with 382 additions and 50 deletions

View File

@@ -85,9 +85,10 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
type: ['host', 'dns'],
hostRelated: {
cdn: { name: $t('t_16_1745735766712') },
dcdn: { name: $t('t_0_1752230148946') },
oss: { name: $t('t_2_1746697487164') },
waf: { name: $t('t_10_1744958860078') },
esa: { name: '阿里云ESA' },
esa: { name: $t('t_1_1752230146379') },
},
sort: 6,
},
@@ -255,5 +256,3 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
sort: 29,
},
}