修改完成

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
+1 -1
View File
@@ -44,7 +44,7 @@ foreach ($encodedStale in @(
$approved = ([regex]::Matches($planning, '\|\s*`\[x\]`[^|]*\|\s*\d+\s*\|')).Count
$candidate = ([regex]::Matches($planning, '\|\s*`\[~\]`[^|]*\|\s*\d+\s*\|')).Count
if ($approved -ne 6 -or $candidate -ne 46) {
if ($approved -ne 10 -or $candidate -ne 42) {
throw "planning counts changed: approved=$approved candidate=$candidate"
}