OpenAI 账号管理系统 v2
下载说明
| 平台 | 文件 |
|---|---|
| Windows x64 | codex-register-v2-windows-x64.exe
|
| Linux x64 | codex-register-v2-linux-x64
|
| macOS ARM64 | codex-register-v2-macos-arm64
|
使用方法
# Linux/macOS 需要先赋予执行权限
chmod +x codex-register-*
# 启动 Web UI
./codex-register
# 指定端口
./codex-register --port 8080
# 调试模式(热重载)
./codex-register --debug
# 设置 Web UI 访问密钥
./codex-register --access-password mypasswordWhat's Changed
- feat: support proxy_url in CPA auth files by @starsalwaysineyes in #51
- fix: 修复 OAuth token 刷新一次性令牌报错及批量验证卡死问题 by @yunxilyf in #53
- Fix template rendering with Starlette 1.0 by @magisk317 in #72
- fix: consolidated protocol restoration, playwright removal and port conflict fix by @MisonL in #78
- fix: avoid reading six-digit email domains as OTPs by @ZHOUKAILIAN in #83
- feat(newapi): 上传目标支持 newApi 接入 by @asasugar in #89
- feat: add Codex auth login and export flow by @haq426-163 in #93
New Contributors
- @starsalwaysineyes made their first contribution in #51
- @asasugar made their first contribution in #89
- @haq426-163 made their first contribution in #93
Full Changelog: v1.0.9...v1.1.2