mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 10:53:33 +08:00
fix(notification): 修复邮件中表格不渲染及排版松散问题 (fixes #134)
- 引入 markdown2 库替代简单的正则替换,支持 Markdown 表格渲染 - 重构邮件 HTML 生成逻辑,添加完整的 CSS 样式支持 - 优化邮件排版,调整间距使内容更加紧凑易读 - 增加表格边框、隔行变色等样式,提升数据展示效果
This commit is contained in:
@@ -32,6 +32,7 @@ google-search-results>=2.4.0 # SerpAPI(每月 100 次免费)
|
||||
|
||||
# 网络请求
|
||||
requests>=2.31.0 # HTTP 请求
|
||||
markdown2>=2.4.0 # Markdown 转 HTML
|
||||
fake-useragent>=1.4.0 # 随机 User-Agent 防封禁
|
||||
httpx[socks] # HTTP 客户端 + SOCKS 代理支持(OpenAI 可选依赖)
|
||||
dingtalk-stream >= 0.24.3 # 钉钉 Stream SDK
|
||||
|
||||
Reference in New Issue
Block a user