修改完成

This commit is contained in:
2026-07-21 07:53:03 +08:00
parent 01d246c47b
commit ff60119277
172 changed files with 7982 additions and 2999 deletions
@@ -3,7 +3,7 @@ $root = Split-Path -Parent $PSScriptRoot
$n01 = Get-Content -LiteralPath (Join-Path $root 'pages/notification/n01-message-center.vue') -Raw -Encoding utf8
$capture = Get-Content -LiteralPath (Join-Path $root 'scripts/capture-chrome-page.js') -Raw -Encoding utf8
foreach ($required in @('font-size:\s*21rpx','font-size:\s*23rpx','class="notice-review-action" block','<AppButton\s+block\s+:type="noticeState === ''error''')) {
foreach ($required in @('font-size:\s*21rpx','font-size:\s*23rpx','(?s)class="notice-review-action"[^>]*\bblock\b','<AppButton\s+block\s+:type="noticeState === ''error''')) {
if ($n01 -notmatch $required) { throw "N01 visual contract missing: $required" }
}
foreach ($required in @('prepareNSeriesState','n01-read-first','n01-mark-all')) {