接口开始5%
This commit is contained in:
@@ -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*:',
|
||||
|
||||
Reference in New Issue
Block a user