Commit Graph

25 Commits

Author SHA1 Message Date
QLHazyCoder 72697ffc83 步骤七修复 2026-04-26 01:42:09 +08:00
QLHazyCoder bf91af3576 feat: 更新 Cloudflare Temp Email 使用说明,优化相关链接和配置步骤 2026-04-25 01:50:48 +08:00
QLHazyCoder 7d19d660e6 添加当邮箱服务为自定义邮箱的号池 2026-04-23 21:45:03 +08:00
QLHazyCoder e799a79645 feat: 增强 OAuth 认证流程,优化回调状态处理与错误解释 2026-04-22 17:20:17 +08:00
QLHazyCoder e732dd2a20 feat: 增强注册诊断功能,添加密码页和可见性元数据捕获 2026-04-22 13:21:34 +08:00
QLHazyCoder 239120c983 更换图片 2026-04-21 10:33:38 +08:00
QLHazyCoder 2d3111228e feat: 添加公告书写标准文档,规范AI生成公告的Markdown格式 2026-04-20 16:08:10 +08:00
QLHazyCoder e48941806f feat: 添加项目完整链路说明和开发规范文档 2026-04-17 02:01:13 +08:00
QLHazyCoder f0c3dcda62 没有直接撬 Step 1~9 的核心状态机,而是先把最适合独立的管理器和桥接层拆出来 2026-04-16 23:18:27 +08:00
QLHazyCoder ecfc5ad77a feat: 在步骤 5 中新增年龄输入模式处理,优化用户体验 2026-04-16 16:50:10 +08:00
Q3CC bbf22f2129 docs: update PR review status workflow 2026-04-15 19:03:04 +08:00
Q3CC dce60afe49 docs: refine PR review and merge workflow 2026-04-14 23:31:15 +08:00
QLHazyCoder a4f1359159 Merge branch 'master' into dev 2026-04-14 21:06:52 +08:00
QLHazyCoder 2a5d71f8a1 增加开发者和协作者ai操作标准流程 2026-04-14 21:06:19 +08:00
QLHazyCoder be98e05780 更新readme 2026-04-14 19:52:35 +08:00
QLHazyCoder a2ef57da7e chore(release): bump version to v8.0.0 2026-04-14 18:10:59 +08:00
QLHazyCoder af77e439ae fix: 更新版本号格式要求,确保用户输入符合标准 2026-04-14 15:40:10 +08:00
QLHazyCoder 0642797f91 添加版本发布标准流程md 2026-04-14 00:27:17 +08:00
QLHazyCoder 9ba958b1a2 添加交流群,修改界面样式,增加步间间隔功能 2026-04-13 20:25:53 +08:00
QLHazyCoder 1198f704d7 Merge PR #10: add Hotmail Graph account pool flow 2026-04-11 13:50:30 +08:00
QLHazyCoder b3de099a2c feat: 更新 README 中的测试结果描述,添加新的测试图片 2026-04-11 11:53:18 +08:00
baiyuechu 8a9d69d325 feat: add hotmail mail api account pool flow 2026-04-11 10:37:43 +08:00
QLHazyCoder cce89db5da feat: 更新 README,添加最新版本测试结果和打赏信息 2026-04-11 04:27:34 +08:00
unknown 387e177e00 chore: pre-release cleanup
- Remove dead chatgpt.js (unused — all auth flows go through signup-page.js)
- Remove chatgpt.com from manifest content_scripts
- Fix resetState() to preserve vpsUrl and mailProvider on manual reset
- Add 30s timeout to all tabs.onUpdated listeners (prevent hanging)
- Fix misleading "All runs finished" log when loop breaks early
- Remove stale TODO comment in signup-page.js
- Add disabled styles for .btn-primary and .run-count-input
- Remove unused `indicator` variable in sidepanel.js
- Fix trailing comma in manifest.json
2026-04-05 11:33:42 +08:00
unknown c6f1070ace feat: configurable VPS URL, 163 mail support, mail provider selector
- VPS URL: now an input field in Side Panel, no longer hardcoded
  - Dynamic script injection via chrome.scripting.executeScript
  - host_permissions changed to <all_urls> for flexibility
- 163 Mail: new content script (mail-163.js) with actual selectors
  - Mail items: div[sign="letter"], sender: .nui-user, subject: span.da0
  - Supports aria-label fallback for matching
- Mail provider selector: dropdown to switch between QQ Mail and 163 Mail
  - Background routes steps 4/7 to correct mail content script
- Settings persist in chrome.storage.session
2026-04-05 09:56:48 +08:00