fix: app export dsl not include desc (#3167)

This commit is contained in:
takatost 2024-04-08 21:30:18 +08:00 committed by GitHub
commit d2259f20cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -221,7 +221,8 @@ class AppService:
"name": app.name,
"mode": app.mode,
"icon": app.icon,
"icon_background": app.icon_background
"icon_background": app.icon_background,
"description": app.description
}
}