fix: improve step 2 email switch handling

This commit is contained in:
dada2321
2026-04-19 12:05:24 +08:00
parent e5ae540a3c
commit 01477d6bd0
10 changed files with 630 additions and 7 deletions
+8
View File
@@ -112,10 +112,18 @@ function getSignupEmailInput() {
return null;
}
function getSignupPhoneInput() {
return null;
}
function getSignupPasswordInput() {
return null;
}
function findSignupUseEmailTrigger() {
return null;
}
function getPageTextSnapshot() {
return 'Welcome to ChatGPT. Try our latest models.';
}