mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
Merge branch 'v2-dev' into v2-plugin
This commit is contained in:
@@ -61,6 +61,7 @@ export default defineConfig({
|
|||||||
nav: [
|
nav: [
|
||||||
{ text: "首页", link: "/" },
|
{ text: "首页", link: "/" },
|
||||||
{ text: "指南", link: "/guide/" },
|
{ text: "指南", link: "/guide/" },
|
||||||
|
{ text: "插件", link: "/deploy/" },
|
||||||
{ text: "商业版", link: "/comm/" },
|
{ text: "商业版", link: "/comm/" },
|
||||||
{ text: "Demo体验", link: "https://certd.handfree.work" }
|
{ text: "Demo体验", link: "https://certd.handfree.work" }
|
||||||
],
|
],
|
||||||
@@ -126,8 +127,9 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
"/deploy/":[
|
"/deploy/":[
|
||||||
{
|
{
|
||||||
text: "部署任务",
|
text: "部署证书插件",
|
||||||
items: [
|
items: [
|
||||||
|
{ text: "插件说明", link: "/deploy/index.md" },
|
||||||
{ text: "部署到ESXi", link: "/deploy/ESXi/index.md" },
|
{ text: "部署到ESXi", link: "/deploy/ESXi/index.md" },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
# 部署插件说明
|
||||||
|
|
||||||
|
## 待完善
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@ export class EabAccess extends BaseAccess {
|
|||||||
component: {
|
component: {
|
||||||
placeholder: "绑定一个邮箱",
|
placeholder: "绑定一个邮箱",
|
||||||
},
|
},
|
||||||
rules: { type: "email", message: "请输入正确的邮箱" },
|
rules: [{ type: "email", message: "请输入正确的邮箱" }],
|
||||||
helper: "Google的EAB申请证书,更换邮箱会导致EAB失效,可以在此处绑定一个邮箱避免此问题",
|
helper: "Google的EAB申请证书,更换邮箱会导致EAB失效,可以在此处绑定一个邮箱避免此问题",
|
||||||
required: true,
|
required: true,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user