接口开始5%
This commit is contained in:
@@ -35,7 +35,7 @@ foreach ($required in @(
|
||||
'impactLabel:',
|
||||
'recoveryLabel:',
|
||||
'const resolveStatus = () =>',
|
||||
'const goLogin = () =>',
|
||||
'const goLogin = () => uni.redirectTo({ url: "/pages/auth/a01-entry" });',
|
||||
'const openRecovery = () =>',
|
||||
'const closeRecovery = () =>',
|
||||
'const goBack = () =>',
|
||||
@@ -59,6 +59,7 @@ foreach ($removedState in @('normal:', 'failed:', 'restricted:', "'register-pend
|
||||
foreach ($nativeUi in @('uni.showToast', 'uni.showModal', 'uni.showLoading', 'uni.showActionSheet')) {
|
||||
Assert-NotContains -Content $page -Unexpected $nativeUi -Message "A-06 must not use native UniApp feedback: $nativeUi"
|
||||
}
|
||||
Assert-NotContains -Content $page -Unexpected '/pages/auth/a02-login' -Message 'A-06 must not return to the retired A02 route.'
|
||||
foreach ($forbidden in @('class="page-canvas"', 'class="page-backdrop"', 'mode="scaleToFill"', '1665rpx', 'a01-red-hall-ink-backdrop-v1.png')) {
|
||||
Assert-NotContains -Content $page -Unexpected $forbidden -Message "A06 retains rejected page coordinates: $forbidden"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user