完成50%

This commit is contained in:
2026-07-23 08:23:59 +08:00
parent 9b0ad62df4
commit f1edc6b533
218 changed files with 24318 additions and 5514 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ 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.'
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 'openPage\(\s*"R02"' 'R01 person cards must navigate through the R02 route contract.'
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.' }