Initial commit: GPT 账号注册机 (open source)

只开源「GPT 账号注册机 / 管理」(account-manager):账号列表/导入导出、检测/批量检测、
拿 RT、协议/浏览器注册等注册机能力。批量直开 / 协议支付 / 提取链接 / 直卡直开 等其它功能
不含实现代码,仅通过 iframe 内嵌外链访问。真实机密均由 .gitignore 忽略,仅提供脱敏示例配置。
This commit is contained in:
432539
2026-08-05 14:54:32 +08:00
commit fef45134d5
29 changed files with 9829 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# 复制为 .env 后按需填写(.env 已被 .gitignore 忽略)
# 监听地址与端口
HOST=127.0.0.1
PORT=5090
# Node 可执行文件路径(默认走 PATH 上的 node)
# ACCOUNT_MGR_NODE=C:\Program Files\nodejs\node.exe
# 注册子进程回读验证码用的内部地址(默认指向本应用端口)
# ACCOUNT_MGR_BASE=http://127.0.0.1:5090