feat: update coin cell assembly, bioyond cell workstation, and resource configs

This commit is contained in:
Andy6M
2026-03-25 23:31:06 +08:00
parent 91928a87ac
commit 467f0b1115
13 changed files with 290 additions and 49 deletions

View File

@@ -621,6 +621,8 @@ def main():
continue
# 如果从远端获取了物料信息,则与本地物料进行同步
# 仅在本地文件模式下有意义:本地文件只含设备结构,远端有已保存的物料,需要 merge
# 远端模式下 resource_tree_set 与 request_startup_json 来自同一份数据merge 为空操作
if file_path is not None and request_startup_json and "nodes" in request_startup_json:
print_status("开始同步远端物料到本地...", "info")
remote_tree_set = ResourceTreeSet.from_raw_dict_list(request_startup_json["nodes"])