Feat: new entry point for app creation (#10847)
This commit is contained in:
parent
bdfdccd511
commit
a725b8bb6e
93 changed files with 1368 additions and 592 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue