1
0
Fork 0

📝 docs(trendradar): update configuration and documentation files

- bump version from 1.0.0 to 1.1.0 in config.yaml and frequency_words.txt
- add link to visual configuration editor in config files and READMEs
- update README instructions to note config.yaml update requirement after app upgrade
This commit is contained in:
pooneyy 2026-01-29 11:20:58 +08:00
parent be1a6d64da
commit 208dbff2c2
No known key found for this signature in database
5 changed files with 15 additions and 6 deletions

View File

@ -1,9 +1,12 @@
# ═══════════════════════════════════════════════════════════════
# TrendRadar 配置文件
# Version: 1.0.0
# Version: 1.1.0
# ═══════════════════════════════════════════════════════════════
# 可视化配置编辑器地址: https://sansan0.github.io/TrendRadar/
# ===============================================================
# 1. 基础设置
# ===============================================================

View File

@ -1,7 +1,10 @@
# ═══════════════════════════════════════════════════════════════
# TrendRadar 频率词配置文件
# Version: 1.0.0
# Version: 1.1.0
# ═══════════════════════════════════════════════════════════════
# 可视化配置编辑器地址: https://sansan0.github.io/TrendRadar/
#
# 凡是左侧有 # 的都是仅供阅读的说明性文字
#
# 这个文件用来设置你想关注的新闻关键词。
@ -225,7 +228,7 @@
# ═══════════════════════════════════════════════════════════════
[AI 相关]
/(?<![a-zA-Z])ai(?![a-zA-Z])/i
/(?<![a-zA-Z])ai(?![a-zA-Z])/
人工智能
[芯片]

View File

@ -1,5 +1,4 @@
additionalProperties:
formFields:additionalProperties:
formFields:
- default: 8080
envKey: PANEL_APP_PORT_HTTP

View File

@ -5,7 +5,9 @@
安装应用后请前往 `应用安装目录/config/frequency_words.txt` 配置你关心的热点词汇。
> [关键词配置](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` 启动服务。

View File

@ -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.