소스 검색

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

takatost 1 년 전
부모
커밋
d2259f20cb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      api/services/app_service.py

+ 2 - 1
api/services/app_service.py

@@ -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
             }
         }