fix size change

This commit is contained in:
Xuwznln
2026-03-02 15:52:28 +08:00
parent 514373c164
commit e5015cd5e0
2 changed files with 18 additions and 1 deletions

View File

@@ -411,6 +411,15 @@ class ResourceTreeSet(object):
"tip_spot": "tip_spot",
"tube": "tube",
"bottle_carrier": "bottle_carrier",
"material_hole": "material_hole",
"container": "container",
"material_plate": "material_plate",
"electrode_sheet": "electrode_sheet",
"warehouse": "warehouse",
"magazine_holder": "magazine_holder",
"resource_group": "resource_group",
"trash": "trash",
"plate_adapter": "plate_adapter",
}
if source in replace_info:
return replace_info[source]