feat: 新增 isSignupEntryHost 函数以支持 chatgpt.com 和 chat.openai.com 的注册页面识别,更新相关测试用例

This commit is contained in:
QLHazyCoder
2026-04-16 20:21:03 +08:00
parent f2f198f55d
commit 439268b4b7
5 changed files with 222 additions and 2 deletions
+6 -1
View File
@@ -125,7 +125,12 @@ return {
return { logs, listCalls };
},
};
`)(options);
`)({
...options,
receiveMailbox,
messages,
deleteShouldFail,
});
}
test('pollCloudflareTempEmailVerificationCode returns code even if delete fails', async () => {