接口开始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
@@ -46,8 +46,7 @@ foreach ($required in @(
'const successVisible = ref(false)',
'class="feedback-toast"',
'class="success-layer"',
'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))',
'if (!/^\d{6}$/.test(verificationCode.value))',
'validatePassword(password.value)',
@@ -89,6 +88,7 @@ if ($primarySkinCount -ne 2) { throw "A-05 must use the approved primary skin ex
foreach ($nativeUi in @('uni.showToast', 'uni.showModal', 'uni.showLoading', 'uni.showActionSheet')) {
Assert-NotContains -Content $page -Unexpected $nativeUi -Message "A-05 must not use native UniApp feedback: $nativeUi"
}
Assert-NotContains -Content $page -Unexpected '/pages/auth/a02-login' -Message 'A-05 must not return to the retired A02 route.'
foreach ($forbidden in @(
'(?s)\.reset-panel\s*\{[^}]*\bborder\s*:',