搞个了发邮件的tool,我先玩玩

This commit is contained in:
gaoao-3 2025-01-02 14:14:28 +08:00
parent e0d252aa75
commit b9b758102b
4 changed files with 143 additions and 2 deletions

View file

@ -54,7 +54,7 @@ export function supportGuoba () {
{
field: 'specialUserQQs',
label: '特殊用户QQ号',
bottomHelpMessage: '在这里添加特殊用户的QQ号码。',
bottomHelpMessage: '在这里添加特殊用户的QQ号码。',
component: 'Input'
},
{
@ -62,6 +62,12 @@ export function supportGuoba () {
label: '特殊用户名称',
bottomHelpMessage: '在这里添加特殊用户的名称。',
component: 'Input'
},
{
field: 'smtpAuthCode',
label: 'qq邮箱授权码',
bottomHelpMessage: '在这里添加你的授权码',
component: 'Input'
},
{
field: 'enableBYM',