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

@@ -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'