fix 修复仪表板异常

This commit is contained in:
jxxghp
2025-05-07 10:55:13 +08:00
parent b1db95a925
commit 74e97abac4

View File

@@ -633,6 +633,7 @@ class PluginManager(metaclass=Singleton):
render_mode=render_mode,
cols=cols or {},
attrs=attrs or {},
elements=elements
)
def get_plugin_attr(self, pid: str, attr: str) -> Any: