QLHazycoder
dae0118a58
Merge remote-tracking branch 'origin/dev' into fix/plus-payment-log-text
2026-05-03 03:48:57 +08:00
QLHazycoder
ae74e87fa7
fix(flow): preserve combined signup skip reason
2026-05-03 03:41:36 +08:00
QLHazycoder
02ec8f8906
Merge remote-tracking branch 'origin/dev' into fix/combined-signup-verification-profile
2026-05-03 03:37:50 +08:00
QLHazycoder
aa2337f9e5
fix(sidepanel): restore plus settings before auto run
2026-05-03 02:57:34 +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
bc764affdb
fix: 修正 Plus 支付方式切换日志乱码
2026-05-02 16:13:12 +08:00
EmptyDust
2bfa277aa1
Handle combined signup verification/profile page
2026-05-02 11:19:22 +08:00
initiatione
6ae4e0f5a0
Add OAuth flow timeout toggle
2026-05-01 11:41:12 +08:00
QLHazyCoder
4bb734fd1d
增加Gopay模式
2026-04-30 23:43:02 +08:00
QLHazyCoder
7e05b42e3c
feat: add GoPay payment method and update Plus mode settings in sidepanel
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 20:24:28 +08:00
QLHazyCoder
ab6921c6e5
fix: sync LuckMail PR with dev
2026-04-29 22:12:28 +08:00
QLHazyCoder
85bb82bc0b
fix: resolve HeroSMS Plus dev sync conflicts
2026-04-29 20:00:01 +08:00
QLHazyCoder
6300cce2ed
fix: resolve CPA auth hardening conflicts with dev
2026-04-29 12:24:15 +08:00
Hephaestus Bot
e322f0ffa6
fix(flow): restore dynamic router handling and downstream reset safety
2026-04-29 10:00:48 +08:00
daniellee2015
4c091a3d32
feat(flow): stabilize step7-9, expand HeroSMS, and update usage tutorial
2026-04-29 00:51:05 +08:00
markyal
85839aaeab
feat: support manual HeroSMS maxPrice and defer phone reuse confirmation until final flow success
...
- 合并 PR #170 的核心改动:新增 HeroSMS 手动 maxPrice 配置,并调整手机号验证链路直接按手填价格取号
- 本地补充修复:吸收延后确认手机号复用计数、仅在整轮成功后提交 pending activation,以及保留 fresh reset 后的可复用号码状态
- 影响范围:background phone verification flow、platform-verify success cleanup、auto-run fresh reset、sidepanel phone verification settings
2026-04-28 22:03:27 +08:00
zhangkun
b8d8847ce5
fix: defer HeroSMS reuse confirmation until final cleanup
2026-04-28 21:49:58 +08:00
markyal
c95c662ac6
fix: preserve Step 8 resend cooldown during in-place recovery
...
- 合并 PR #178 的核心改动:修复步骤 8 在邮箱轮询恢复重试时可能重复触发重发验证码的问题
- 本地补充修复:无
- 影响范围:background/steps/fetch-login-code.js、background/verification-flow.js、tests/background-step7-recovery.test.js、tests/verification-flow-polling.test.js
2026-04-28 21:30:24 +08:00
QLHazyCoder
8007a99b72
Paypal增加轻量级号池
2026-04-28 16:23:30 +08:00
daniellee2015
75bc68f53a
fix(step8): stop resend retry loop during in-place recovery
2026-04-28 15:16:07 +08:00
zhangkun
5c804fad6e
fix: finalize HeroSMS reuse after full flow success
2026-04-28 14:17:23 +08:00
zhangkun
127fd1c653
feat: 手动配置 HeroSMS maxPrice 并调整手机号复用计数
2026-04-28 14:17:23 +08:00
JokerIvanZK
98ba77df35
Merge branch 'QLHazyCoder:master' into docs-luckyous-api-reference
2026-04-28 13:30:03 +08:00
zhangkun
96e6fa9242
fix: improve LuckMail verification resend flow
2026-04-28 13:12:20 +08:00
EmptyDust
0ac0e65e6c
feat: verify hotmail mailbox before auto-run attempts
2026-04-28 11:47:05 +08:00
QLHazyCoder
5c5296afec
fix: harden 2925 mailbox reuse and forwarded mail parsing
...
- 合并 PR #169 的核心改动:在复用 2925 邮箱页前恢复 content script ready,并支持 OpenAI bounce 转发地址反解与中文日期解析。
- 本地补充修复:无。
- 影响范围:2925 邮箱会话确认、2925 邮件轮询、相关回归测试。
2026-04-28 11:26:11 +08:00
cnxwzy
ba0bf02eeb
fix: preserve oauth step metadata and resolve dev merge conflicts
2026-04-28 07:54:29 +08:00
cnxwzy
59ee5586fe
fix: preserve oauth login completion step metadata
2026-04-28 07:49:54 +08:00
Isulew
cf2a720531
fix: 收敛 2925 邮箱修复范围
...
- 回退非必要的 2925 行为改动,仅保留已验证有效的修复
- 保留 bounce 转发地址解析、中文日期解析与邮箱页复用时的 ready 恢复
- 同步最小化测试断言,保持当前代码与测试一致
2026-04-28 00:50:29 +08:00
cnxwzy
936aec398e
fix: restore dev flow compatibility in CPA auth hardening
2026-04-27 22:54:15 +08:00
zhangkun
9b38b0bffe
修复 LuckMail 验证码轮询与重试逻辑
2026-04-27 22:33:41 +08:00
cnxwzy
f9f8df19d3
fix: harden CPA auth flow with API callback/state checks
...
Move CPA oauth url/callback handling to management API first, persist state/origin runtime keys, and fail fast on invalid callback or missing management auth to reduce flaky panel-driven auth failures.
2026-04-27 19:13:22 +08:00
Isulew
941102200f
fix: 放开 2925 全模式目标邮箱匹配
...
- 让 2925 提供邮箱与接收邮箱模式都启用 targetEmail 弱匹配
- 同步更新轮询测试,验证 provide 与 receive 模式行为一致
2026-04-27 15:15:06 +08:00
Isulew
b71bccaf8a
fix: 修复 2925 收件模式轮询与重复注入
...
- receive 模式下跳过 2925 邮箱页顶部账号校验
- 解析 bounce 转发地址与中文日期,避免误过滤验证码邮件
- 为内容脚本增加重复注入保护,避免重复声明导致轮询失效
2026-04-27 13:57:51 +08:00
daniellee2015
2706d98225
feat(network): integrate outbound route module on Ultra1.4 baseline
2026-04-27 13:25:46 +08:00
QLHazyCoder
24650605d4
fix: preserve HeroSMS V2 activation metadata
2026-04-27 09:25:24 +08:00
zhangkun
68e7366e46
完善 HeroSMS 取号回退与 V2 状态轮询
2026-04-26 23:05:01 +08:00
QLHazyCoder
b919cdc23c
fix: 修正 Plus Return 等待时间至 20 秒并更新相关日志信息
2026-04-26 17:19:36 +08:00
QLHazyCoder
e9c3a61e55
feat: 更新 Plus Return 确认逻辑,增加等待时间至 40 秒并添加测试用例
2026-04-26 17:19:29 +08:00
QLHazyCoder
f577487670
refactor: 移除未使用的函数和变量,简化 Plus Checkout 创建逻辑
2026-04-26 17:15:15 +08:00
QLHazycoder
3339ed0660
Merge remote-tracking branch 'origin/dev' into dev
2026-04-26 08:38:16 +00:00
QLHazycoder
1e22e4f7cf
fix(contribution): dedupe localhost callback submission
2026-04-26 08:38:00 +00: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
6c2bec6520
feat: 增强 Plus Checkout 创建逻辑,支持重用 ChatGPT 标签页并优化测试用例
2026-04-26 15:50:37 +08:00
QLHazyCoder
336fdb0c3a
feat: 增强内容脚本加载逻辑,优化错误处理和测试用例
2026-04-26 15:29:26 +08:00
QLHazyCoder
227ebedda4
feat: 添加 Plus 模式和贡献模式支持,增强步骤执行延迟和提示逻辑
2026-04-26 08:51:20 +08:00
QLHazycoder
596bf38d5c
feat(contribution): 增强贡献模式逻辑,支持 SUB2API 和 CPA 源,优化状态处理和界面显示
2026-04-26 00:28:25 +00:00
QLHazycoder
d9ae1c42cf
fix(contribution): remove manual review completion path
2026-04-25 22:43:20 +00:00
QLHazyCoder
9a63cba994
feat: 增强 PayPal 标签页检测逻辑,支持自动接管已打开的 PayPal 页面,并优化登录流程的元素查找
2026-04-26 06:03:53 +08:00