mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 20:46:01 +08:00
fix: app export dsl not include desc (#3167)
This commit is contained in:
parent
9720d6b7a5
commit
d2259f20cb
@ -221,7 +221,8 @@ class AppService:
|
|||||||
"name": app.name,
|
"name": app.name,
|
||||||
"mode": app.mode,
|
"mode": app.mode,
|
||||||
"icon": app.icon,
|
"icon": app.icon,
|
||||||
"icon_background": app.icon_background
|
"icon_background": app.icon_background,
|
||||||
|
"description": app.description
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user