You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: remove deprecated channel management docs and add new ones
- Removed outdated New API and Octopus channel management documentation
across all languages (en/ja/zh)
- Added comprehensive self-hosted site management documentation in all
supported languages
- Added model list and price comparison documentation in all languages
- Updated all references to channel management in existing documentation
to point to the new self-hosted site management docs
- Updated navigation menus in VuePress config to reflect new documentation
structure
- At least one resolvable field mapping must be configured.
99
+
-**Concurrency Control**: Defaults to limiting the number of concurrent requests to a single site to 2.
100
+
-**Rate Control**: Limits the request rate to a single site to approximately 18 times per minute (supports small bursts).
101
+
-**Auto-Queueing**: When refreshing multiple accounts or performing batch verification, requests exceeding the limit will automatically enter a queue to avoid triggering 429 Too Many Requests errors.
89
102
90
-
This type of configuration is suitable for scenarios where "the site is not in the standard New API / OpenAI Billing return format, but you still want to see the balance and today's usage on the card."
103
+
> 💡 **Note**: This limit is primarily for refresh and verification actions in the extension background and does not affect the performance of direct interface calls via other tools (such as CherryStudio).
Copy file name to clipboardExpand all lines: docs/docs/en/changelog.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@ This page records major updates for general users (feature changes / experience
273
273
- Key Management: Added an `All Accounts` view, aggregating keys by account group for easier cross-account searching and copying.
274
274
- Model Redirect: Added a `Clear Model Redirect Mappings` batch operation, allowing you to select by channel and confirm a quick reset of `model_mapping` (irreversible).
275
275
-**Experience Optimizations:**
276
-
-New API Channel Management: URLs in the channel list are now clickable and search experience has been optimized.
276
+
-Self-Hosted Site Management: URLs in the channel list are now clickable and search experience has been optimized.
277
277
-**Bug Fixes:**
278
278
- Channel Management: Fixed an issue with inaccurate prompt copy for `Priority` in the channel dialog.
279
279
- Model Redirect: Automatic mapping generation now includes a "version guard" to prevent cross-version mismatches.
-New API Channel Management: Added "Duplicate Channel" reminder. When a duplicate/similar channel is detected, a warning dialog will pop up, allowing you to choose to continue creation or cancel (no longer blocking creation with error toasts).
439
+
-Self-Hosted Site Management: Added "Duplicate Channel" reminder. When a duplicate/similar channel is detected, a warning dialog will pop up, allowing you to choose to continue creation or cancel (no longer blocking creation with error toasts).
440
440
-**Bug Fixes:**
441
441
- Account Management: Fixed layout overflow issues caused by excessively long text in site names, now automatically truncated.
Copy file name to clipboardExpand all lines: docs/docs/en/cloudflare-helper.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
-**IP Quality**: If verification fails continuously, you need to change your network or temporarily relax protection on the site side; the default timeout is 20 seconds.
22
22
-**Pop-up Permissions**: Please allow the browser to pop up windows, otherwise the plugin cannot create temporary tabs.
23
-
-**Repeated Challenges**: If 429 is frequently triggered, you can lower the rate or enable a model whitelist in New API Channel Management to reduce invalid requests.
23
+
-**Repeated Challenges**: If 429 is frequently triggered, you can lower the rate or enable a model whitelist in Self-Hosted Site Management to reduce invalid requests.
24
24
25
25
## Common Issues
26
26
@@ -35,5 +35,5 @@
35
35
36
36
-[Cloudflare Protection and Temporary Window Degradation (Quick Start)](./get-started.md#cloudflare-window-downgrade)
37
37
-[Quick Site Export](./quick-export.md)
38
-
-[New API Channel Management](./new-api-channel-management.md)
38
+
-[Self-Hosted Site Management](./self-hosted-site-management.md)
Copy file name to clipboardExpand all lines: docs/docs/en/get-started.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,13 +212,13 @@ Through these integration capabilities, you can synchronize the same upstream si
212
212
- Supports filtering by site, account, Token, and date to view request volume, Token consumption, model distribution, expenses, and latency trends.
213
213
- Suitable for answering questions like "Where have I used the most recently, spent the most, or which link is the slowest?"
214
214
215
-
### 5.10 New API Model List Synchronization
215
+
### 5.10 Managed Site Model Synchronization
216
216
217
-
For detailed documentation on the New API model list synchronization feature, please refer to [New API Model List Synchronization](./new-api-model-sync.md).
217
+
For detailed documentation on the New API model list synchronization feature, please refer to [Managed Site Model Synchronization](./managed-site-model-sync.md).
218
218
219
-
### 5.11 New API Channel Management (Beta)
219
+
### 5.11 Self-Hosted Site Management (Beta)
220
220
221
-
Create/edit/delete channels directly within the extension. Combined with model whitelisting and single-channel synchronization debugging, this can significantly reduce the frequency of back-and-forth operations with the New API backend. Refer to [New API Channel Management](./new-api-channel-management.md) for detailed operations and precautions.
221
+
Create/edit/delete channels directly within the extension. Combined with model whitelisting and single-channel synchronization debugging, this can significantly reduce the frequency of back-and-forth operations with the New API backend. Refer to [Self-Hosted Site Management](./self-hosted-site-management.md) for detailed operations and precautions.
222
222
223
223
<aid="cloudflare-window-downgrade"></a>
224
224
### 5.12 Cloudflare Protection and Temporary Window Downgrade
@@ -241,8 +241,8 @@ Create/edit/delete channels directly within the extension. Combined with model w
241
241
-[Automatic Refresh and Real-time Data](./auto-refresh.md)
242
242
-[Automatic Check-in and Check-in Monitoring](./auto-checkin.md)
243
243
-[WebDAV Backup and Automatic Synchronization](./webdav-sync.md)
244
-
-[New API Model List Synchronization](./new-api-model-sync.md)
245
-
-[New API Channel Management](./new-api-channel-management.md)
244
+
-[Managed Site Model Synchronization](./managed-site-model-sync.md)
245
+
-[Self-Hosted Site Management](./self-hosted-site-management.md)
0 commit comments