Commit Graph

183 Commits

Author SHA1 Message Date
QLHazyCoder d054ff65de feat: Enhance login flow with add-email and phone verification support
- Added support for the add-email page in the logging status module.
- Updated step 8 to handle phone-registered accounts during email verification.
- Implemented logic to submit add-email before polling for email verification codes.
- Enhanced tests for step 7 to detect username input as phone number and ignore hidden inputs.
- Improved step 8 to allow add-email handoff only when requested.
- Updated documentation to reflect changes in the login verification flow.
2026-05-05 01:47:58 +08:00
QLHazyCoder 6b3917d4b7 feat: 增强手机号登录功能,添加手机号输入框确认逻辑及相关测试用例 2026-05-04 22:49:28 +08:00
QLHazyCoder efa77757aa feat: 增强手机号登录入口识别逻辑,添加相关测试用例 2026-05-04 22:35:43 +08:00
QLHazyCoder 0795108014 修复问题 2026-05-04 19:38:12 +08:00
QLHazyCoder f2e6a1ed3e feat: 更新手机号验证设置UI,优化显示逻辑并添加相关测试 2026-05-04 19:09:37 +08:00
QLHazyCoder b595f5366a Plus中添加GPC模式 2026-05-04 18:02:00 +08:00
QLHazyCoder d7d0953a94 feat: 增强手机号注册流程,自动切换国家选项并填写本地手机号 2026-05-04 16:16:21 +08:00
QLHazyCoder 21b156291d feat: 增强手机号注册流程,确保手机号输入页就绪后再申请号码并提交 2026-05-04 15:41:09 +08:00
QLHazyCoder c04b64c966 手机号注册模式 2026-05-04 12:56:35 +08:00
QLHazyCoder 4603f512fb chore: preserve step-aware logging after upstream sync
- 吸收 master 的核心改动:按可见步骤归类日志显示,覆盖 OAuth、手机号验证、平台验证和内容脚本日志链路。

- 本地补充修复:保留平台验证成功后的手机号接码确认收尾,避免 #193/#194 恢复的手机号复用链路被合并覆盖。

- 影响范围:background routing、phone verification、platform verify、content scripts、sidepanel 与相关测试/文档。
2026-05-04 04:41:49 +08:00
朴圣佑 29093e08db fix(flow): harden proxy phone and checkout recovery paths 2026-05-04 03:30:43 +08:00
朴圣佑 d851cc4d36 feat(gopay): support GoPay Plus checkout flow 2026-05-04 03:30:43 +08:00
朴圣佑 63c53accfe feat(sub2api): 支持多分组创建账号
(cherry picked from commit cc7671e6d2863b68527134008301e14fb86a8666)
2026-05-04 03:30:42 +08:00
朴圣佑 aa4e52b9a7 fix(plus): 增强 checkout 免费试用校验
(cherry picked from commit c52f5058a4b5b68902bccb4d1f099d00c471b7bc)
2026-05-04 03:30:42 +08:00
QLHazyCoder 691ac39514 优化步骤在日志中的显示 2026-05-03 19:25:55 +08:00
QLHazycoder 02ec8f8906 Merge remote-tracking branch 'origin/dev' into fix/combined-signup-verification-profile 2026-05-03 03:37:50 +08:00
daniellee2015 2437e6e67d feat(flow): unify sms multi-provider fallback and stabilize proxy/auth retries 2026-05-03 01:20:10 +08:00
EmptyDust 17cefe8b2a fix: 恢复 step4 提交后的原有资料页识别 2026-05-02 12:39:36 +08:00
EmptyDust 0a17d95f44 Fix delayed combined signup profile detection 2026-05-02 11:44:36 +08:00
EmptyDust 2bfa277aa1 Handle combined signup verification/profile page 2026-05-02 11:19:22 +08:00
QLHazyCoder 047f4e1269 feat: 添加提取和验证ChatGPT登录代码的功能 2026-05-01 00:18:48 +08:00
QLHazyCoder 4bb734fd1d 增加Gopay模式 2026-04-30 23:43:02 +08:00
daniellee2015 4c091a3d32 feat(flow): stabilize step7-9, expand HeroSMS, and update usage tutorial 2026-04-29 00:51:05 +08:00
QLHazyCoder 2d1bad3642 feat(paypal-flow): 添加邮箱输入框重填功能 2026-04-28 15:31:59 +08:00
Isulew cf2a720531 fix: 收敛 2925 邮箱修复范围
- 回退非必要的 2925 行为改动,仅保留已验证有效的修复
- 保留 bounce 转发地址解析、中文日期解析与邮箱页复用时的 ready 恢复
- 同步最小化测试断言,保持当前代码与测试一致
2026-04-28 00:50:29 +08:00
Isulew b71bccaf8a fix: 修复 2925 收件模式轮询与重复注入
- receive 模式下跳过 2925 邮箱页顶部账号校验
- 解析 bounce 转发地址与中文日期,避免误过滤验证码邮件
- 为内容脚本增加重复注入保护,避免重复声明导致轮询失效
2026-04-27 13:57:51 +08:00
zhangkun 28d0e56702 fix: 兼容中文 add-phone 页的国家匹配 2026-04-26 18:58:45 +08:00
QLHazycoder 1c063dcd32 fix(cpa): clarify multithread callback warning 2026-04-26 09:12:13 +00:00
QLHazyCoder 818791f395 feat: 增强 Plus Checkout 内容脚本,支持多次注入同一页面的功能测试 2026-04-26 16:28:24 +08:00
QLHazyCoder 344158e465 feat: 增强 Plus Checkout 账单地址处理,支持多国地址配置及本地化国家路径 2026-04-26 15:59:51 +08:00
QLHazyCoder 5271ec5b59 feat: 增强地址处理逻辑,支持日本地区并优化相关测试用例 2026-04-26 15:59:14 +08:00
QLHazyCoder 336fdb0c3a feat: 增强内容脚本加载逻辑,优化错误处理和测试用例 2026-04-26 15:29:26 +08:00
QLHazyCoder ccad06332e feat: 添加登录入口触发器检测逻辑,增强登录状态识别 2026-04-26 14:03:19 +08:00
QLHazyCoder f558194185 Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev 2026-04-26 08:30:35 +08:00
QLHazyCoder c4c966f409 feat: 更新 SUB2API 后台脚本,添加对步骤 13 的支持,并增强日志输出 2026-04-26 08:30:32 +08:00
QLHazycoder 596bf38d5c feat(contribution): 增强贡献模式逻辑,支持 SUB2API 和 CPA 源,优化状态处理和界面显示 2026-04-26 00:28:25 +00:00
QLHazyCoder 9a63cba994 feat: 增强 PayPal 标签页检测逻辑,支持自动接管已打开的 PayPal 页面,并优化登录流程的元素查找 2026-04-26 06:03:53 +08:00
QLHazyCoder 3271dc2f83 feat: 增强 PayPal 登录流程,支持自动检测邮箱和密码输入,增加超时处理和相应测试用例 2026-04-26 05:47:44 +08:00
QLHazyCoder 88ceb79af6 修改登陆及后续逻辑,统一使用一个逻辑 2026-04-26 05:22:36 +08:00
QLHazyCoder ef52ff806b feat: 添加 meiguodizhi 地址接口支持,优化账单地址获取逻辑,跳过 Google 地址推荐 2026-04-26 04:31:51 +08:00
QLHazyCoder f454105ff5 feat: 更新 Plus Checkout 逻辑,优化子框架的就绪状态处理,增加地址输入和 PayPal 付款方法的检测功能 2026-04-26 03:08:12 +08:00
QLHazyCoder 72697ffc83 步骤七修复 2026-04-26 01:42:09 +08:00
QLHazyCoder 6ad866b962 Plua模式开发 2026-04-26 01:41:40 +08:00
markyal 4b7714e209 feat: support 126 mail provider routing and shared NetEase verification flow
- 合并 PR #112 的核心改动:新增 126 邮箱 provider,并复用 163 / 163 VIP 的网页邮箱接码链路
- 本地补充修复:吸收 126 子域名注入与来源识别修正,以及新版 ChatGPT 登录验证码邮件匹配适配
- 影响范围:sidepanel mail provider、background navigation/source routing、content mail polling、相关回归测试
2026-04-25 17:42:23 +08:00
QLHazyCoder 171b375a0b feat: enhance signup flow to skip profile step for logged-in users 2026-04-25 17:35:22 +08:00
QLHazyCoder e37a0269f2 fix: handle signup phone entry mode before email submission
- 同步最新 dev 到 PR #113,并保留 dev 上更完整的 163 邮箱实现\n- 补充 Step 2 的手机号入口切邮箱逻辑与本地化邮箱输入识别\n- 避免把 Step 2 的 phone entry 提示误判成 auth add-phone 致命错误
2026-04-25 14:53:13 +08:00
QLHazyCoder 6bb183902d feat: continue OAuth flow through HeroSMS phone verification
- 合并 dev 最新主线改动:同步当前认证页恢复、来源配置和侧栏能力的现有基线

- 本地补充修复:补齐 HeroSMS 手机验证与 sidepanel 初始化冲突,修正 Step 9 等待逻辑里的未声明变量,并同步结构/链路文档与回归测试

- 影响范围:OAuth 步骤 8/9、HeroSMS 配置、认证页内容脚本、侧栏初始化、项目文档与测试
2026-04-25 14:04:11 +08:00
Ryan Liu 7f331da8b9 Merge remote-tracking branch 'origin/dev' into pr-112 2026-04-25 11:50:26 +08:00
Ryan Liu a273bc2c4b fix: 修正网易邮箱共享脚本的邮箱品牌日志 2026-04-25 11:49:51 +08:00
Ryan Liu 9c3de546c0 fix: 补齐126邮箱子域名来源识别 2026-04-25 11:30:55 +08:00