big update

This commit is contained in:
stardrophere
2026-03-11 20:52:58 +08:00
parent 8ed819a580
commit 966bcfbba4
44 changed files with 7124 additions and 650 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ async def send_html_email(
to_email: str,
subject: str,
html_content: str,
sender_name: str = "AI 新闻早报",
sender_name: str = "AI 新闻",
sender_email: str = None
) -> bool:
"""底层纯异步发送邮件工具"""