移动内部action以兼容host node

This commit is contained in:
Xuwznln
2025-10-11 03:11:17 +08:00
parent 6fc7ed1b88
commit 7f40f141f6
4 changed files with 58 additions and 57 deletions

View File

@@ -55,6 +55,7 @@ class Registry:
"ResourceCreateFromOuterEasy", "host_node", f"动作 create_resource"
)
self.EmptyIn = self._replace_type_with_class("EmptyIn", "host_node", f"")
self.StrSingleInput = self._replace_type_with_class("StrSingleInput", "host_node", f"")
self.device_type_registry = {}
self.device_module_to_registry = {}
self.resource_type_registry = {}