mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-11 01:01:09 +08:00
【调整】新增部署插件扩展功能
【新增】多吉云cdn配置 【优化】分页新增本地存储功能
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user