From 74e97abac4c0920a915205defec93c5474a0dc50 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 7 May 2025 10:55:13 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E6=9D=BF=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/core/plugin.py b/app/core/plugin.py index 80d5e20c..620df032 100644 --- a/app/core/plugin.py +++ b/app/core/plugin.py @@ -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: