Commit Graph

176 Commits

Author SHA1 Message Date
QLHazyCoder 6f9a9913b5 fix: update API URLs and improve error handling for SUB2API configuration 2026-05-08 09:11:19 +08:00
QLHazyCoder 144b144042 fix: mark deprecated email options for removal in next version 2026-05-07 19:34:56 +08:00
QLHazyCoder f6fa19a44f fix: update auto retry and OAuth flow timeout settings layout 2026-05-07 17:25:37 +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
朴圣佑 bab7e54384 feat(gpc): align helper flow with api key queue tasks 2026-05-07 03:06:09 +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 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 4f8a149a59 docs: align GPC local helper OTP wording 2026-05-06 17:52:51 +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 3dfc112561 feat: 添加 GPC Helper API URL 支持并更新相关逻辑 2026-05-05 05:32:01 +08:00
QLHazyCoder 24f5b79bf1 修改日志显示,合并同一轮中对应的邮箱和手机号 2026-05-05 03:59:09 +08:00
QLHazyCoder c62e1746f8 修改添加通用组件 2026-05-05 03:35:19 +08:00
QLHazyCoder cb41f5c243 feat: 增强步骤 3 的手机号注册逻辑,确保手机号身份优先处理并添加相关测试用例 2026-05-05 02:47:57 +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 31a68e5a6b feat: 添加IP代理促销信息展示及溢出处理逻辑 2026-05-04 15:12:35 +08:00
QLHazyCoder c04b64c966 手机号注册模式 2026-05-04 12:56:35 +08:00
QLHazyCoder 75ad637ccd feat: allow ignoring current update prompt 2026-05-04 03:36:12 +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
朴圣佑 63c53accfe feat(sub2api): 支持多分组创建账号
(cherry picked from commit cc7671e6d2863b68527134008301e14fb86a8666)
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
daniellee2015 2437e6e67d feat(flow): unify sms multi-provider fallback and stabilize proxy/auth retries 2026-05-03 01:20:10 +08:00
initiatione 6ae4e0f5a0 Add OAuth flow timeout toggle 2026-05-01 11:41:12 +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
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 1b5445c361 feat(ip-proxy): 添加 IP 代理面板及相关测试用例 2026-04-28 19:47:51 +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
daniellee2015 2706d98225 feat(network): integrate outbound route module on Ultra1.4 baseline 2026-04-27 13:25:46 +08:00
QLHazyCoder c7b9f727cc chore(release): bump version to Ultra1.0 2026-04-26 16:57:21 +08: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 596bf38d5c feat(contribution): 增强贡献模式逻辑,支持 SUB2API 和 CPA 源,优化状态处理和界面显示 2026-04-26 00:28:25 +00: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 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
Ryan Liu 7f331da8b9 Merge remote-tracking branch 'origin/dev' into pr-112 2026-04-25 11:50:26 +08:00