初始化基金监控系统项目

This commit is contained in:
LL
2025-12-12 11:54:44 +08:00
commit 354133d6e4
104 changed files with 26244 additions and 0 deletions

12
data/email_config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"smtp_server": "smtp.qq.com",
"smtp_port": 465,
"smtp_secure": "ssl",
"username": "768057005@qq.com",
"password": "guyzqekhycnobdfe",
"from_email": "768057005@qq.com",
"from_name": "基金监控系统",
"to_emails": [
"1693710928@qq.com"
]
}