docs: convert Chinese comments to English

- Change VERSION判断逻辑 to VERSION LOGIC
- Change ACCOUNT TYPE判断逻辑 to ACCOUNT TYPE LOGIC
- Translate remaining Chinese phrases to English
- Keep all logic unchanged, only translation
This commit is contained in:
lusipad
2025-12-06 04:42:45 +08:00
parent 84a8fdeaba
commit ea053c6a16
2 changed files with 5 additions and 5 deletions

View File

@@ -73,11 +73,11 @@ function getVendorType(modelStr) {
/**
* Check if the model is Opus 4.5 or newer.
*
* VERSION判断逻辑 (2025-12-05):
* - Opus 4.5+ (包括 5.0, 6.0 等) → 返回 true (Pro 账号可用)
* - Opus 4.4 及以下 (包括 3.x, 4.0, 4.1) → 返回 false (Max 账号可用)
* VERSION LOGIC (as of 2025-12-05):
* - Opus 4.5+ (including 5.0, 6.0, etc.) → returns true (Pro account eligible)
* - Opus 4.4 and below (including 3.x, 4.0, 4.1) → returns false (Max account only)
*
* 支持的命名格式:
* Supported naming formats:
* - New format: claude-opus-{major}[-{minor}][-date], e.g., claude-opus-4-5-20251101
* - New format: claude-opus-{major}.{minor}, e.g., claude-opus-4.5
* - Old format: claude-{version}-opus[-date], e.g., claude-3-opus-20240229