From c27df884170b318b05ddd19b5c55a959f2649c53 Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 29 Jan 2026 19:40:47 +0800 Subject: [PATCH] feat: try app support review (#31716) --- web/app/components/apps/index.tsx | 1 + web/app/components/explore/app-card/index.tsx | 12 +++++------- web/app/components/explore/app-list/index.tsx | 1 + web/app/components/explore/try-app/index.tsx | 16 +++++++++++++++- web/app/components/explore/try-app/tab.tsx | 4 +++- web/i18n/en-US/explore.json | 2 +- 6 files changed, 26 insertions(+), 10 deletions(-) diff --git a/web/app/components/apps/index.tsx b/web/app/components/apps/index.tsx index 255bfbf9c5..3be8492489 100644 --- a/web/app/components/apps/index.tsx +++ b/web/app/components/apps/index.tsx @@ -105,6 +105,7 @@ const Apps = () => { {isShowTryAppPanel && ( {isExplore && (canCreate || isTrialApp) && (