修复 notify.js smtp 通知

This commit is contained in:
whyour
2024-01-13 20:52:04 +08:00
parent 4e66a3aff5
commit 53346a3962
6 changed files with 23 additions and 39 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ export default {
required: true,
},
{ label: 'emailUser', tip: intl.get('邮箱地址'), required: true },
{ label: 'emailPass', tip: intl.get('邮箱SMTP授权码'), required: true },
{ label: 'emailPass', tip: intl.get('SMTP 登录密码,也可能为特殊口令,视具体邮件服务商说明而定'), required: true },
],
pushMe: [
{