3e277afddc
modified: README.md modified: __pycache__/main.cpython-312.pyc modified: _conf_schema.json new file: image.png modified: main.py deleted: static/files/ceshi.txt deleted: static/img/server-icon.png new file: tools/.flask.pid new file: tools/__pycache__/mail_tool.cpython-312.pyc new file: tools/__pycache__/zhangdan_flask.cpython-312.pyc new file: tools/mail_tool.py new file: tools/zhangdan_flask.py
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
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
|
|
},
|
|
"rwebui": {
|
|
"description": "是否开启webui",
|
|
"type": "bool",
|
|
"hint": "是否开启webui",
|
|
"obvious_hint": true,
|
|
"default":false
|
|
},
|
|
"webui_port": {
|
|
"description": "webui端口",
|
|
"type": "int",
|
|
"hint": "webui端口 2~65534 输入无效端口会默认使用5001",
|
|
"obvious_hint": true,
|
|
"default":5001
|
|
},
|
|
"webui_passwd": {
|
|
"description": "webui访问密码",
|
|
"type": "string",
|
|
"hint": "webui访问密码",
|
|
"obvious_hint": true,
|
|
"default":"admin"
|
|
}
|
|
|
|
} |