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
Ryan Liu
7f331da8b9
Merge remote-tracking branch 'origin/dev' into pr-112
2026-04-25 11:50:26 +08:00
QLHazyCoder
7e79e0397a
fix: honor icloud always_new fetch mode
2026-04-24 20:11:40 +08:00
Ryan Liu
5f1e074e0d
merge: sync origin/dev into pr-112
2026-04-24 09:35:07 +08:00
QLHazyCoder
ff2ef7bf89
更新文件
2026-04-23 22:45:34 +08:00
QLHazyCoder
7d19d660e6
添加当邮箱服务为自定义邮箱的号池
2026-04-23 21:45:03 +08:00
QLHazyCoder
f3aec16dda
feat: support custom email pool in the merged dev registration flow
...
- 吸收 dev 最新 sidepanel 与收码链路改动,保留 Cloudflare Temp Email 独立设置区、贡献模式自动前提醒和 2925 当前账号恢复接线
- 修复生成邮箱辅助层对运行态参数的判断,避免 Gmail 别名与自定义邮箱池误用旧的已保存状态
- 补充自定义邮箱池相关测试与文档,更新 README、项目结构说明和完整链路说明
2026-04-23 20:40:50 +08:00
Ryan Liu
8c37ffc098
merge: 合并 dev 并解决 PR 冲突
2026-04-23 10:09:35 +08:00
Q3CC
1a993e9d6a
Merge origin/dev into codex2api source
...
- resolve the sidepanel contribution-mode test conflict while keeping the new Codex2API assertions\n- update the mail2925 payload test harness for newly added Codex2API and random-subdomain inputs\n- renumber the README quick-start plan headings and strip trailing whitespace from the new tutorial doc
2026-04-22 22:18:09 +08:00
Q3CC
48af6e7d1b
fix: restore readable signup diagnostics regex and sync docs index
2026-04-22 20:50:17 +08:00
initiatione
f8b919e883
Add codex2api as a protocol-first OAuth source
...
This keeps the existing CPA, SUB2API, and contribution flows intact
while introducing codex2api as a separate source that plugs into
Step 7 and Step 10 through backend APIs instead of page DOM.
The sidepanel now exposes codex2api settings, preserves the built-in
local default through placeholder-only UI, and accepts user-provided
public admin URLs. Step 7 now treats missing or invalid management
secrets as terminal config errors so the flow stops instead of retrying
needlessly.
Constraint: New source must be additive and must not break existing CPA/SUB2API/contribution paths
Rejected: Drive codex2api through admin page button clicks | too brittle against frontend DOM changes
Rejected: Reuse contribution mode as a source surface | violates existing panelMode/runtime-mode boundary
Confidence: high
Scope-risk: moderate
Reversibility: clean
Directive: Keep codex2api on the protocol path unless its API becomes insufficient; do not add a panel content script without proving the protocol path cannot work
Tested: npm test; targeted codex2api/auth retry loops repeated 40 times; full suite repeated 5 times
Not-tested: Real browser run against a live codex2api instance with a real Admin Secret and OpenAI authorization
2026-04-22 13:57:21 +08:00
QLHazyCoder
cf42dc73fd
2925邮箱添加邮箱接收和发送功能
2026-04-21 23:21:19 +08:00
QLHazyCoder
7c20405685
fix(mail2925): 修复验证码轮询与登录态复用逻辑并清理中文文案,重构 sidepanel:统一 Hotmail 和 2925 号池表单交互
...
- 抽出共享 account-pool-ui helper
- 统一添加账号、取消添加、批量导入交互
- 调整号池列表收起高度与按钮布局
- 补充测试并同步更新项目文档
2026-04-21 18:02:59 +08:00
QLHazyCoder
5c75d2e3aa
feat: 添加贡献内容更新服务,优化侧边栏贡献模式按钮及相关提示功能
2026-04-21 15:57:03 +08:00
QLHazyCoder
6783cf02b4
2925邮箱增加账号池功能
2026-04-20 18:56:08 +08:00
dada2321
5318a0975b
Merge branch 'master' into codex/upstream-pr
2026-04-20 16:04:13 +08:00
QLHazyCoder
ffecba6ab3
feat: 更新2925邮箱处理逻辑,增强验证码重发机制,调整测试用例
2026-04-20 13:15:39 +08:00
QLHazyCoder
5aac0ac8fb
Merge branch '贡献功能开发' into dev
2026-04-20 00:40:59 +08:00
dada2321
01477d6bd0
fix: improve step 2 email switch handling
2026-04-19 12:05:24 +08:00
Ryan Liu
45546dcb85
fix: 对齐 126 provider 变更的规范项
2026-04-19 11:57:04 +08:00
dada2321
a92455bb5f
it ok
2026-04-19 11:46:44 +08:00
QLHazyCoder
1578a3fd66
feat: 在步骤 5 中添加自动勾选“我同意以下所有各项”复选框的逻辑,并更新相关测试
2026-04-19 03:56:56 +08:00
QLHazyCoder
e8b8af47c4
补齐文件
2026-04-19 02:08:34 +08:00
QLHazyCoder
49707ffa74
feat: 添加侧边栏贡献按钮,优化打开上传页面逻辑,更新相关测试
2026-04-19 00:51:36 +08:00
QLHazyCoder
390ae35966
feat: 添加贡献按钮,允许用户直接打开账号贡献上传页面,并增强相关逻辑与测试
2026-04-19 00:06:20 +08:00
QLHazyCoder
c994d7ae12
贡献功能开发
2026-04-18 23:51:56 +08:00
祁连海
61bc34678b
feat: 优化自动运行控制器,遇到 add-phone 页时直接结束当前轮并继续下一轮
2026-04-18 20:54:31 +08:00
QLHazyCoder
5e1d89b3c5
feat: 添加版本比较和排序功能,优化获取更新快照的逻辑
2026-04-18 17:40:05 +08:00
祁连海
5b4b322eac
添加文件
2026-04-18 12:20:25 +08:00
祁连海
14a3e9d6b2
feat: 添加手机号页面错误处理逻辑,更新步骤7重试机制及文档说明
2026-04-17 23:46:56 +08:00
祁连海
73f9deb53e
feat: 修复停止逻辑
2026-04-17 23:29:10 +08:00
祁连海
a41fde45c8
feat: 更新邮箱记录模块,支持“停止”状态并优化统计摘要,调整测试用例以反映新逻辑
2026-04-17 22:53:54 +08:00
祁连海
f5b622d272
feat: 增强注册和登录验证码流程,添加步骤标识和日志标签,优化 OAuth 刷新逻辑
2026-04-17 22:30:12 +08:00
QLHazyCoder
e643573946
feat: 实现步骤跳过逻辑,支持手动跳过步骤 1 时级联跳过步骤 2~5
2026-04-17 19:24:26 +08:00