QLHazyCoder
4128cbda3c
fix: 增加2925邮箱登录超时和重试逻辑,优化用户体验
2026-04-22 02:35:13 +08:00
QLHazyCoder
cf42dc73fd
2925邮箱添加邮箱接收和发送功能
2026-04-21 23:21:19 +08:00
QLHazyCoder
d3a943c408
fix: stabilize signup verification recovery
...
- merge the latest dev branch into PR #130 before applying local fixes
- detect visible split OTP inputs even when the page exposes numeric single-character fields
- stop assuming verification success after repeated auth retry-page recovery failures
2026-04-21 21:48:25 +08:00
dyhhhhhqwer
da0ca04153
Fix Cloudflare signup verification recovery
2026-04-21 19:46:28 +08:00
QLHazyCoder
9228c7080e
feat: 优化2925账号池表单,修复步骤7无法识别重试页面bug
2026-04-21 16:39:37 +08:00
QLHazyCoder
3718575bff
修复2925号池不能自动登陆问题
2026-04-21 13:31:50 +08:00
QLHazyCoder
c04403c302
feat: 优化2925邮箱登录流程,添加登录前清理cookie和等待机制,更新相关文档和测试用例
2026-04-21 01:50:02 +08:00
QLHazyCoder
6c17ffc7f4
feat: 增强2925邮箱登录流程,添加登录失败处理和超时机制,更新相关文档和测试用例
2026-04-20 23:10:01 +08:00
QLHazyCoder
20146ce3e9
feat: 增强2925邮箱处理逻辑,优化账号切换和停止流程,更新相关测试用例
2026-04-20 21:11:08 +08:00
QLHazyCoder
6783cf02b4
2925邮箱增加账号池功能
2026-04-20 18:56:08 +08:00
QLHazyCoder
8dd6daccd1
feat: 增强2925邮箱处理逻辑,添加邮件预清空机制,更新相关测试用例
2026-04-20 15:42:35 +08:00
QLHazyCoder
4107e4d378
feat: 增强注册流程,处理用户已存在错误,更新相关逻辑和测试用例
2026-04-20 15:08:45 +08:00
QLHazyCoder
ffecba6ab3
feat: 更新2925邮箱处理逻辑,增强验证码重发机制,调整测试用例
2026-04-20 13:15:39 +08:00
QLHazyCoder
4e9acfd2ee
feat: 增强认证页恢复逻辑,处理 405 错误页面,更新相关测试
2026-04-20 10:59:53 +08:00
QLHazyCoder
0d0cf4b2af
feat: 更新 OAuth 流程中的日志信息,增强密码缺失时的处理逻辑,添加相关测试
2026-04-20 01:05:09 +08:00
QLHazyCoder
7cb1bda672
feat: 更新 OAuth 流程,调整步骤 6 和步骤 7 的逻辑,添加相关测试
2026-04-19 18:59:32 +08:00
QLHazyCoder
1578a3fd66
feat: 在步骤 5 中添加自动勾选“我同意以下所有各项”复选框的逻辑,并更新相关测试
2026-04-19 03:56:56 +08:00
QLHazyCoder
67304bb64c
feat: 更新重试逻辑,最多自动点击 5 次以恢复认证页状态
2026-04-19 03:43:00 +08:00
QLHazyCoder
afef124856
refactor: 移除网络超时相关逻辑,简化错误处理
2026-04-19 03:28:15 +08:00
QLHazyCoder
cf794e3fe0
fix: 修复网络超时错误消息中的多余斜杠
2026-04-19 00:18:40 +08:00
QLHazyCoder
f13b90b7db
feat: 添加会话管理功能,优化已见代码的持久化和重置逻辑
2026-04-18 21:47:51 +08:00
QLHazyCoder
e601d68b8a
Merge branch 'master' into dev
2026-04-18 21:23:47 +08:00
QLHazyCoder
609cdeaeb5
feat: 增强错误处理逻辑,添加 Cloudflare 风控和网络超时拦截提示
2026-04-18 20:54:00 +08:00
Q3CC
b5f2ecb99c
fix: skip SUB2API proxy when default proxy is empty
2026-04-18 18:41:59 +08:00
QLHazyCoder
8e3e085f3d
重构修改2925获取邮箱
2026-04-18 17:28:43 +08:00
QLHazyCoder
9cd932d7d6
Merge branch 'dev' into master
2026-04-18 12:25:05 +08:00
祁连海
e22c36328b
feat: 添加手机号认证失败处理逻辑,确保在遇到手机号页面时自动停止授权流程
2026-04-18 12:20:11 +08:00
QLHazyCoder
7290649930
feat: 添加邮件刷新和收件箱链接查找功能,并增加相关测试用例
2026-04-18 12:17:23 +08:00
lizhelang
81613b865a
Make SUB2API proxy defaults available across panel flows
...
Expose a configurable default proxy for SUB2API, resolve the proxy once,
persist the proxy_id in state, and reuse it across auth URL generation,
code exchange, and account creation so one OAuth flow stays on one proxy.
Constraint: Upstream GitHub permission is READ, so publication must use a fork PR
Rejected: Push to origin | current GitHub viewer permission does not allow upstream branch publication
Rejected: Resolve proxy independently in later steps | could drift from the proxy chosen at auth URL generation
Confidence: high
Scope-risk: moderate
Reversibility: clean
Tested: npm test passed 183/183
Not-tested: Manual browser extension flow against a live SUB2API deployment
2026-04-18 06:47:24 +08:00
QLHazyCoder
79a54c78f0
feat: 更新步骤7和步骤8的错误处理逻辑,确保在登录超时报错时不再点击重试,直接回到步骤7重跑
2026-04-18 01:23:47 +08:00
QLHazyCoder
466011d4e5
feat: 更新验证页面逻辑,确保密码重试页面不被视为验证页面,并添加相关测试
2026-04-18 00:29:20 +08:00
祁连海
73f9deb53e
feat: 修复停止逻辑
2026-04-17 23:29:10 +08:00
祁连海
f5b622d272
feat: 增强注册和登录验证码流程,添加步骤标识和日志标签,优化 OAuth 刷新逻辑
2026-04-17 22:30:12 +08:00
QLHazyCoder
78d6e94213
feat: 增加重试页面恢复逻辑,优化点击后等待时间
2026-04-17 16:09:56 +08:00
QLHazyCoder
cbe9b1fabf
抽取cookie清理逻辑为新的第六步
2026-04-17 15:56:19 +08:00
QLHazyCoder
b387ebfa91
feat:重试页面检测和重试点击的逻辑抽取为公共逻辑
2026-04-17 15:16:52 +08:00
QLHazyCoder
6bd00e9129
feat: 增强注册入口诊断功能,添加对可见操作的识别和筛选
2026-04-17 10:36:58 +08:00
QLHazyCoder
1a7ae1dc27
Refactor code structure for improved readability and maintainability
2026-04-17 10:07:53 +08:00
QLHazyCoder
be3172df63
Implement structure for code changes tracking
2026-04-17 09:43:39 +08:00
QLHazyCoder
c745405f90
feat: Enhance Step 9 diagnostics and error handling
...
- Refactor getStatusBadgeEntries to use createStep9Entry for better encapsulation.
- Introduce error visual signals detection in createStep9Entry.
- Add functions to identify OAuth callback timeout failures and step 9 failure texts.
- Update buildStep9StatusDiagnostics to include error visual summaries and handle conflicts between success and failure states.
- Implement new tests for step 9 diagnostics, ensuring correct behavior with success badges and error banners.
- Remove outdated tests related to step 5 onboarding and redirect race conditions.
- Add new tests for auto-run behavior in step 6 restart scenarios.
2026-04-17 04:33:14 +08:00
QLHazyCoder
5a0003af3c
feat: 更新步骤 5 文档,修改按钮文本为“完成帐户创建”,优化用户提示信息
2026-04-17 03:41:00 +08:00
QLHazyCoder
ce0fe101a3
feat: 优化步骤 5 提交逻辑,点击后立即上报完成状态,避免等待页面结果
2026-04-17 03:39:22 +08:00
QLHazyCoder
7828c196af
fix: 规范化 OAuth 授权页面状态处理,更新相关测试用例
2026-04-16 22:18:56 +08:00
QLHazyCoder
8f5d2bc363
Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev
2026-04-16 21:11:43 +08:00
Q3CC
af9860d17b
fix: harden ChatGPT post-signup recovery
2026-04-16 20:56:06 +08:00
crosscc
60bbf5b20c
1
...
更新:(都只适配的英文界面)
1、韩国IP填写姓名年龄的页面要勾选:i agree....
2、出现405 错误页面自动点击“try again”
3、修复 注册判定:"完成帐户创建" → 页面跳转 chatgpt.com → 内容脚本断开
→ background 捕获通信错误 → 检测标签页 URL 为 chatgpt.com
→ 注入内容脚本 → 点击 Skip (没有完成所有引导,但是也注册成功过了)
2026-04-16 18:00:01 +08:00
QLHazyCoder
ecfc5ad77a
feat: 在步骤 5 中新增年龄输入模式处理,优化用户体验
2026-04-16 16:50:10 +08:00
QLHazyCoder
93c288a1c2
fix: 支持 Step 9 CPA 成功状态的多语言识别
...
- 合并 PR #81 的核心改动:将 Step 9 的成功状态识别从单一中文扩展为中文、英文、俄文白名单,并修正一处 background 日志乱码\n- 本地补充修复:无额外代码修复\n- 影响范围:Step 9 的 CPA 状态判定、诊断文案与 background 日志输出
2026-04-16 00:55:07 +08:00
Ruotian Yang
2c9e536559
Fix: 修复 Step 9 本地回调成功状态的多语言识别,以及 log 的乱码问题
2026-04-16 00:44:20 +08:00
QLHazyCoder
49eccd579c
Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev
2026-04-15 19:27:28 +08:00