【新增】部署类型七牛云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

@@ -1,7 +1,7 @@
import { NCard, NButton, NList, NListItem, NTag, NSpace, NGrid, NGridItem, NSwitch } from 'naive-ui'
import { useController } from '../useController'
import { useStore } from '../useStore'
import SvgIcon from '@components/svgIcon'
import SvgIcon from '@components/SvgIcon'
import { $t } from '@locales/index'
/**

View File

@@ -3,10 +3,10 @@ import { SettingOutlined, BellOutlined, InfoCircleOutlined } from '@vicons/antd'
import { useStore } from './useStore'
import { useController } from './useController'
import BaseComponent from '@/components/baseComponent'
import GeneralSettings from './components/generalSettings'
import NotificationSettings from './components/notificationSettings'
import AboutSettings from './components/aboutSettings'
import BaseComponent from '@components/BaseLayout'
import GeneralSettings from './components/GeneralSettings'
import NotificationSettings from './components/NotificationSettings'
import AboutSettings from './components/AboutSettings'
/**
* 设置页面组件

View File

@@ -6,7 +6,7 @@ import { useError } from '@baota/hooks/error'
import { $t } from '@locales/index'
import { useStore } from './useStore'
import EmailChannelForm from './components/emailChannelForm'
import EmailChannelForm from './components/EmailChannelForm'
import type { ReportMail, AddReportParams, SaveSettingParams, ReportType } from '@/types/setting'
const {

View File

@@ -87,9 +87,7 @@ export const useSettingsStore = defineStore('settings-store', () => {
service: 'https://example.com/service_qr.png',
wechat: 'https://example.com/wechat_qr.png',
},
description: $t(
'AllinSSL \n\r开源免费的 SSL 证书自动化管理平台 \n\r一键自动化申请、续期、部署、监控所有 SSL/TLS 证书,支持跨云环境和多 CA (coding~),告别繁琐配置和高昂费用。',
),
description: $t('t_0_1747904536291'),
})
// -------------------- 工具方法 --------------------