From bdbb45e379eccd2a94dfda8ead3ae3a00ee896e6 Mon Sep 17 00:00:00 2001 From: sp mac bookpro 2605 Date: Thu, 11 Jun 2026 19:03:34 +0800 Subject: [PATCH] fix: allow selecting agent on /chat in h5 --- src/pages/chat/components/ChatPageH5.tsx | 34 ++++++++++++------------ 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/pages/chat/components/ChatPageH5.tsx b/src/pages/chat/components/ChatPageH5.tsx index 63885ac..aabbc9f 100644 --- a/src/pages/chat/components/ChatPageH5.tsx +++ b/src/pages/chat/components/ChatPageH5.tsx @@ -86,29 +86,29 @@ export default function ChatPageH5({ logic }: { logic: ChatPageLogicOutput }) {
+
+ + + + + + +
+ {!agent ? (
) : ( <> -
- - - - - - -
-