mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
feat: support assistant frontend (#2139)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
@@ -6,6 +6,7 @@ export type AppBasicInfo = {
|
||||
mode: AppMode
|
||||
icon: string
|
||||
icon_background: string
|
||||
is_agent: boolean
|
||||
}
|
||||
|
||||
export type AppCategory = 'Writing' | 'Translate' | 'HR' | 'Programming' | 'Assistant'
|
||||
@@ -22,6 +23,7 @@ export type App = {
|
||||
install_count: number
|
||||
installed: boolean
|
||||
editable: boolean
|
||||
is_agent: boolean
|
||||
}
|
||||
|
||||
export type InstalledApp = {
|
||||
|
||||
Reference in New Issue
Block a user