v1.0.6
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 mypasswordWhat's Changed
- 增加打开页面时的密码验证以及支持远程PG数据库 by @pigracing in #14
New Contributors
- @pigracing made their first contribution in #14
Full Changelog: v1.0.5...v1.0.6