Commit Graph

204 Commits

Author SHA1 Message Date
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
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 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 c3185bf70d fix: reconcile PR 193 phone and sidepanel integration 2026-05-04 03:48:05 +08:00
QLHazyCoder 75ad637ccd feat: allow ignoring current update prompt 2026-05-04 03:36:12 +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
朴圣佑 2eb913e00b feat(phone-sms): support 5sim provider
(cherry picked from commit 7d10cab9765ed662b5088f791c8635fd8cc63e44)
2026-05-04 03:30:43 +08:00
朴圣佑 40ca2ea427 feat(sidepanel): 添加账号池搜索筛选
(cherry picked from commit 9f2c3ebd3455e761c30e453daca98fe98206b33b)
2026-05-04 03:30:42 +08:00
朴圣佑 f480af0375 feat: upgrade custom email pool with manager UI and entry states
(cherry picked from commit 3cf5f22d40a4ef563a3d06751bbb25b003d4ef1e)
2026-05-04 03:29:50 +08:00
QLHazyCoder 691ac39514 优化步骤在日志中的显示 2026-05-03 19:25:55 +08:00
QLHazycoder 68c9fe5c38 Merge remote-tracking branch 'origin/dev' into fix/herosms-max-price-input 2026-05-03 03:17:21 +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 117c9bf850 fix: 修复接码价格上限输入被自动回刷 2026-05-02 12:13:53 +08:00
initiatione 6ae4e0f5a0 Add OAuth flow timeout toggle 2026-05-01 11:41:12 +08:00
QLHazyCoder 0a4acffb00 feat: 更新自动运行状态逻辑,调整手动运行计数输入的行为 2026-05-01 01:27:07 +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
daniellee2015 4c091a3d32 feat(flow): stabilize step7-9, expand HeroSMS, and update usage tutorial 2026-04-29 00:51:05 +08:00
QLHazyCoder 9e26b16f20 Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev 2026-04-28 23:47:54 +08:00
QLHazyCoder 8af9b2b16e feat(cloudflare): 添加 Cloudflare 临时邮箱部分的展开/收起功能及持久化状态支持 2026-04-28 23:47:50 +08:00
QLHazyCoder 854d726cce feat(hotmail): 添加 Hotmail 账号池的展开/收起功能及持久化状态支持 2026-04-28 23:37:10 +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
QLHazyCoder f399277047 feat(ip-proxy): 添加 IP 代理面板的展开/收起功能及持久化状态支持 2026-04-28 19:48:07 +08:00
QLHazyCoder 93acb557ce feat(sidepanel): 添加密码可见性切换功能及相关测试 2026-04-28 17:01:06 +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
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 b678c32b55 fix: persist and sync LuckMail settings before runs 2026-04-28 13:12:39 +08:00
QLHazyCoder a6e8de2f08 更新地址 2026-04-28 12:54:53 +08:00
QLHazyCoder 30b0c00589 test: document IP proxy integration and harden sidepanel restore 2026-04-27 14:07:48 +08:00
daniellee2015 2706d98225 feat(network): integrate outbound route module on Ultra1.4 baseline 2026-04-27 13:25:46 +08:00
QLHazyCoder 48bc07b94c feat: 添加进入贡献模式的功能,并更新相关测试用例 2026-04-26 18:13:39 +08:00
QLHazyCoder c7b9f727cc chore(release): bump version to Ultra1.0 2026-04-26 16:57:21 +08:00
QLHazycoder f8015092ea Merge remote-tracking branch 'origin/dev' into dev 2026-04-26 07:01:19 +00:00
QLHazycoder 13d17aa11d feat: 更新贡献内容服务,增强自动运行通知逻辑和测试用例 2026-04-26 06:51:24 +00:00
que01 e945e11b31 Merge branch 'dev' into icloud-forward-mailbox-config 2026-04-26 14:44:29 +08:00
Q3CC 98e7653360 fix: clean up iCloud forward mailbox provider tech debt 2026-04-26 14:21:52 +08:00
que01 46ceb482c4 feat: support icloud forward mailbox provider config 2026-04-26 11:04:59 +08:00
QLHazyCoder b520711b0a feat: 更新步骤状态渲染逻辑,优化状态处理和界面显示 2026-04-26 09:05:07 +08:00
QLHazyCoder 227ebedda4 feat: 添加 Plus 模式和贡献模式支持,增强步骤执行延迟和提示逻辑 2026-04-26 08:51:20 +08:00