feat: frontend part of support try apps (#31287)

Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
This commit is contained in:
Joel
2026-01-22 18:16:37 +08:00
committed by GitHub
parent c575c34ca6
commit b9f718005c
130 changed files with 3233 additions and 685 deletions

View File

@ -32,10 +32,11 @@ export type AppMeta = {
tool_icons: Record<string, string>
}
export type CustomConfigValueType = string | number | boolean | null | undefined
export type AppData = {
app_id: string
can_replace_logo?: boolean
custom_config: Record<string, any> | null
custom_config: Record<string, CustomConfigValueType> | null
enable_site?: boolean
end_user_id?: string
site: SiteInfo