mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 11:26:52 +08:00
Feat: new entry point for app creation (#10847)
This commit is contained in:
@@ -11,7 +11,7 @@ export type AppBasicInfo = {
|
||||
use_icon_as_answer_icon: boolean
|
||||
}
|
||||
|
||||
export type AppCategory = 'Writing' | 'Translate' | 'HR' | 'Programming' | 'Assistant'
|
||||
export type AppCategory = 'Writing' | 'Translate' | 'HR' | 'Programming' | 'Assistant' | 'Agent' | 'Recommended' | 'Workflow'
|
||||
|
||||
export type App = {
|
||||
app: AppBasicInfo
|
||||
|
||||
Reference in New Issue
Block a user