修复自定义邮箱收码模式默认手动
This commit is contained in:
@@ -856,6 +856,8 @@ Grok flow 的目标是完成 Grok / xAI 注册页自动化,并把本轮提取
|
||||
7. 如果当前目标轮次超出了号池数量,后台会直接报错提示数量不一致
|
||||
8. 这条链路只影响“注册邮箱分配”;Step 4 / Step 8 仍然走 `custom` provider 既有的手动验证码确认逻辑
|
||||
|
||||
`mailProvider = custom` 默认收码方式是 `manual`,也就是继续弹出手动确认,不会自动读取邮箱。只有在侧边栏把 `收码方式` 显式切到 `本地 helper` 后,后台才会通过 `customMailHelperBaseUrl`(默认 `http://127.0.0.1:17374`)调用 [scripts/custom_mail_helper.py](./scripts/custom_mail_helper.py) 的 `/code` 接口轮询验证码;此时才会跳过手动确认弹窗。
|
||||
|
||||
### 7.2 共享模块分工
|
||||
|
||||
- `managed-alias-utils.js`
|
||||
|
||||
Reference in New Issue
Block a user