diff --git a/config/config.yaml b/config/config.yaml index ea9de63..aa4dbc9 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -33,6 +33,9 @@ notification: batch_send_interval: 1 # 批次发送间隔(秒) feishu_message_separator: "━━━━━━━━━━━━━━━━━━━" # feishu 消息分割线 + # 请务必妥善保管好 webhooks,不要公开 + # 如果你以 fork 的方式将本项目部署在 GitHub 上,请勿在此填写任何 webhooks,而是将 webhooks 填入 GitHub Secret + # 不然轻则手机上收到奇怪的广告推送,重则存在一定的安全隐患 webhooks: feishu_url: "" # 飞书机器人的 webhook URL dingtalk_url: "" # 钉钉机器人的 webhook URL diff --git a/main.py b/main.py index c664ee5..30f00bc 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ import requests import yaml -VERSION = "2.0.3" +VERSION = "2.0.4" # === 配置管理 === diff --git a/readme.md b/readme.md index 538e6e3..7c34f1a 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.0.3-green.svg?style=flat-square)](https://github.com/sansan0/TrendRadar) +[![Version](https://img.shields.io/badge/version-v2.0.4-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/) @@ -23,8 +23,6 @@ > 本项目以轻量,易部署为目标,主要处理 issues > > 遇到问题提 issues,或【硅基茶水间】公众号留言 -> -> **Fork** 的同时,如果觉得有帮助,请顺手点个 ⭐️ **Star**,感谢支持
👉 点击查看致谢名单 (当前 12 个) @@ -184,13 +182,20 @@ GitHub 一键 Fork 即可使用,无需编程基础。 - **小版本更新**:直接在 GitHub 网页编辑器中,用本项目的 `main.py` 代码替换你 fork 仓库中的对应文件 - **大版本升级**:从 v1.x 升级到 v2.0 建议删除现有 fork 后重新 fork,这样更省力且避免配置冲突 -### 2025/08/06 - v2.0.3 +### 2025/08/27 - v2.0.4 -- 优化 github page 的网页版效果,方便移动端使用 +- 本次版本不是功能修复,而是重要提醒 +- 请务必妥善保管好 webhooks,不要公开,不要公开,不要公开 +- 如果你以 fork 的方式将本项目部署在 GitHub 上,请将 webhooks 填入 GitHub Secret,而非 config.yaml +- 如果你已经暴露了 webhooks 或将其填入了 config.yaml,建议删除后重新生成
👉 历史更新 +### 2025/08/06 - v2.0.3 + +- 优化 github page 的网页版效果,方便移动端使用 + ### 2025/07/28 - v2.0.2 - 重构代码 diff --git a/version b/version index 6acdb44..26e3379 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.0.3 \ No newline at end of file +2.0.4 \ No newline at end of file