f
This commit is contained in:
parent
cffa38605d
commit
58a6e31111
@ -1,5 +1,4 @@
|
||||
import Chat from "@/components/ask/chat";
|
||||
import AskHello from "@/components/ask/hello";
|
||||
import SendMessage from "@/components/ask/send";
|
||||
import { ThemedText } from "@/components/ThemedText";
|
||||
import { Message } from "@/types/ask";
|
||||
@ -251,13 +250,13 @@ export default function AskScreen() {
|
||||
{WEBSOCKET_ENDPOINT}
|
||||
</ThemedText> */}
|
||||
{/* 欢迎页面 */}
|
||||
<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