mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 00:18:03 +08:00
refactor app mode
add app import and export
This commit is contained in:
@ -17,8 +17,7 @@ installed_app_fields = {
|
||||
'is_pinned': fields.Boolean,
|
||||
'last_used_at': TimestampField,
|
||||
'editable': fields.Boolean,
|
||||
'uninstallable': fields.Boolean,
|
||||
'is_agent': fields.Boolean,
|
||||
'uninstallable': fields.Boolean
|
||||
}
|
||||
|
||||
installed_app_list_fields = {
|
||||
|
||||
Reference in New Issue
Block a user