完成70%
This commit is contained in:
@@ -32,8 +32,8 @@ foreach ($relativePath in @(
|
||||
if ($page.Contains('cooldownSeconds.value -= 1')) {
|
||||
throw "$relativePath still uses a decrementing cooldown that freezes in background"
|
||||
}
|
||||
if ($page -match '(?s)v-model\.trim="phone".{0,300}:disabled="[^"]*cooldownSeconds') {
|
||||
throw "$relativePath must not lock an empty phone field when a scene cooldown is restored"
|
||||
if (-not $page.Contains('cooldownSeconds > 0 && phone.length > 0')) {
|
||||
throw "$relativePath must preserve an editable empty phone field when a scene cooldown is restored"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user