This commit is contained in:
xiaojunnuo
2026-02-19 00:17:02 +08:00
parent 524195d729
commit 1bcadd5f8e
3 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
export default {
ipAddress: "IP地址",
ipAddressHelper: "填写则固定检查此IP不从DNS获取域名的IP地址",
remark: "Remark",
title: "Site Certificate Monitoring",
description: "Check website certificates' expiration at 0:00 daily; reminders sent 10 days before expiration (using default notification channel);",

View File

@@ -1,4 +1,6 @@
export default {
ipAddress: "IP地址",
ipAddressHelper: "填写则固定检查此IP不从DNS获取域名的IP地址",
remark: "备注",
title: "站点证书监控",
description: "每天0点检查网站证书的过期时间到期前10天时将发出提醒使用默认通知渠道;",

View File

@@ -557,13 +557,13 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
},
},
ipAddress: {
title: t("certd.monitor.ipAddress"),
title: t("monitor.ipAddress"),
search: {
show: false,
},
type: "text",
form: {
helper: t("certd.monitor.ipAddressHelper"),
helper: t("monitor.ipAddressHelper"),
},
column: {
width: 150,