【调整】新增部署插件扩展功能

【新增】多吉云cdn配置
【优化】分页新增本地存储功能
This commit is contained in:
chudong
2025-06-18 11:17:44 +08:00
parent 143db0baae
commit f1a17de516
456 changed files with 3894 additions and 3082 deletions

View File

@@ -30,6 +30,9 @@ export const CACertificateAuthorization = {
zerossl: { name: 'ZeroSSL', type: 'zerossl' },
google: { name: 'Google', type: 'google' },
sslcom: { name: 'SSL.COM', type: 'sslcom' },
buypass: { name: 'Buypass', type: 'buypass' },
letsencrypt: { name: "Let's Encrypt", type: 'letsencrypt' },
custom: { name: '自定义', type: 'custom' },
}
// 授权API管理
@@ -221,6 +224,22 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
type: ['dns'],
sort: 25,
},
doge: {
name: $t('t_0_1750129254226'),
icon: 'doge',
type: ['host'],
hostRelated: {
cdn: { name: $t('t_0_1750129254226') + 'CDN' },
},
sort: 26,
},
plugin: {
name: '插件',
icon: 'plugin',
type: ['host'],
hostRelated: { default: { name: '插件' } },
sort: 27,
},
}