From 49059c11d9ddbad5fcef15041515ce2c9a5d0bde Mon Sep 17 00:00:00 2001 From: sansan <77180927+sansan0@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:28:21 +0800 Subject: [PATCH] v2.2.0 --- main.py | 159 +++++++++++++++++++++++++++++++++++++++++++++++++++++- readme.md | 20 +++++-- version | 2 +- 3 files changed, 174 insertions(+), 7 deletions(-) diff --git a/main.py b/main.py index 0b4eaa3..6a6bda8 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ import requests import yaml -VERSION = "2.1.2" +VERSION = "2.2.0" # === 配置管理 === @@ -1509,6 +1509,7 @@ def render_html_content( 热点新闻分析 +
+
热点新闻分析
@@ -2082,7 +2151,95 @@ def render_html_content( html += """
+ +
+ + """ diff --git a/readme.md b/readme.md index ed91679..e5e5a9f 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ [![GitHub Stars](https://img.shields.io/github/stars/sansan0/TrendRadar?style=flat-square&logo=github&color=yellow)](https://github.com/sansan0/TrendRadar/stargazers) [![GitHub Forks](https://img.shields.io/github/forks/sansan0/TrendRadar?style=flat-square&logo=github&color=blue)](https://github.com/sansan0/TrendRadar/network/members) [![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg?style=flat-square)](LICENSE) -[![Version](https://img.shields.io/badge/version-v2.1.2-green.svg?style=flat-square)](https://github.com/sansan0/TrendRadar) +[![Version](https://img.shields.io/badge/version-v2.2.0-green.svg?style=flat-square)](https://github.com/sansan0/TrendRadar) [![企业微信通知](https://img.shields.io/badge/企业微信-通知支持-00D4AA?style=flat-square)](https://work.weixin.qq.com/) [![Telegram通知](https://img.shields.io/badge/Telegram-通知支持-00D4AA?style=flat-square)](https://telegram.org/) @@ -25,7 +25,7 @@ > 遇到问题提 issues,或【硅基茶水间】公众号留言
-👉 点击查看致谢名单 (当前 🔥18🔥 位) +👉 点击查看致谢名单 (当前 🔥19🔥 位) ### 数据支持 @@ -45,6 +45,7 @@ | 点赞人 | 金额 | 日期 | 备注 | | :-------------------------: | :----: | :----: | :-----------------------: | +| **昊 | 5 | 2025.9.17 | | | *号 | 1 | 2025.9.15 | | | T*T | 2 | 2025.9.15 | 点赞 | | *家 | 10 | 2025.9.10 | | @@ -133,7 +134,7 @@ GitHub 一键 Fork 即可使用,无需编程基础。 -> 30秒部署: GitHub Pages(网页浏览) +> 30秒部署: GitHub Pages(网页浏览)支持一键保存成图片,随时分享给他人 > > 1分钟部署: 企业微信(手机通知) @@ -230,14 +231,23 @@ GitHub 一键 Fork 即可使用,无需编程基础。 > > 下一次**新功能**,大概会是 ai 分析功能(大概(●'◡'●) -### 2025/09/13 - v2.1.2 +### 2025/09/17 - v2.2.0 -- 解决钉钉的推送容量限制导致的新闻推送失败问题(采用分批推送) +- 新增一键保存新闻图片功能,让你轻松分享关注的热点 +**使用说明**: +- 适用场景:当你按照教程开启了网页版功能后(GitHub Pages) +- 使用方法:用手机或电脑打开该网页链接,点击页面顶部的"保存为图片"按钮 +- 实际效果:系统会自动将当前的新闻报告制作成一张精美图片,保存到你的手机相册或电脑桌面 +- 分享便利:你可以直接把这张图片发给朋友、发到朋友圈,或分享到工作群,让别人也能看到你发现的重要资讯
👉 历史更新 +### 2025/09/13 - v2.1.2 + +- 解决钉钉的推送容量限制导致的新闻推送失败问题(采用分批推送) + ### 2025/09/04 - v2.1.1 - 修复docker在某些架构中无法正常运行的问题 diff --git a/version b/version index 8f9174b..e3a4f19 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.1.2 \ No newline at end of file +2.2.0 \ No newline at end of file