feat: text generation

This commit is contained in:
Joel
2025-09-19 16:32:11 +08:00
parent c2f94e9e8a
commit 73845cbec5
9 changed files with 324 additions and 26 deletions

View File

@ -33,7 +33,6 @@ const InstalledApp: FC<IInstalledAppProps> = ({
const { isFetching: isFetchingAppMeta, data: appMeta, error: appMetaError } = useGetInstalledAppMeta(installedApp?.id ?? null)
const { data: userCanAccessApp, error: useCanAccessAppError } = useGetUserCanAccessApp({ appId: installedApp?.app.id, isInstalledApp: true })
console.log(appParams, appMeta)
useEffect(() => {
if (!installedApp) {
updateAppInfo(null)