Merge branch 'v2-dev' into v2-plugin

pull/370/head
xiaojunnuo 2025-04-08 21:14:54 +08:00
commit c021dd03d3
3 changed files with 8 additions and 2 deletions

View File

@ -61,6 +61,7 @@ export default defineConfig({
nav: [
{ text: "首页", link: "/" },
{ text: "指南", link: "/guide/" },
{ text: "插件", link: "/deploy/" },
{ text: "商业版", link: "/comm/" },
{ text: "Demo体验", link: "https://certd.handfree.work" }
],
@ -126,8 +127,9 @@ export default defineConfig({
],
"/deploy/":[
{
text: "部署任务",
text: "部署证书插件",
items: [
{ text: "插件说明", link: "/deploy/index.md" },
{ text: "部署到ESXi", link: "/deploy/ESXi/index.md" },
]
}

4
docs/deploy/index.md Normal file
View File

@ -0,0 +1,4 @@
# 部署插件说明
## 待完善

View File

@ -33,7 +33,7 @@ export class EabAccess extends BaseAccess {
component: {
placeholder: "绑定一个邮箱",
},
rules: { type: "email", message: "请输入正确的邮箱" },
rules: [{ type: "email", message: "请输入正确的邮箱" }],
helper: "Google的EAB申请证书更换邮箱会导致EAB失效可以在此处绑定一个邮箱避免此问题",
required: true,
})