Files
astrbot_bdzxb_bill/_conf_schema.json
T
bdzxb 7f05c25847 new file: .idea/.gitignore
new file:   .idea/astrbot_plugin_bd_mc.iml
	new file:   .idea/inspectionProfiles/Project_Default.xml
	new file:   .idea/misc.xml
	new file:   .idea/modules.xml
	new file:   .idea/vcs.xml
	new file:   LICENSE
	new file:   __pycache__/main.cpython-311.pyc
	new file:   __pycache__/main.cpython-312.pyc
	new file:   __pycache__/main.cpython-313.pyc
	new file:   _conf_schema.json
	new file:   main.py
	new file:   metadata.yaml
	new file:   static/files/ceshi.txt
	new file:   static/img/server-icon.png
2026-05-13 23:37:42 +08:00

29 lines
661 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
}
}