完成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 -1
View File
@@ -12,7 +12,7 @@ foreach ($required in @(
'background: url("/static/assets/foundation/transparent/a01-scroll-primary-v3.png")',
'background: url("/static/assets/foundation/transparent/a01-scroll-secondary-v3.png")'
)) { if ($page -notmatch [regex]::Escape($required)) { throw "G11 is missing adaptive asset surface: $required" } }
if ($page -notmatch '(?s)<textarea[^>]*auto-height') { throw 'G11 access note must grow from its text data' }
if ($page -notmatch '(?s)<textarea[^>]*auto-height') { throw 'G11 genealogy intro must grow from its text data' }
$settingsPanelStyle = [regex]::Match($style, '(?s)\.settings-panel\s*\{(?<body>.*?)\}').Groups['body'].Value
if ($settingsPanelStyle -match '\bmin-height\s*:') {
throw 'G11 settings panel height must be driven by its current content'