This commit is contained in:
Junhui Chen 2025-08-07 11:31:00 +08:00
parent 326848de64
commit 4f0fb96a9b

View File

@ -3,7 +3,6 @@ import Chat from "@/components/ask/chat";
import AskHello from "@/components/ask/hello";
import SendMessage from "@/components/ask/send";
import { ThemedText } from "@/components/ThemedText";
import { WEBSOCKET_ENDPOINT } from "@/lib/websocket-util";
import { Message } from "@/types/ask";
import { useLocalSearchParams, useRouter } from "expo-router";
import { useCallback, useRef, useState } from 'react';
@ -252,9 +251,9 @@ export default function AskScreen() {
<View style={styles.contentContainer}>
<ThemedText>1</ThemedText>
<ThemedText>
{/* <ThemedText>
{WEBSOCKET_ENDPOINT}
</ThemedText>
</ThemedText> */}
{/* 欢迎页面 */}
<Animated.View
style={[styles.absoluteView, welcomeStyle, { zIndex: 1 }]}