From c3e182941a5cd05f2b0f2acba514ff107ac6fc00 Mon Sep 17 00:00:00 2001
From: sansan <77180927+sansan0@users.noreply.github.com>
Date: Mon, 24 Nov 2025 19:45:17 +0800
Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=A3?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README-EN.md | 56 ++++++++++++++++++++++++++++++++++++------
README.md | 69 +++++++++++++++++++++++++++++++++++++++++-----------
2 files changed, 103 insertions(+), 22 deletions(-)
diff --git a/README-EN.md b/README-EN.md
index e2d735a..7bcb2e5 100644
--- a/README-EN.md
+++ b/README-EN.md
@@ -8,8 +8,8 @@
-
-
+
+
[](https://github.com/sansan0/TrendRadar/stargazers)
[](https://github.com/sansan0/TrendRadar/network/members)
@@ -43,13 +43,15 @@
> This project is designed to be lightweight and easy to deploy
+
+
## 📑 Quick Navigation
| [🚀 Quick Start](#-quick-start) | [🤖 AI Analysis](#-ai-analysis) | [⚙️ Configuration Guide](#configuration-guide) | [📝 Changelog](#-changelog) | [❓ FAQ & Support](#-faq--support) |
|:---:|:---:|:---:|:---:|:---:|
-| [🐳 Docker Deployment](#-docker-deployment) | [🔌 MCP Clients](#-mcp-clients) | [⭐ Related Projects](#-related-projects) | [🪄 Sponsors](#-sponsors) | |
+| [🐳 Docker Deployment](#6-docker-deployment) | [🔌 MCP Clients](#-mcp-clients) | [📚 Related Projects](#-related-projects) | [🪄 Sponsors](#-sponsors) | |
@@ -113,6 +115,7 @@ After communication, the author indicated no concerns about server pressure, but
+
## ✨ Core Features
@@ -256,6 +259,7 @@ Transform from "algorithm recommendation captivity" to "actively getting the inf
|:---:|:---:|
|  |  |
+
## 📝 Changelog
@@ -629,6 +633,7 @@ frequency_words.txt file added **required word** feature, using + sign
+
## 🚀 Quick Start
@@ -1106,8 +1111,8 @@ frequency_words.txt file added **required word** feature, using + sign
> 💡 Default configuration works normally, only adjust if you need personalization
- - **Push Settings**: Configure push mode and notification options in [config/config.yaml](config/config.yaml)
- - **Keyword Settings**: Add your interested keywords in [config/frequency_words.txt](config/frequency_words.txt)
+ - **Push Settings**: Configure push mode and notification options in [config/config.yaml](config/config.yaml) → [Push Mode Details](#3-push-mode-details)
+ - **Keyword Settings**: Add your interested keywords in [config/frequency_words.txt](config/frequency_words.txt) → [Keyword Configuration Tutorial](#2-keyword-configuration)
- **Push Frequency Adjustment**: In [.github/workflows/crawler.yml](.github/workflows/crawler.yml) adjust carefully, don't be greedy
**Note**: Suggest only adjusting explicitly documented config items, other options mainly for author's development testing
@@ -1137,6 +1142,7 @@ frequency_words.txt file added **required word** feature, using + sign
👉 **Learn More**: [AI Analysis](#-ai-analysis) — Unlock hidden capabilities and make trend tracking more efficient!
+
@@ -1439,6 +1445,22 @@ Assume you monitor "Apple" keyword, execute once per hour:
> - **Reason**: You might have selected `daily` (Daily Summary) or `current` (Current Rankings) mode
> - **Solution**: Change to `incremental` (Incremental Monitor) mode, only push new content
+#### ⚠️ Incremental Mode Important Notice
+
+> **Users who selected `incremental` (Incremental Monitor) mode, please note:**
+>
+> 📌 **Incremental mode only pushes when there are new matching news**
+>
+> **If you haven't received push notifications for a long time, it may be because:**
+> 1. No new hot topics matching your keywords in current time period
+> 2. Keyword configuration is too strict or too broad
+> 3. Too few monitoring platforms
+>
+> **Solutions:**
+> - Solution 1: 👉 [Optimize Keyword Configuration](#2-keyword-configuration) - Adjust keyword precision, add or modify monitoring keywords
+> - Solution 2: Switch push mode - Change to `current` or `daily` mode for scheduled push notifications
+> - Solution 3: 👉 [Add More Platforms](#1-platform-configuration) - Add more news platforms to expand information sources
+
### 4. Advanced Configuration - Hotspot Weight Adjustment
@@ -1538,7 +1560,11 @@ Updated: 2025-01-15 12:30:15
-## 🐳 Docker Deployment
+### 6. Docker Deployment
+
+
+👉 Click to expand: Complete Docker Deployment Guide
+
#### Method 1: Quick Experience (One-Line Command)
@@ -1738,6 +1764,9 @@ docker exec -it trend-radar /bin/bash
docker exec -it trend-radar ls -la /app/config/
```
+
+
+
## 🤖 AI Analysis
@@ -1781,10 +1810,17 @@ Cherry Studio provides GUI config interface, 5-minute quick deployment, complex
**Question Effect**:
-> Actually not recommended to ask multiple questions at once. If your chosen AI model cannot even sequentially call as shown below, suggest switching models.
+
+👉 Click to expand: View AI Conversation Example
+
+
+> 💡 **Tip**: Actually not recommended to ask multiple questions at once. If your chosen AI model cannot even sequentially call as shown below, suggest switching models.
+
+
+
## 🔌 MCP Clients
@@ -2078,6 +2114,7 @@ Any client supporting Model Context Protocol can connect to TrendRadar:
+
## ☕ FAQ & Support
@@ -2250,7 +2287,9 @@ A: You can top up as needed, pay-as-you-go. Major AI model prices are now relati
-### Project Articles
+
+
+## 📚 Related Projects
> **4 Related Articles** (Chinese):
@@ -2329,6 +2368,7 @@ flowchart TD
[](https://www.star-history.com/#sansan0/TrendRadar&Date)
+
## 📄 License
diff --git a/README.md b/README.md
index 23ab52e..a4f6102 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@
-
-
+
+
[](https://github.com/sansan0/TrendRadar/stargazers)
[](https://github.com/sansan0/TrendRadar/network/members)
@@ -60,13 +60,15 @@
+
+
## 📑 快速导航
| [🚀 快速开始](#-快速开始) | [🤖 AI 智能分析](#-ai-智能分析) | [⚙️ 配置详解](#配置详解) | [📝 更新日志](#-更新日志) | [❓ 答疑与交流](#问题答疑与交流) |
|:---:|:---:|:---:|:---:|:---:|
-| [🐳 Docker部署](#-docker-部署) | [🔌 MCP客户端](#-mcp-客户端) | [⭐ 项目相关](#项目相关) | [🪄 赞助商](#-赞助商) | |
+| [🐳 Docker部署](#6-docker-部署) | [🔌 MCP客户端](#-mcp-客户端) | [📚 项目相关](#-项目相关) | [🪄 赞助商](#-赞助商) | |
@@ -75,7 +77,7 @@
- 感谢**关注[公众号](#问题答疑与交流)** 的读者们,你们的留言、点赞、分享和推荐等积极互动让内容更有温度😎。
-👉 点击展开:致谢名单 (当前 🔥72🔥 位)
+👉 点击展开:致谢名单 (当前 🔥73🔥 位)
### 基础设施支持
@@ -102,9 +104,12 @@
> 感谢**给予资金支持**的朋友们,你们的慷慨已化身为键盘旁的零食饮料,陪伴着项目的每一次迭代。
>
> **"一元点赞"已暂停**,如仍想支持作者,可前往[公众号](#问题答疑与交流)文章底部点击"喜欢作者"。
+>
+> 一位可爱猫头像的朋友,不知你从哪个角落翻到了我的收款码,三连了 1.8,心意已收到,感谢厚爱
| 点赞人 | 金额 | 日期 | 备注 |
| :-------------------------: | :----: | :----: | :-----------------------: |
+| D*5 | 1.8 * 3 | 2025.11.24 | |
| *鬼 | 1 | 2025.11.17 | |
| *超 | 10 | 2025.11.17 | |
| R*w | 10 | 2025.11.17 | 这 agent 做的牛逼啊,兄弟 |
@@ -177,6 +182,7 @@
+
## ✨ 核心功能
@@ -319,6 +325,7 @@ GitHub 一键 Fork 即可使用,无需编程基础。
|:---:|:---:|
|  |  |
+
## 📝 更新日志
@@ -679,6 +686,7 @@ frequency_words.txt 文件增加了一个【必须词】功能,使用 + 号
+
## 🚀 快速开始
@@ -1209,8 +1217,8 @@ frequency_words.txt 文件增加了一个【必须词】功能,使用 + 号
> 💡 默认配置已可正常使用,如需个性化调整,可参考以下选项
- - **推送设置**:在 [config/config.yaml](config/config.yaml) 中配置推送模式和通知选项
- - **关键词设置**:在 [config/frequency_words.txt](config/frequency_words.txt) 中添加你关心的关键词
+ - **推送设置**:在 [config/config.yaml](config/config.yaml) 中配置推送模式和通知选项 → [推送模式详解](#3-推送模式详解)
+ - **关键词设置**:在 [config/frequency_words.txt](config/frequency_words.txt) 中添加你关心的关键词 → [关键词配置教程](#2-关键词配置)
- **推送频率调整**:在 [.github/workflows/crawler.yml](.github/workflows/crawler.yml) 请谨慎调整,别贪心
**注意**:建议只调整文档中明确说明的配置项,其他选项主要供作者开发时测试使用
@@ -1240,6 +1248,7 @@ frequency_words.txt 文件增加了一个【必须词】功能,使用 + 号
👉 **了解更多**:[AI 智能分析](#-ai-智能分析) — 解锁项目的隐藏能力,让热点追踪更高效!
+
@@ -1539,6 +1548,22 @@ report:
> - **原因**:你可能选择了 `daily`(当日汇总)或 `current`(当前榜单)模式
> - **解决**:改用 `incremental`(增量监控)模式,只推送新增内容
+#### ⚠️ 增量模式重要提示
+
+> **选择了 `incremental`(增量监控)模式的用户请注意:**
+>
+> 📌 **增量模式只在有新增匹配新闻时才会推送**
+>
+> **如果长时间没有收到推送,可能是因为:**
+> 1. 当前时段没有符合你关键词的新热点出现
+> 2. 关键词配置过于严格或过于宽泛
+> 3. 监控平台数量较少
+>
+> **解决方案:**
+> - 方案1:👉 [优化关键词配置](#2-关键词配置) - 调整关键词的精准度,增加或修改监控词汇
+> - 方案2:切换推送模式 - 改用 `current` 或 `daily` 模式,可以定时接收推送
+> - 方案3:👉 [增加监控平台](#1-平台配置) - 添加更多新闻平台,扩大信息来源
+
### 4. 热点权重调整
@@ -1638,7 +1663,11 @@ weight:
-## 🐳 Docker 部署
+### 6. Docker 部署
+
+
+👉 点击展开:Docker 部署完整指南
+
#### 方式一:快速体验(一行命令)
@@ -1688,11 +1717,11 @@ docker run -d --name trend-radar \
# 创建目录结构
mkdir -p trendradar/{config,docker}
cd trendradar
-
+
# 下载配置文件模板
wget https://raw.githubusercontent.com/sansan0/TrendRadar/master/config/config.yaml -P config/
wget https://raw.githubusercontent.com/sansan0/TrendRadar/master/config/frequency_words.txt -P config/
-
+
# 下载 docker-compose 配置
wget https://raw.githubusercontent.com/sansan0/TrendRadar/master/docker/.env
wget https://raw.githubusercontent.com/sansan0/TrendRadar/master/docker/docker-compose.yml
@@ -1747,7 +1776,7 @@ docker run -d --name trend-radar \
```bash
# 查看日志
docker logs -f trend-radar
-
+
# 查看容器状态
docker ps | grep trend-radar
```
@@ -1838,6 +1867,9 @@ docker exec -it trend-radar /bin/bash
docker exec -it trend-radar ls -la /app/config/
```
+
+
+
## 🤖 AI 智能分析
@@ -1865,7 +1897,6 @@ AI 分析功能**不是**直接查询网络实时数据,而是分析你**本
- 按照 [快速开始](#-快速开始) 部署运行项目
- 等待至少 1 天积累新闻数据后,即可查询最新热点
----
### 1. 快速部署
@@ -1881,10 +1912,17 @@ Cherry Studio 提供 GUI 配置界面, 5 分钟快速部署, 复杂的部分
**提问效果**:
-> 实际不建议一次性问多个问题。如果你选择的 ai 模型连下图的按顺序调用都无法做到,建议换一个。
+
+👉 点击展开:查看 AI 对话示例图
+
+
+> 💡 **提示**:实际不建议一次性问多个问题。如果你选择的 AI 模型连下图的按顺序调用都无法做到,建议换一个。
+
+
+
## 🔌 MCP 客户端
@@ -2260,6 +2298,7 @@ MCP Inspector 是官方调试工具,用于测试 MCP 连接:
+
## ☕问题答疑与交流
@@ -2282,7 +2321,6 @@ MCP Inspector 是官方调试工具,用于测试 MCP 连接:
----
## 🪄 赞助商
@@ -2347,7 +2385,9 @@ A: 可以按需充值,按量付费。目前大厂模型价格已相对亲民
---
-### 项目相关
+
+
+## 📚 项目相关
> **4 篇文章**:
@@ -2426,6 +2466,7 @@ flowchart TD
[](https://www.star-history.com/#sansan0/TrendRadar&Date)
+
## 📄 许可证