QLHazyCoder
712a6ddfba
feat: enhance signup entry click logic with retry mechanism and improved logging
2026-05-10 01:31:33 +08:00
QLHazyCoder
5320213b7a
feat: update signup flow to include 3-second wait before clicking registration entry
2026-05-10 00:21:06 +08:00
QLHazyCoder
dcdb3a3e8d
feat: enhance signup flow with multiple profile page patterns and improved error handling during verification
2026-05-09 20:42:36 +08:00
QLHazyCoder
2f7c5381e7
fix: restart phone signup when password page rejects number
...
- 合并 PR #214 的核心改动:将密码页手机号已关联账号/phone already exists 归为可重开的注册手机号异常,并补充回归覆盖。
- 本地补充修复:无。
- 影响范围:content/signup-page.js 的 Step 3/4 注册验证码前置检查、step4 split-code 测试。
2026-05-08 18:19:22 +08:00
QLHazyCoder
83c5a6237c
fix: enhance step 7 login identifier resolution and add tests for phone/email handling
2026-05-08 10:31:20 +08:00
QLHazyCoder
b56bde0c2e
fix: enhance email input detection and add tests for unified OpenAI login page
2026-05-08 10:23:38 +08:00
yigedludan8
da02aa62cf
fix(signup): restart phone signup on step 3 phone-exists errors
...
Treat phone-number-already-exists messages on the signup password page as the same restartable step-3 failure path used for phone/password mismatches.
Also adds a regression test covering the Chinese phone-exists error so the flow stops immediately instead of retrying the password submit loop.
2026-05-07 21:00:17 +08:00
QLHazyCoder
676b2284f4
chore: merge latest dev into pr 208 fixes
2026-05-07 02:26:08 +08:00
QLHazyCoder
30f3969c9e
fix: stabilize iCloud login helper and verification polling
...
- 合并 PR #207 的核心改动:修复 iCloud 临时网络/上下文错误分支的 safeActionLabel TDZ 崩溃风险,并允许登录验证码轮询首次读取当前可见首行验证码。
- 本地补充修复:无,本轮仅完成审查和定向验证。
- 影响范围:background.js iCloud 登录辅助、content/icloud-mail.js 邮件轮询、对应 iCloud 回归测试。
2026-05-06 23:27:03 +08:00
yigedludan8
12f35f1d3b
fix: restart signup phone mismatch without duplicate logs
2026-05-06 21:44:17 +08:00
Q3CC
057f0080ca
Merge pull request #206 from initiatione/codex/free-phone-reuse-upstream
...
增加 HeroSMS 免费手机号复用
2026-05-06 19:39:05 +08:00
initiatione
99669c8eef
Stabilize iCloud verification polling
2026-05-06 18:25:29 +08:00
initiatione
5014cb4de3
Add configurable SUB2API account priority
2026-05-06 18:19:43 +08:00
initiatione
b6777edbc8
Add HeroSMS free phone reuse
2026-05-06 18:19:43 +08:00
QLHazyCoder
80251db9da
fix: resolve step 9 profile fallback with latest dev
2026-05-06 01:51:04 +08:00
QLHazyCoder
1973f5a898
feat: 更新密码页面识别逻辑,支持手机号注册和登录路径,并添加相关测试用例
2026-05-05 03:03:19 +08:00
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
EmptyDust
67c5ab8830
fix: handle profile page after step 9 phone verify
2026-05-04 14:13:28 +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