Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

v2.0.25

Choose a tag to compare

@github-actions github-actions released this 02 Apr 07:01
· 10 commits to master since this release

OpenAI 自动注册系统 v2

下载说明

平台 文件
Windows x64 codex-register-windows-x64.zip
Linux x64 codex-register-linux-x64.zip
macOS ARM64 codex-register-macos-arm64.zip

使用方法

# Linux/macOS 需要先赋予执行权限
chmod +x codex-register-*

# 启动 Web UI
./codex-register

# 指定端口
./codex-register --port 8080

# 调试模式(热重载)
./codex-register --debug

# 设置 Web UI 访问密钥
./codex-register --access-password mypassword

Full Changelog: v2.0.24...v2.0.25