完成50%

This commit is contained in:
2026-07-23 08:23:59 +08:00
parent 9b0ad62df4
commit f1edc6b533
218 changed files with 24318 additions and 5514 deletions
+1 -2
View File
@@ -10,8 +10,7 @@ $coverage = Get-Content -LiteralPath $coveragePath -Raw -Encoding UTF8 | Convert
$allowlist = Get-Content -LiteralPath $allowlistPath -Raw -Encoding UTF8 | ConvertFrom-Json
$requiredFoundation = @(
'components/AppButton.vue',
'components/AppDialog.vue',
'components/ModulePage.vue'
'components/AppDialog.vue'
)
foreach ($required in $requiredFoundation) {
if ($coverage.covered -notcontains $required) {