保存视觉审核与文档流迁移进度

This commit is contained in:
rain
2026-07-20 17:23:09 +08:00
parent 5a31a75da0
commit 01d246c47b
59 changed files with 3615 additions and 378 deletions
+12 -5
View File
@@ -27,16 +27,20 @@ if ($catalog -match 't02:') { throw 'T02 duplicate catalog entry must be removed
if ($page -match "@/utils/api\.js|\bappApi\b") { throw 'T01 design phase must not connect the API layer' }
foreach ($required in @(
"const treeState = ref('loading')",
'const treeState = ref("loading")',
'tree-state--tree',
'tree-state--landscape',
'tree-state--empty',
'tree-state--error',
'tree-canvas--state',
'lineage-connector',
'generation-band--twelve',
'generation-band--thirteen',
'generation-band--fourteen',
'const generationRows = [',
'v-for="row in generationRows"',
':style="generationRowStyle(row)"',
'class="tree-stage"',
'class="generation-rail"',
'tree-scroll--lineage',
'const generationRowStyle = (row)',
't01-member-node-standard.png',
't01-member-node-selected.png',
't01-state-panel.png',
@@ -51,7 +55,10 @@ foreach ($required in @(
foreach ($forbidden in @(
'g03-create-flow-panel.png',
'g06-search-input-wide.png',
'application-status-card.png'
'application-status-card.png',
'generation-band--twelve',
'generation-band--thirteen',
'generation-band--fourteen'
)) {
if ($page -match [regex]::Escape($forbidden)) { throw "T01 must not keep opaque surface asset: $forbidden" }
}