Update organic syn station.

This commit is contained in:
Xuwznln
2025-12-15 02:34:36 +08:00
parent 53219d8b04
commit 13a6795657
3 changed files with 35 additions and 23 deletions

View File

@@ -329,6 +329,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 = [