docs: translate to English, upgrade VitePress 1.6.4, add API reference

- Upgrade VitePress from 1.0.0-rc.4 to 1.6.4 (stable)
- Update all dependencies (vue 3.5, typescript 5.6, @vue/tsconfig 0.5)
- Remove defunct Documate AI integration and google-analytics plugin
- Add Google Analytics via head config instead
- Translate all 25+ documentation pages from Chinese to English
- Add comprehensive REST API reference (docs/api/index.md)
- Add v3.2 changelog to sidebar navigation (fixes dead link)
- Update version string from v3.1 to v3.2
- Fix homepage changelog link to point to v3.2
- Update all WebUI screenshots with current v3.2 UI
- Add new screenshots: calendar view, bangumi poster wall
- Remove obsolete files: documate.json, deploy/windows.md, deploy/unix.md
- Update CSS variables for VitePress 1.6.x compatibility

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>
This commit is contained in:
Estrella Pan
2026-01-24 09:04:10 +01:00
parent 8694434269
commit f42a5296e7
51 changed files with 3066 additions and 8866 deletions

View File

@@ -1,27 +1,25 @@
# 主程序运行配置
# Program Settings
## WebUI 配置
## WebUI Configuration
![program](../image/config/program.png){width=500}{class=ab-shadow-card}
<br/>
- Interval Time 参数的单位为秒,如果你需要设置为分钟,请自行转换为秒。
- RSS 为 RSS 检查时间间隔,这个参数影响自动下载规则生成的周期间隔。
- Rename 为重命名检查时间间隔,如果你需要修改重命名检查时间间隔,请修改此参数。
- WebUI Port 为端口,请注意如果你使用 Docker 部署,修改后需要在 Docker 中重新映射端口。
- 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` 中的配置选项
## `config.json` Configuration Options
在配置文件中对应选项如下:
配置文件部分:`program`
| 参数名 | 参数说明 | 参数类型 | WebUI 对应选项 | 默认值 |
|-------------|------------|----------|------------|------|
| rss_time | RSS 检查时间间隔 | 以秒为单位的整数 | RSS 检查时间间隔 | 7200 |
| rename_time | 重命名检查时间间隔 | 以秒为单位的整数 | 重命名检查时间间隔 | 60 |
| webui_port | WebUI 端口 | 以整数为单位 | WebUI 端口 | 7892 |
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 |