Update organic syn station.

(cherry picked from commit 13a6795657)
This commit is contained in:
Xuwznln
2025-12-15 02:34:36 +08:00
parent 152d3a7563
commit d0ac452405
3 changed files with 35 additions and 23 deletions

View File

@@ -388,6 +388,10 @@ def main():
for ind, i in enumerate(resource_edge_info[::-1]):
source_node: ResourceDict = nodes[i["source"]]
target_node: ResourceDict = nodes[i["target"]]
if "sourceHandle" not in source_node:
continue
if "targetHandle" not in target_node:
continue
source_handle = i["sourceHandle"]
target_handle = i["targetHandle"]
source_handler_keys = [