modified: .idea/misc.xml

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
This commit is contained in:
2026-05-16 15:11:33 +08:00
parent 4034250b01
commit 3e277afddc
13 changed files with 1352 additions and 212 deletions
+22
View File
@@ -31,5 +31,27 @@
"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"
}
}