修改完成

This commit is contained in:
2026-07-21 07:53:03 +08:00
parent 01d246c47b
commit ff60119277
172 changed files with 7982 additions and 2999 deletions
+2
View File
@@ -10,6 +10,7 @@ if ($page -match "import\s+ModulePage\s+from|<ModulePage(?:\s|/|>)") { throw 'R0
if ($page -match 'application-status-card\.png') { throw 'R01 must not reuse the application status card.' }
if ($page -match 'people-intro|brand-seal\.png') { throw 'R01 must not repeat a numbered intro block below the page header.' }
Assert-Match 'modules/records/transparent/r01-person-name-card\.png' 'R01 must use its dedicated transparent person name card.'
Assert-Match 'modules/records/transparent/r01-search-input-frame\.png' 'R01 must use its dedicated search frame.'
Assert-Match 'class="people-search"' 'R01 must expose its search region.'
Assert-Match 'people-state--empty' 'R01 must expose an empty review state.'
Assert-Match 'people-state--error' 'R01 must expose an error review state.'
@@ -17,5 +18,6 @@ Assert-Match 'AppButton' 'R01 must use the project button component.'
Assert-Match 'AppToast' 'R01 must use the project Toast component.'
Assert-Match '/pages/records/r02-person-detail' 'R01 person cards must navigate to R02.'
Assert-Match '(?s)\.people-search__action\s*\{[^}]*min-height:\s*44px;' 'R01 search action must preserve a 44 CSS px touch height.'
if ($page -match 'position\s*:') { throw 'R01 must keep ordinary content in document flow.' }
Write-Output 'R01-MODULE-BASELINE-CONTRACT PASS'