1027byxinyu

This commit is contained in:
lixinyu1011
2025-10-27 18:16:26 +08:00
parent 67d1c4acce
commit ceef342860
12 changed files with 508 additions and 1172 deletions

View File

@@ -74,6 +74,7 @@ class BioyondResourceSynchronizer(ResourceSynchronizer):
type_mapping=self.workstation.bioyond_config["material_type_mappings"],
deck=self.workstation.deck
)
print("unilab_resources:",unilab_resources)
logger.info(f"从Bioyond同步了 {len(unilab_resources)} 个资源")
return True