mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
邮箱通知支持多个收件人
This commit is contained in:
@@ -505,5 +505,6 @@
|
||||
"强制打开": "Force Open",
|
||||
"强制打开可能会导致编辑器显示异常": "Force opening may cause display issues in the editor",
|
||||
"确认离开": "Confirm Leave",
|
||||
"当前文件未保存,确认离开吗": "Current file is not saved, are you sure to leave?"
|
||||
"当前文件未保存,确认离开吗": "Current file is not saved, are you sure to leave?",
|
||||
"收件邮箱地址,多个分号分隔,默认发送给发件邮箱地址": "Receiving email address, multiple semicolon separated, sent to the sending email address by default"
|
||||
}
|
||||
|
||||
@@ -505,6 +505,7 @@
|
||||
"强制打开": "强制打开",
|
||||
"强制打开可能会导致编辑器显示异常": "强制打开可能会导致编辑器显示异常",
|
||||
"确认离开": "确认离开",
|
||||
"当前文件未保存,确认离开吗": "当前文件未保存,确认离开吗"
|
||||
"当前文件未保存,确认离开吗": "当前文件未保存,确认离开吗",
|
||||
"收件邮箱地址,多个分号分隔,默认发送给发件邮箱地址": "收件邮箱地址,多个分号分隔,默认发送给发件邮箱地址"
|
||||
}
|
||||
|
||||
+5
-1
@@ -400,7 +400,7 @@ export default {
|
||||
),
|
||||
required: true,
|
||||
},
|
||||
{ label: 'emailUser', tip: intl.get('邮箱地址'), required: true },
|
||||
{ label: 'emailUser', tip: intl.get('邮箱认证地址'), required: true },
|
||||
{
|
||||
label: 'emailPass',
|
||||
tip: intl.get(
|
||||
@@ -408,6 +408,10 @@ export default {
|
||||
),
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
label: 'emailTo',
|
||||
tip: intl.get('收件邮箱地址,多个分号分隔,默认发送给发件邮箱地址'),
|
||||
},
|
||||
],
|
||||
pushMe: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user