chore: 添加子域名托管解析设置并更新相关提示

- 在证书申请页面添加子域名托管解析设置入口
- 更新域名输入提示,增加子域名托管解析相关说明
- 更改子域名托管解析页面图标
This commit is contained in:
xiaojunnuo
2025-04-12 02:00:40 +08:00
parent b506bd15a5
commit 23caab5b06
3 changed files with 4 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ export const certdResources = [
path: "/certd/pipeline/subDomain",
component: "/certd/pipeline/sub-domain/index.vue",
meta: {
icon: "ion:link-outline",
icon: "material-symbols:approval-delegation-outline",
auth: true,
keepAlive: true,
},

View File

@@ -68,7 +68,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
},
},
domain: {
title: "子域名",
title: "托管的子域名",
type: "text",
search: {
show: true,