feat: add template store functionality and appstore integration

This commit is contained in:
CaptainB 2025-12-29 11:05:52 +08:00
parent 7e6efc5e1d
commit 2962f55753

View File

@ -1017,8 +1017,9 @@ 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')
application = mk_instance.application
app.name = application.get('name')
app.desc = application.get('desc')
app.save()
if len(tool_model_list) > 0: