f
This commit is contained in:
parent
326848de64
commit
4f0fb96a9b
@ -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 }]}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user