initiatione
99669c8eef
Stabilize iCloud verification polling
2026-05-06 18:25:29 +08:00
QLHazyCoder
9e6899f37c
fix: allow GPC local helper OTP across channels
...
- 合并 PR #204 的核心改动:GPC 本地 helper 开关不再强制绑定 SMS 通道,WhatsApp 与 SMS 通道都可优先尝试本地 /otp 接口。
- 本地补充修复:同步侧栏本地 OTP 文案与根目录链路/结构说明,保留内置 macOS Messages helper 的短信读取边界。
- 影响范围:GPC Plus Step 7 OTP 验证、sidepanel GPC 配置、相关回归测试与文档。
2026-05-06 17:56:07 +08:00
QLHazyCoder
4f8a149a59
docs: align GPC local helper OTP wording
2026-05-06 17:52:51 +08:00
朴圣佑
612fccd4c6
fix(gpc): allow local helper for whatsapp otp
2026-05-06 17:36:36 +08:00
QLHazyCoder
9964b5a317
feat: replace cookie cleanup step with registration success wait
2026-05-06 14:38:45 +08:00
QLHazyCoder
1bfb89eeb6
更新
...
Co-authored-by: Copilot <copilot@github.com >
2026-05-06 13:35:22 +08:00
QLHazyCoder
a81e94a639
chore(release): bump version to Ultra6.3
2026-05-06 02:45:46 +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
baecf78f07
fix: handle profile fallback after step 9 phone verification
...
- 合并 PR #201 的核心改动:Step 9 后置手机号验证完成后如进入资料页,复用 Step 5 姓名生日填写并继续 OAuth 同意页。
- 本地补充修复:吸收最新 dev 冲突,保留注册/登录验证码 purpose 路由,并同步根目录结构与链路文档。
- 影响范围:background phone verification flow、content signup page、Step 9 手机号验证与对应回归测试。
2026-05-06 01:52:12 +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
7b9f4a12ec
Merge branch 'dev' into master
2026-05-05 23:35:16 +08:00
QLHazyCoder
5d4e0d230a
feat: 添加 CPA 手机号注册提示逻辑及相关测试用例
2026-05-05 23:33:31 +08:00
QLHazyCoder
0d519bda44
docs: clarify project origin and switch license to MIT
2026-05-05 21:41:18 +08:00
QLHazyCoder
b58f09580d
docs: clarify project origin and switch license to MIT
2026-05-05 21:39:12 +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
3dfc112561
feat: 添加 GPC Helper API URL 支持并更新相关逻辑
2026-05-05 05:32:01 +08:00
QLHazyCoder
6056a94d91
feat: 删除过时的 Hotmail OAuth 相关文档
2026-05-05 04:57:30 +08:00
QLHazyCoder
e66dd71ff2
feat: 更新版本名称为 Ultra6.0
2026-05-05 04:55:51 +08:00
QLHazyCoder
24f5b79bf1
修改日志显示,合并同一轮中对应的邮箱和手机号
2026-05-05 03:59:09 +08:00
QLHazyCoder
c62e1746f8
修改添加通用组件
2026-05-05 03:35:19 +08:00
QLHazyCoder
ee3be58088
feat: 添加手机号短信服务提供商顺序更新函数,并增强手机号登录步骤的测试用例
2026-05-05 03:08:31 +08:00
QLHazyCoder
1973f5a898
feat: 更新密码页面识别逻辑,支持手机号注册和登录路径,并添加相关测试用例
2026-05-05 03:03:19 +08:00
QLHazyCoder
75bb53cec1
feat: 添加手机号短信服务提供商顺序的支持,并更新相关测试用例
2026-05-05 02:53:41 +08:00
QLHazyCoder
cb41f5c243
feat: 增强步骤 3 的手机号注册逻辑,确保手机号身份优先处理并添加相关测试用例
2026-05-05 02:47:57 +08:00
QLHazyCoder
16baad20a3
feat: 更新手机号输入框逻辑,确保手动输入值在执行步骤前被保存,避免被旧状态覆盖
2026-05-05 01:48:18 +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
3ae1fe702f
更新文件
2026-05-04 14:50:36 +00: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
6160f4640d
feat: 增强注册流程,添加手机号输入框及相关状态管理逻辑
2026-05-04 17:09:43 +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
31a68e5a6b
feat: 添加IP代理促销信息展示及溢出处理逻辑
2026-05-04 15:12:35 +08:00
QLHazyCoder
5f7450acf5
feat: 增强注册方法管理,支持动态解析步骤标题及相关测试
2026-05-04 15:06:19 +08:00
QLHazyCoder
5d70d2b681
feat: 增加对自动运行状态的管理,优化轮数同步逻辑及相关测试
2026-05-04 14:20:38 +08:00
EmptyDust
67c5ab8830
fix: handle profile page after step 9 phone verify
2026-05-04 14:13:28 +08:00
QLHazyCoder
104e629394
feat: 增加对多个国家的支持并更新相关测试用例
2026-05-04 14:04:38 +08:00
QLHazyCoder
2fd51e57a9
feat: add removeHeroSmsCountryFromOrder function and related tests
2026-05-04 13:39:17 +08:00
QLHazyCoder
dc58a29558
feat: add phone verification section state management
2026-05-04 13:19:32 +08:00
QLHazyCoder
c04b64c966
手机号注册模式
2026-05-04 12:56:35 +08:00
QLHazyCoder
ff8b86a03b
refactor: route platform verification completion by step key
...
- 删除平台验证完成后的 step 10/13 数字兜底收尾逻辑,统一由 platform-verify stepKey 入口处理。
- 调整 LuckMail 与 localhost 清理测试,改为验证 message-router 的语义路由入口。
- 保留平台验证成功后的账号、邮箱、手机号接码收尾能力,但不再依赖硬编码步骤号。
2026-05-04 04:54:21 +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
QLHazyCoder
16beb69db8
fix: reconcile GoPay steps and phone provider flows
...
- 吸收 PR #193/#194 后补齐 GoPay 订阅确认步骤注册,保持 GoPay Plus 为订阅确认后进入 OAuth 的 11 步流程。
- 修复手机号接码 provider 合并冲突,恢复 5sim/NexSMS/provider 顺序、复用池、价格阶梯和国家回退逻辑。
- 影响范围:共享步骤定义、background 步骤注册、手机号验证 Step 9、相关单元测试。
2026-05-04 04:27:49 +08:00
QLHazyCoder
d4b170a5d7
test: deduplicate GoPay step definition assertions
2026-05-04 03:50:21 +08:00
QLHazyCoder
c3185bf70d
fix: reconcile PR 193 phone and sidepanel integration
2026-05-04 03:48:05 +08:00