Files
Auto_Bangumi/docs/config/program.md
EstrellaXD 3464df3e46 fix(docs): use absolute paths for images in public folder
Relative paths (../image/) don't work on Vercel since the image/
folder at docs root is not tracked in git. Only public/image/ is
tracked. Using absolute paths (/image/) correctly references the
public folder assets.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 11:48:04 +01:00

26 lines
1005 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 程序设置
## WebUI 配置
![program](/image/config/program.png){width=500}{class=ab-shadow-card}
<br/>
- 时间间隔参数的单位为秒。如需设置分钟,请换算为秒。
- RSS 为 RSS 检查间隔,影响自动下载规则的生成频率。
- 重命名为重命名检查间隔,如需调整重命名检查频率可修改此项。
- WebUI 端口为端口号。注意:如果使用 Docker更改端口后需要在 Docker 中重新映射端口。
## `config.json` 配置选项
配置文件中的对应选项如下:
配置节:`program`
| 参数 | 说明 | 类型 | WebUI 选项 | 默认值 |
|-------------|----------------|---------------|-------------------|--------|
| rss_time | RSS 检查间隔 | 整数(秒) | RSS 检查间隔 | 7200 |
| rename_time | 重命名检查间隔 | 整数(秒) | 重命名检查间隔 | 60 |
| webui_port | WebUI 端口 | 整数 | WebUI 端口 | 7892 |