【新增】部署类型七牛云oss、七牛云cdn、百度cdn、腾讯waf、腾讯edgeone、阿里云waf

【新增】解析类型godaddy
【新增】自定义CA授权管理
【调整】优化部署流程,减少代码冗余,提升类型添加效率
This commit is contained in:
chudong
2025-05-23 16:58:34 +08:00
parent 71de397e11
commit e5634d4992
263 changed files with 18348 additions and 14253 deletions

View File

@@ -15,7 +15,7 @@ const defaultLight: ThemeTemplate = {
title: '默认亮色主题', // 主题名称
themeOverrides: {
common: {
// borderRadius: '0.6rem', // 圆角
borderRadius: '0.6rem', // 圆角
// primaryColor: '#4caf50', // 主色
// primaryColorHover: '#20a53a', // 主色悬停
// primaryColorPressed: '#157f3a', // 主色按下
@@ -32,6 +32,7 @@ const defaultDark: ThemeTemplate = {
title: '默认暗色主题',
themeOverrides: {
common: {
borderRadius: '0.6rem', // 圆角
// baseColor: '#F1F1F1', // 基础色
// primaryColor: '#4caf50', // 主色
// primaryColorHover: '#20a53a', // 主色悬停