Merge remote-tracking branch 'upstream/dev' into hrdev

This commit is contained in:
ZiWei
2025-11-28 22:51:09 +08:00
26 changed files with 2544 additions and 381 deletions

View File

@@ -22,6 +22,13 @@ class RegularContainer(Container):
def load_state(self, state: Dict[str, Any]):
self.state = state
def get_regular_container(name="container"):
r = RegularContainer(name=name)
r.category = "container"
return RegularContainer(name=name)
#
# class RegularContainer(object):
# # 第一个参数必须是id传入