diff --git a/apps/trendradar/5.4.0/config/config.yaml b/apps/trendradar/5.4.0/config/config.yaml index febac0c57..75ba5b13c 100644 --- a/apps/trendradar/5.4.0/config/config.yaml +++ b/apps/trendradar/5.4.0/config/config.yaml @@ -1,9 +1,12 @@ # ═══════════════════════════════════════════════════════════════ # TrendRadar 配置文件 -# Version: 1.0.0 +# Version: 1.1.0 # ═══════════════════════════════════════════════════════════════ +# 可视化配置编辑器地址: https://sansan0.github.io/TrendRadar/ + + # =============================================================== # 1. 基础设置 # =============================================================== diff --git a/apps/trendradar/5.4.0/config/frequency_words.txt b/apps/trendradar/5.4.0/config/frequency_words.txt index fe4779e96..dbf4d0844 100644 --- a/apps/trendradar/5.4.0/config/frequency_words.txt +++ b/apps/trendradar/5.4.0/config/frequency_words.txt @@ -1,7 +1,10 @@ # ═══════════════════════════════════════════════════════════════ # TrendRadar 频率词配置文件 -# Version: 1.0.0 +# Version: 1.1.0 # ═══════════════════════════════════════════════════════════════ + +# 可视化配置编辑器地址: https://sansan0.github.io/TrendRadar/ +# # 凡是左侧有 # 的都是仅供阅读的说明性文字 # # 这个文件用来设置你想关注的新闻关键词。 @@ -225,7 +228,7 @@ # ═══════════════════════════════════════════════════════════════ [AI 相关] -/(? [关键词配置](https://github.com/sansan0/TrendRadar#2-%E5%85%B3%E9%94%AE%E8%AF%8D%E9%85%8D%E7%BD%AE) +> 升级应用后, `config.yaml` 需要一同更新 +> [配置详解](https://github.com/sansan0/TrendRadar#%EF%B8%8F-%E9%85%8D%E7%BD%AE%E8%AF%A6%E8%A7%A3) +> [可视化配置编辑器](https://sansan0.github.io/TrendRadar) Web 服务: 进入容器后,执行 `python manage.py start_webserver` 启动服务。 diff --git a/apps/trendradar/README_en.md b/apps/trendradar/README_en.md index 2c513ca6e..27927ada7 100644 --- a/apps/trendradar/README_en.md +++ b/apps/trendradar/README_en.md @@ -4,7 +4,9 @@ After installing the application, please go to `application installation directo After installing the application, please navigate to `application installation directory/config/frequency_words.txt` to configure the hot keywords you care about. -> [Keyword Configuration](https://github.com/sansan0/TrendRadar/blob/master/README-EN.md#2-keyword-configuration) +> After upgrading the application, the `config.yaml` needs to be updated as well. +> [Configuration Guide](https://github.com/sansan0/TrendRadar/blob/master/README-EN.md#%EF%B8%8F-configuration-guide) +> [Visual Configuration Editor](https://sansan0.github.io/TrendRadar) Web Service: After entering the container, execute `python manage.py start_webserver` to start the service.