接口开始5%

This commit is contained in:
rain
2026-07-22 17:31:33 +08:00
parent eced3d1e6e
commit 9b0ad62df4
426 changed files with 20111 additions and 28472 deletions
+2 -2
View File
@@ -45,8 +45,7 @@ foreach ($required in @(
'const submitRegister = () =>',
'class="feedback-toast"',
$sliderPendingCopy,
'const prepareLogin = () => uni.redirectTo({ url:',
'/pages/auth/a01-entry',
'const prepareLogin = () => uni.redirectTo({ url: "/pages/auth/a01-entry" });',
'if (!/^1\d{10}$/.test(phone.value))',
'validatePassword(password.value)',
'PASSWORD_POLICY_MESSAGE',
@@ -77,6 +76,7 @@ foreach ($obsoleteVisual in @(
foreach ($nativeUi in @('uni.showToast', 'uni.showModal', 'uni.showLoading', 'uni.showActionSheet')) {
Assert-NotContains -Content $register -Unexpected $nativeUi -Message "A-04 must not use native UniApp feedback: $nativeUi"
}
Assert-NotContains -Content $register -Unexpected '/pages/auth/a02-login' -Message 'A-04 must not return to the retired A02 route.'
foreach ($required in @(
'register-divider',
'mode="aspectFit"',