mirror of
https://gitee.com/houhuan/TrendRadar.git
synced 2025-12-21 12:47:16 +08:00
chore: 更正示例和注释
This commit is contained in:
parent
9a1dcb1c5b
commit
67ed3da805
@ -6,7 +6,7 @@
|
||||
ENABLE_CRAWLER=
|
||||
# 是否启用通知 (true/false)
|
||||
ENABLE_NOTIFICATION=
|
||||
# 报告模式 (all/filtered)
|
||||
# 报告模式(daily|incremental|current)
|
||||
REPORT_MODE=
|
||||
|
||||
# ============================================
|
||||
|
||||
@ -1258,7 +1258,7 @@ docker run -d --name trend-radar \
|
||||
|---------|---------|-------|------|
|
||||
| `ENABLE_CRAWLER` | `crawler.enable_crawler` | `true` / `false` | 是否启用爬虫 |
|
||||
| `ENABLE_NOTIFICATION` | `notification.enable_notification` | `true` / `false` | 是否启用通知 |
|
||||
| `REPORT_MODE` | `report.mode` | `all` / `filtered` | 报告模式 |
|
||||
| `REPORT_MODE` | `report.mode` | `daily` / `incremental` / `current`| 报告模式 |
|
||||
| `PUSH_WINDOW_ENABLED` | `notification.push_window.enabled` | `true` / `false` | 推送时间窗口开关 |
|
||||
| `PUSH_WINDOW_START` | `notification.push_window.time_range.start` | `08:00` | 推送开始时间 |
|
||||
| `PUSH_WINDOW_END` | `notification.push_window.time_range.end` | `22:00` | 推送结束时间 |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user