feat: 完成70%全局样式与可读性优化
This commit is contained in:
@@ -3,8 +3,8 @@ $root = Split-Path $PSScriptRoot -Parent
|
||||
$page = [System.IO.File]::ReadAllText((Join-Path $root 'pages/family/f02-publish-feed.vue'), [System.Text.Encoding]::UTF8)
|
||||
|
||||
foreach ($expected in @(
|
||||
'@include adaptive.adaptive-family-content;',
|
||||
'@include adaptive.adaptive-family-field;'
|
||||
'@include adaptive-family-content;',
|
||||
'@include adaptive-family-field;'
|
||||
)) {
|
||||
if (-not $page.Contains($expected)) { throw "F02 document-flow contract missing: $expected" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user