QLHazyCoder
3f3f9275cc
拆分 OAuth 后置验证流程
2026-05-15 23:03:02 +08:00
QLHazyCoder
81fc40706a
Refactor workflow auto-run to node graph
2026-05-15 17:41:35 +08:00
朴圣佑
80c3e6217f
fix(tabs): avoid raising automation window
2026-05-12 11:24:12 +08:00
QLHazyCoder
d058676f95
feat: 增强注册流程,处理隐藏的注册入口并优化窗口状态
2026-05-10 19:55:13 +08:00
QLHazyCoder
0096442674
feat: 添加注册流程中标签页稳定等待机制,优化步骤2和步骤3的执行逻辑
2026-05-10 04:10:56 +08:00
QLHazyCoder
0795108014
修复问题
2026-05-04 19:38:12 +08:00
QLHazyCoder
21b156291d
feat: 增强手机号注册流程,确保手机号输入页就绪后再申请号码并提交
2026-05-04 15:41:09 +08:00
QLHazyCoder
c04b64c966
手机号注册模式
2026-05-04 12:56:35 +08:00
QLHazyCoder
08c361711c
fix: 修复注册流程中对已登录状态的处理,确保在 ChatGPT 首页时抛出明确错误
2026-04-25 19:33:36 +08:00
QLHazyCoder
0125839d2b
fix: stop silent skipping of steps 3/4/5 on ChatGPT home, throw explicit error instead
2026-04-25 19:33:21 +08:00
daniellee2015
de70266f8c
fix(pro7.5): stabilize icloud/session flow and logged-in step skipping
2026-04-24 19:43:48 +08:00
QLHazyCoder
1a5f569d16
feat: 添加邮箱验证页面处理逻辑,优化步骤 2 跳过密码步骤的逻辑,更新相关测试用例
2026-04-17 03:54:30 +08:00
QLHazyCoder
33c5f759d9
feat: refactor user registration steps into modular functions and implement step registry
...
- Replaced individual step imports with a centralized step registry in background.js
- Created separate modules for each registration step: open-chatgpt, submit-signup-email, fill-password, fetch-signup-code, fill-profile, oauth-login, fetch-login-code, confirm-oauth, platform-verify
- Updated tests to reflect changes in step imports and added new tests for step registry functionality
2026-04-16 23:56:57 +08:00