手机号注册模式

This commit is contained in:
QLHazyCoder
2026-05-04 12:56:35 +08:00
parent ff8b86a03b
commit c04b64c966
38 changed files with 4509 additions and 540 deletions
+20
View File
@@ -80,6 +80,26 @@ function inspectSignupEntryState() {
return snapshot;
}
function isPhoneVerificationPageReady() {
return false;
}
function getPhoneVerificationDisplayedPhone() {
return '';
}
function getVerificationCodeTarget() {
return null;
}
function getStep4PostVerificationState() {
return null;
}
function isVerificationPageStillVisible() {
return false;
}
async function ensureSignupPasswordPageReady() {
return { ready: true };
}