Skip to content

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 18 Mar 16:16
· 109 commits to master since this release

OpenAI 自动注册系统 v2

下载说明

平台 文件
Windows x64 codex-register-windows-x64.exe
Linux x64 codex-register-linux-x64
macOS ARM64 codex-register-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 mypassword

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7