mirror of
https://github.com/foxhui/WebAI2API.git
synced 2026-06-16 21:03:59 +08:00
docs: 更新文档
This commit is contained in:
@@ -71,11 +71,21 @@ backend:
|
||||
| --- | --- |
|
||||
| `lmarena` | LMArena Image Generation |
|
||||
| `lmarena_text` | LMArena Text Generation |
|
||||
| `gemini_biz` | Gemini Business Image Generation |
|
||||
| `gemini_biz` | Gemini Business Image & Video Generation |
|
||||
| `gemini_biz_text` | Gemini Business Text Generation |
|
||||
| `gemini` | Google Gemini |
|
||||
| `gemini` | Google Gemini Image & Video Generation |
|
||||
| `gemini_text` | Google Gemini Text Generation |
|
||||
| `zai_is` | zAI Image Generation |
|
||||
| `nanobananafree_ai` | Nano Banana Free |
|
||||
| `zai_is_text` | zAI Text Generation |
|
||||
| `nanobananafree_ai` | NanoBananaFree Image Generation |
|
||||
| `zenmux_ai_text` | ZenMux Text Generation |
|
||||
| `chatgpt` | ChatGPT Image Generation |
|
||||
| `chatgpt_text` | ChatGPT Text Generation |
|
||||
| `sora` | Sora Video Generation |
|
||||
| `deepseek_text` | DeepSeek Text Generation |
|
||||
| `doubao` | Doubao Image Generation |
|
||||
| `doubao_text` | Doubao Text Generation |
|
||||
| `test` | Browser Detection (For Debugging Only) |
|
||||
| `merge` | Aggregation Mode (Multiple backends in a single tab) |
|
||||
|
||||
## Model Filter
|
||||
|
||||
@@ -55,6 +55,12 @@ browser:
|
||||
# Whether to enable headless mode
|
||||
headless: false
|
||||
|
||||
# Humanized Mouse Cursor Mode
|
||||
# - false: Disable humanized cursor, use Playwright native click (Best performance, but easily detected by automation checks)
|
||||
# - true: Use project-optimized ghost-cursor (More human-like, e.g., avoids clicking exact center, but slightly lower performance)
|
||||
# - "camou": Use Camoufox built-in cursor (Balance between performance and human-like behavior)
|
||||
humanizeCursor: true
|
||||
|
||||
# Site Isolation (fission.autostart)
|
||||
# Keep enabled for standard Firefox behavior
|
||||
# Disabling this can significantly reduce memory usage and prevent crashes on low-end servers
|
||||
@@ -68,7 +74,7 @@ browser:
|
||||
# Disable web animations
|
||||
# Effect: Removes transition and animation
|
||||
# Benefit: Significantly lowers continuous CPU usage
|
||||
# Risk: Very low. Almost no impact on browser fingerprint
|
||||
# Risk: Very low. Almost no impact on browser fingerprint, but may cause layout issues on some webpages
|
||||
animation: false
|
||||
|
||||
# Disable filters and shadows
|
||||
@@ -133,6 +139,7 @@ browser:
|
||||
| `path` | string | `""` | Path to Camoufox executable. Leave empty to use default. |
|
||||
| `headless` | boolean | `false` | Whether to enable headless mode. |
|
||||
| `fission` | boolean | `true` | Whether to enable Site Isolation (fission.autostart). |
|
||||
| `humanizeCursor` | boolean/string | `true` | Cursor mode: `true`, `false`, `"camou"`. |
|
||||
| `proxy` | object | - | Global proxy configuration. |
|
||||
| `cssInject` | object | - | CSS performance injection configuration. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user