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
+1
View File
@@ -42,6 +42,7 @@
"china-division": "^2.7.0",
"core-js": "^3.36.0",
"cos-js-sdk-v5": "^1.7.0",
"cron-parser": "^4.9.0",
"cropperjs": "^1.6.1",
"dayjs": "^1.11.10",
"highlight.js": "^11.9.0",
@@ -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等部署插件"]
},
@@ -111,7 +111,7 @@ export const useSettingStore = defineStore({
},
vipLabel(): string {
const vipLabelMap: any = {
free: "免费版",
free: "基础版",
plus: "专业版",
comm: "商业版"
};
@@ -5,6 +5,7 @@
CNAME服务配置
<span class="sub">
此处配置的域名作为其他域名校验的代理当别的域名需要申请证书时通过CNAME映射到此域名上来验证所有权好处是任何域名都可以通过此方式申请证书也无需填写AccessSecret
<a href="https://certd.docmirror.cn/guide/feature/cname/" taget="_blank">CNAME功能原理及使用说明</a>
</span>
</div>
</template>