mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-25 05:54:26 +08:00
chore: show non-English characters in exported DSL files (#7042)
This commit is contained in:
parent
4c4f6e362f
commit
7f81a86e9e
@ -176,7 +176,7 @@ class AppDslService:
|
||||
else:
|
||||
cls._append_model_config_export_data(export_data, app_model)
|
||||
|
||||
return yaml.dump(export_data)
|
||||
return yaml.dump(export_data, allow_unicode=True)
|
||||
|
||||
@classmethod
|
||||
def _check_or_fix_dsl(cls, import_data: dict) -> dict:
|
||||
|
Loading…
x
Reference in New Issue
Block a user