合并dify1.2.0版本代码

# Conflicts:
#	api/controllers/service_api/app/workflow.py
#	api/controllers/service_api/wraps.py
#	web/.env.example
#	web/app/components/share/utils.ts
#	web/app/signin/page.module.css
#	web/context/debug-configuration.ts
This commit is contained in:
FamousMai
2025-04-09 19:57:08 +08:00
614 changed files with 16690 additions and 3941 deletions
@@ -61,6 +61,7 @@ class CodeExecutor:
Execute code
:param purview: bool # Extend global code
:param language: code language
:param preload: the preload script
:param code: code
:return:
"""