perf: 新增部署到百度云CDN插件

This commit is contained in:
xiaojunnuo
2024-10-23 16:33:53 +08:00
parent 5b148b7ed9
commit f126f9f932
10 changed files with 231 additions and 6 deletions
@@ -199,7 +199,7 @@ const steps = ref<Step[]>([
{
image: "/static/doc/images/15-1-email.png",
title: "设置邮件通知",
descriptions: ["建议选择监听'错误时'和'错误转成功'两种即可,在意外失败时可以尽快去排查问题,(免费版需要配置邮件服务器)"]
descriptions: ["建议选择监听'错误时'和'错误转成功'两种即可,在意外失败时可以尽快去排查问题,(基础版需要配置邮件服务器)"]
},
{
title: "教程结束",
@@ -59,7 +59,7 @@ const text = computed<Text>(() => {
title: "此为专业版功能"
},
nav: {
name: "免费版",
name: "基础版",
title: "升级专业版,享受更多VIP特权"
}
}
@@ -93,7 +93,7 @@ const formState = reactive({
const vipTypeDefine = {
free: {
title: "免费版",
title: "基础版",
type: "free",
privilege: ["证书申请功能无限制", "证书流水线数量10条", "常用的主机、cdn等部署插件"]
},