mirror of
https://github.com/langgenius/dify.git
synced 2026-04-27 05:58:14 +08:00
app menu
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
import type { AppMode } from '@/types/app'
|
||||
export type AppBasicInfo = {
|
||||
id: string
|
||||
name: string
|
||||
mode: AppMode
|
||||
icon: string
|
||||
icon_background: string
|
||||
is_agent: boolean
|
||||
name: string
|
||||
description: string
|
||||
}
|
||||
|
||||
export type AppCategory = 'Writing' | 'Translate' | 'HR' | 'Programming' | 'Assistant'
|
||||
|
||||
Reference in New Issue
Block a user