Commit Graph

95 Commits

Author SHA1 Message Date
QLHazyCoder c3423b21ab Fix add-email preserve identity email state flow 2026-05-12 03:49:22 +08:00
QLHazyCoder f81cc74c29 重构duckduckgo邮箱获取 2026-05-12 02:26:46 +08:00
QLHazyCoder 0096442674 feat: 添加注册流程中标签页稳定等待机制,优化步骤2和步骤3的执行逻辑 2026-05-10 04:10:56 +08:00
QLHazyCoder 35bf6a2c32 feat: 增强 GPC 结账流程的错误处理与重试机制,优化超时管理 2026-05-10 01:31:42 +08:00
QLHazyCoder 700a929570 feat: support Cloud Mail email provider
- Merge the latest dev branch into PR #212 for a clean dev-targeted review base.

- Add Cloud Mail/SkyMail provider support for email generation and verification-code polling.

- Move Cloud Mail runtime logic into a dedicated background module and add docs plus regression tests.
2026-05-08 17:40:41 +08:00
QLHazyCoder 428e23d66a Update GoPay helper API URL to new domain and enhance cookie cleanup functionality 2026-05-07 16:31:58 +08:00
QLHazyCoder 1f2f958d31 docs: clarify local OTP consume behavior 2026-05-07 13:22:04 +08:00
朴圣佑 2236730374 fix(gpc): query local OTP helper by phone 2026-05-07 12:12:57 +08:00
QLHazyCoder 88e20eaac7 docs: align GPC helper task flow documentation 2026-05-07 03:17:04 +08:00
QLHazyCoder 676b2284f4 chore: merge latest dev into pr 208 fixes 2026-05-07 02:26:08 +08:00
QLHazyCoder 8cc8007150 fix: clear signup phone mismatch runtime state 2026-05-07 02:25:23 +08:00
QLHazyCoder 4f8a149a59 docs: align GPC local helper OTP wording 2026-05-06 17:52:51 +08:00
QLHazyCoder 9964b5a317 feat: replace cookie cleanup step with registration success wait 2026-05-06 14:38:45 +08:00
QLHazyCoder 951ce8f33a Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev 2026-05-06 02:04:36 +08:00
QLHazyCoder 80251db9da fix: resolve step 9 profile fallback with latest dev 2026-05-06 01:51:04 +08:00
QLHazyCoder aa57e0f645 feat: add GPC SMS helper functionality with local SMS support
- Introduced GPC OTP channel selection (WhatsApp/SMS) in the sidepanel.
- Added local SMS helper toggle and URL input for macOS users.
- Implemented normalization functions for OTP channel and local SMS URL.
- Updated settings payload to include new GPC helper configurations.
- Enhanced Plus checkout process to utilize local SMS helper for OTP retrieval.
- Added tests for GPC SMS helper script and its integration in the checkout flow.
- Updated documentation to reflect new GPC helper features and configurations.
2026-05-06 01:39:11 +08:00
QLHazyCoder f2f5d27543 Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	docs/使用教程.md
2026-05-05 17:41:11 +08:00
QLHazyCoder 527def5a1d feat: 移除 Plus 功能相关的代码和测试用例 2026-05-05 17:18:50 +08:00
QLHazyCoder 24f5b79bf1 修改日志显示,合并同一轮中对应的邮箱和手机号 2026-05-05 03:59:09 +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 21b156291d feat: 增强手机号注册流程,确保手机号输入页就绪后再申请号码并提交 2026-05-04 15:41:09 +08:00
QLHazyCoder 5f7450acf5 feat: 增强注册方法管理,支持动态解析步骤标题及相关测试 2026-05-04 15:06:19 +08:00
QLHazyCoder 5d70d2b681 feat: 增加对自动运行状态的管理,优化轮数同步逻辑及相关测试 2026-05-04 14:20:38 +08:00
QLHazyCoder c04b64c966 手机号注册模式 2026-05-04 12:56:35 +08:00
QLHazyCoder 691ac39514 优化步骤在日志中的显示 2026-05-03 19:25:55 +08:00
QLHazyCoder cd737f7b14 feat: add OAuth flow timeout toggle with optional total-budget bypass
- 合并 PR #185 的核心改动:新增“授权总超时”开关,允许按需关闭 Step 7 后链 5 分钟总预算,同时保留各步骤本地等待超时。
- 本地补充修复:同步项目完整链路与结构文档,补齐 `oauthFlowTimeoutEnabled` 持久化、Step 9 回调等待与侧栏设置行为说明。
- 影响范围:background OAuth timeout guard、message router settings、Step 9 callback wait、sidepanel 配置 UI、项目文档。
2026-05-01 21:28:52 +08:00
QLHazyCoder d5a3f9ee80 docs: sync oauth timeout toggle behavior across project docs 2026-05-01 21:27:49 +08:00
QLHazyCoder 65089db827 feat: 更新README,添加官网/QQ交流群入口,删除无用图片 2026-05-01 12:22:42 +08:00
QLHazyCoder 8007a99b72 Paypal增加轻量级号池 2026-04-28 16:23:30 +08:00
QLHazyCoder 2d1bad3642 feat(paypal-flow): 添加邮箱输入框重填功能 2026-04-28 15:31:59 +08:00
QLHazyCoder 30b0c00589 test: document IP proxy integration and harden sidepanel restore 2026-04-27 14:07:48 +08:00
QLHazyCoder cb7b4b4544 docs: record phone auth country match test 2026-04-26 20:41:25 +08:00
QLHazyCoder 888d345db3 docs: align iCloud resilience PR documentation 2026-04-26 20:19:13 +08:00
QLHazyCoder c7b9f727cc chore(release): bump version to Ultra1.0 2026-04-26 16:57:21 +08:00
QLHazyCoder 3f3b59bc38 Merge branch 'dev' 2026-04-26 16:48:26 +08:00
que01 e945e11b31 Merge branch 'dev' into icloud-forward-mailbox-config 2026-04-26 14:44:29 +08:00
QLHazyCoder 5bdc84710c feat: 更新 README,添加最新交流群链接并删除不再使用的交流群图片 2026-04-26 14:43:53 +08:00
Q3CC 98e7653360 fix: clean up iCloud forward mailbox provider tech debt 2026-04-26 14:21:52 +08:00
QLHazyCoder 1659b7f4f0 Merge branch 'Plus模式开发' into dev 2026-04-26 02:06:26 +08:00
QLHazyCoder b421849801 feat: 添加 waitForTabStableComplete 函数以确保标签页在稳定状态后再执行后续步骤 2026-04-26 02:02:57 +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 809d146b74 隐藏本地同步为默认开启,调整为接码开关 2026-04-25 16:24:47 +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