Skip to content

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 19 Mar 16:19
· 98 commits to master since this release
713fefa

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

  • 1、邮箱服务增加duckmail协议;2、解决cpa上传测试成功,但是实际上传失败的问题;3、前端静态资源增加版本号 by @rockxsj in #33
  • feat: 新增 freemail 邮箱服务渠道支持 by @yunxilyf in #37

New Contributors

Full Changelog: v1.0.7...v1.0.8