s
This commit is contained in:
parent
432e9b9dfb
commit
b960ebac72
@ -1,5 +1,6 @@
|
||||
import ReturnArrow from "@/assets/icons/svg/returnArrow.svg";
|
||||
import Chat from "@/components/ask/chat";
|
||||
import AskHello from "@/components/ask/hello";
|
||||
import { ThemedText } from "@/components/ThemedText";
|
||||
import { useWebSocketStreamHandler } from "@/hooks/useWebSocketStreamHandler";
|
||||
import { fetchApi } from "@/lib/server-api-util";
|
||||
@ -250,13 +251,13 @@ export default function AskScreen() {
|
||||
|
||||
<View style={styles.contentContainer}>
|
||||
{/* 欢迎页面 */}
|
||||
{/* <Animated.View
|
||||
<Animated.View
|
||||
style={[styles.absoluteView,
|
||||
// welcomeStyle,
|
||||
{ zIndex: 1 }]}
|
||||
>
|
||||
<AskHello setUserMessages={setUserMessages} setConversationId={setConversationId} setIsHello={setIsHello} />
|
||||
</Animated.View> */}
|
||||
</Animated.View>
|
||||
|
||||
{/* 聊天页面 */}
|
||||
<Animated.View
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user