Files
Auto_Bangumi/docs/en/config/program.md
Estrella Pan 03bf265651 docs: add i18n support with Chinese as default language
- Configure VitePress locales with zh-CN as root and en-US as /en/
- Translate all documentation to Chinese (31 files)
- Create English documentation under /en/ directory
- Add Chinese UI labels for navigation and pagination
- Language switcher now available in site header

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-01-27 07:57:13 +01:00

26 lines
1.1 KiB
Markdown

# Program Settings
## WebUI Configuration
![program](/image/config/program.png){width=500}{class=ab-shadow-card}
<br/>
- Interval Time parameters are in seconds. Convert to seconds if you need to set minutes.
- RSS is the RSS check interval, which affects how often automatic download rules are generated.
- Rename is the rename check interval. Modify this if you need to change how often renaming is checked.
- WebUI Port is the port number. Note that if you're using Docker, you need to remap the port in Docker after changing it.
## `config.json` Configuration Options
The corresponding options in the configuration file are:
Configuration section: `program`
| Parameter | Description | Type | WebUI Option | Default |
|-------------|---------------------|-----------------|---------------------|---------|
| rss_time | RSS check interval | Integer (seconds) | RSS check interval | 7200 |
| rename_time | Rename check interval | Integer (seconds) | Rename check interval | 60 |
| webui_port | WebUI port | Integer | WebUI port | 7892 |