From 05e5b7216dc170a68ad5c3e040f9a620d3db18cc Mon Sep 17 00:00:00 2001 From: jpyoung3 <809608046@qq.com> Date: Tue, 10 Sep 2024 11:00:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dbscp=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E4=B8=AD=E6=96=87title=E4=B8=BA=E8=8B=B1?= =?UTF-8?q?=E6=96=87=20(closed=20#2426)=20#=20Reviewed,=20transaction=20id?= =?UTF-8?q?:=2017879?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/backend/plugin/tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/backend/plugin/tools.py b/apps/backend/plugin/tools.py index 79f58f1f7..139e7640c 100644 --- a/apps/backend/plugin/tools.py +++ b/apps/backend/plugin/tools.py @@ -178,7 +178,6 @@ def _validate_node(_node: Dict[str, Any]) -> Dict[str, Any]: # 初始化 properties validated_node["properties"] = {} for title, property_node in node["properties"].items(): - property_node["title"] = title property_node["depth"] = depth stack.append(property_node) # 初始化 properties 子节点