fix: webapp variable input & app unavailable status (#2405)

This commit is contained in:
zxhlyh
2024-02-06 13:43:09 +08:00
committed by GitHub
parent 843280f82b
commit d8de2017b5
5 changed files with 87 additions and 22 deletions

View File

@@ -16,6 +16,7 @@ import type {
} from '@/models/share'
export type ChatWithHistoryContextValue = {
appInfoError?: any
appInfoLoading?: boolean
appMeta?: AppMeta
appData?: AppData