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 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 { WEBSOCKET_ENDPOINT } from "@/lib/websocket-util";
|
|
||||||
import { Message } from "@/types/ask";
|
import { Message } from "@/types/ask";
|
||||||
import { useLocalSearchParams, useRouter } from "expo-router";
|
import { useLocalSearchParams, useRouter } from "expo-router";
|
||||||
import { useCallback, useRef, useState } from 'react';
|
import { useCallback, useRef, useState } from 'react';
|
||||||
@ -252,9 +251,9 @@ export default function AskScreen() {
|
|||||||
|
|
||||||
<View style={styles.contentContainer}>
|
<View style={styles.contentContainer}>
|
||||||
<ThemedText>1</ThemedText>
|
<ThemedText>1</ThemedText>
|
||||||
<ThemedText>
|
{/* <ThemedText>
|
||||||
{WEBSOCKET_ENDPOINT}
|
{WEBSOCKET_ENDPOINT}
|
||||||
</ThemedText>
|
</ThemedText> */}
|
||||||
{/* 欢迎页面 */}
|
{/* 欢迎页面 */}
|
||||||
<Animated.View
|
<Animated.View
|
||||||
style={[styles.absoluteView, welcomeStyle, { zIndex: 1 }]}
|
style={[styles.absoluteView, welcomeStyle, { zIndex: 1 }]}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user