完成70%

This commit is contained in:
2026-07-24 07:56:22 +08:00
parent bb6431b319
commit c7f278fe79
92 changed files with 4741 additions and 14440 deletions
+2 -2
View File
@@ -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"
}
}