feat: 完成70%全局样式与可读性优化

This commit is contained in:
rain
2026-07-31 11:27:15 +08:00
parent 96524e4d6c
commit 555aa00043
116 changed files with 1928 additions and 1169 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ $page = Get-Content -LiteralPath (Join-Path $root 'pages/genealogy/g03-create-ge
$style = [regex]::Match($page, '(?s)<style[^>]*>(.*?)</style>').Groups[1].Value
foreach ($required in @(
'@include adaptive.adaptive-genealogy-state-panel;',
'@include adaptive-genealogy-state-panel;',
'.create-card',
'.field-row',
'.region-sheet',