feat: 优化步骤 5 提交逻辑,点击后立即上报完成状态,避免等待页面结果

This commit is contained in:
QLHazyCoder
2026-04-17 03:39:22 +08:00
parent 17bbfc6394
commit ce0fe101a3
7 changed files with 307 additions and 75 deletions
+3 -2
View File
@@ -252,8 +252,9 @@
流程:
1. 生成随机姓名和生日
2. 内容脚本填写资料
3. 如果页面跳到 ChatGPT onboarding,则执行跳过链路
2. 内容脚本填写资料并点击“完成帐户创建” / “继续”
3. 点击后立即上报 Step 5 完成,不再等待页面结果
4. 如果提交瞬间页面跳转导致响应通道中断,后台仅在未收到完成信号时兜底判断是否跳到 ChatGPT
### Step 6