feat: add template store functionality and appstore integration

This commit is contained in:
CaptainB 2025-12-26 17:11:15 +08:00
parent 9a7d4dbedd
commit 323dcaf0df

View File

@ -1017,6 +1017,8 @@ class ApplicationOperateSerializer(serializers.Serializer):
for n in node.get('properties', {}).get('node_data', {}).get('loop_body', {}).get('nodes', []):
hand_node(n, update_tool_map)
app.work_flow = work_flow
app.name = instance.get('name')
app.desc = instance.get('desc')
app.save()
if len(tool_model_list) > 0: