Files
astrbot_bdzxb_bill/_conf_schema.json
T
bdzxb f7bff02269 modified: __pycache__/main.cpython-312.pyc
modified:   _conf_schema.json
	modified:   main.py
2026-05-14 23:53:26 +08:00

35 lines
803 B
JSON

{
"email_usr": {
"description": "邮箱",
"type": "string",
"hint": "邮箱",
"obvious_hint": true,
"default": "123456@qq.com"
},
"emcil_paswd": {
"description": "邮箱授权码",
"type": "string",
"hint": "邮箱授权码",
"obvious_hint": true,
"default": "123456"
},
"emcil_imap": {
"description": "IMAP服务器地址",
"type": "string",
"hint": "IMAP服务器地址",
"obvious_hint": true,
"default": "imap.qq.com"
},
"emcil_white": {
"description": "发件人白名单",
"type": "list",
"hint": "只接受指定发件人的邮件",
"obvious_hint": true
},
"no_file": {
"description": "屏蔽附件名称",
"type": "list",
"hint": "屏蔽干扰附件",
"obvious_hint": true
}
}