fix: 标准资源同步排除 build_meta.json

This commit is contained in:
tian 2026-07-24 14:46:11 +08:00
parent bde5161b54
commit 36b5b903e1
2 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ func (s *ResourceManagementService) SyncStandardResourcesFromDirectory(dir strin
continue
}
for _, sub := range subEntries {
if sub.IsDir() {
if sub.IsDir() || sub.Name() == "build_meta.json" {
continue
}
fullPath := filepath.Join(subDir, sub.Name())

Binary file not shown.