完成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
@@ -24,10 +24,4 @@ foreach ($target in $targets) {
}
}
$modulePage = Read-Utf8 'components/ModulePage.vue'
if ($modulePage.Contains('class="page-intro"')) { throw 'ModulePage must remove repeated numbered intro blocks' }
foreach ($required in @('module-content-frame.png', 'module-field-frame.png', '<AppLoading')) {
if (-not $modulePage.Contains($required)) { throw "ModulePage baseline promotion missing: $required" }
}
Write-Output 'MODULE-BASELINE-PROMOTION-CONTRACT PASS'