f
This commit is contained in:
parent
cffa38605d
commit
58a6e31111
@ -1,5 +1,4 @@
|
|||||||
import Chat from "@/components/ask/chat";
|
import Chat from "@/components/ask/chat";
|
||||||
import AskHello from "@/components/ask/hello";
|
|
||||||
import SendMessage from "@/components/ask/send";
|
import SendMessage from "@/components/ask/send";
|
||||||
import { ThemedText } from "@/components/ThemedText";
|
import { ThemedText } from "@/components/ThemedText";
|
||||||
import { Message } from "@/types/ask";
|
import { Message } from "@/types/ask";
|
||||||
@ -251,13 +250,13 @@ export default function AskScreen() {
|
|||||||
{WEBSOCKET_ENDPOINT}
|
{WEBSOCKET_ENDPOINT}
|
||||||
</ThemedText> */}
|
</ThemedText> */}
|
||||||
{/* 欢迎页面 */}
|
{/* 欢迎页面 */}
|
||||||
<Animated.View
|
{/* <Animated.View
|
||||||
style={[styles.absoluteView,
|
style={[styles.absoluteView,
|
||||||
// welcomeStyle,
|
// welcomeStyle,
|
||||||
{ zIndex: 1 }]}
|
{ zIndex: 1 }]}
|
||||||
>
|
>
|
||||||
<AskHello setUserMessages={setUserMessages} setConversationId={setConversationId} setIsHello={setIsHello} />
|
<AskHello setUserMessages={setUserMessages} setConversationId={setConversationId} setIsHello={setIsHello} />
|
||||||
</Animated.View>
|
</Animated.View> */}
|
||||||
|
|
||||||
{/* 聊天页面 */}
|
{/* 聊天页面 */}
|
||||||
<Animated.View
|
<Animated.View
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user