修改完成

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
@@ -24,7 +24,7 @@ foreach ($relativePath in $ownedFiles) {
foreach ($returnPage in @('pages/auth/a04-register.vue', 'pages/auth/a05-reset-password.vue', 'pages/auth/a06-auth-status.vue')) {
$content = Get-Content -LiteralPath (Join-Path $root $returnPage) -Raw -Encoding utf8
if ($content -notmatch [regex]::Escape("url: '/pages/auth/a01-entry'")) {
if ($content -notmatch 'url:\s*["'']/pages/auth/a01-entry["'']') {
throw "$returnPage must return to A01."
}
}