界面优化

This commit is contained in:
stardrophere
2026-03-12 19:38:14 +08:00
parent 19a61e6567
commit 6fbcf2c81b
5 changed files with 244 additions and 22 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:
"""底层纯异步发送邮件工具"""