mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 19:46:16 +00:00
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:
@@ -10,7 +10,7 @@ const { parseVendorPrefixedModel, isOpus45OrNewer } = require('../utils/modelHel
|
||||
/**
|
||||
* Check if account is Pro (not Max)
|
||||
*
|
||||
* ACCOUNT TYPE判断逻辑 (2025-12-05):
|
||||
* ACCOUNT TYPE LOGIC (as of 2025-12-05):
|
||||
* Pro accounts can be identified by either:
|
||||
* 1. API real-time data: hasClaudePro=true && hasClaudeMax=false
|
||||
* 2. Local config data: accountType='claude_pro'
|
||||
|
||||
Reference in New Issue
Block a user