Merge branch 'master' into master

This commit is contained in:
演变
2026-03-17 17:59:47 +08:00
committed by GitHub
30 changed files with 2345 additions and 310 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "codex-register-v2"
version = "0.1.0"
description = "OpenAI/Codex CLI 自动注册系统"
version = "1.0.4"
description = "OpenAI 自动注册系统 v2"
requires-python = ">=3.10"
dependencies = [
"curl-cffi>=0.14.0",
@@ -22,6 +22,9 @@ dev = [
"pytest>=7.0.0",
"httpx>=0.24.0",
]
payment = [
"playwright>=1.40.0",
]
[project.scripts]
codex-webui = "webui:main"