mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +00:00
搞个了发邮件的tool,我先玩玩
This commit is contained in:
parent
e0d252aa75
commit
b9b758102b
4 changed files with 143 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue