1
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
5 changed files with 15 additions and 6 deletions

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.