mirror of
https://github.com/cnlimiter/codex-register.git
synced 2026-05-12 02:21:07 +08:00
fix(register): 支持更多地区
This commit is contained in:
@@ -282,7 +282,7 @@ class OpenAIHTTPClient(HTTPClient):
|
||||
loc = loc_match.group(1) if loc_match else None
|
||||
|
||||
# 检查是否支持
|
||||
if loc in ["CN", "HK", "MO", "TW"]:
|
||||
if loc in ["CN", "HK", "MO"]:
|
||||
return False, loc
|
||||
return True, loc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user