This commit is contained in:
Junhui Chen 2025-08-07 12:51:01 +08:00
parent 58a6e31111
commit 7af6716b4b

View File

@ -1,4 +1,3 @@
import Chat from "@/components/ask/chat";
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";
@ -12,7 +11,7 @@ import {
StyleSheet, StyleSheet,
View View
} from 'react-native'; } from 'react-native';
import Animated, { useSharedValue } from 'react-native-reanimated'; import { useSharedValue } from 'react-native-reanimated';
import { useSafeAreaInsets } from "react-native-safe-area-context"; import { useSafeAreaInsets } from "react-native-safe-area-context";
export default function AskScreen() { export default function AskScreen() {
@ -259,7 +258,7 @@ export default function AskScreen() {
</Animated.View> */} </Animated.View> */}
{/* 聊天页面 */} {/* 聊天页面 */}
<Animated.View {/* <Animated.View
style={[styles.absoluteView, style={[styles.absoluteView,
// chatStyle, // chatStyle,
{ zIndex: 0 }]} { zIndex: 0 }]}
@ -275,7 +274,7 @@ export default function AskScreen() {
showsVerticalScrollIndicator={false} showsVerticalScrollIndicator={false}
// onContentSizeChange={() => scrollToEnd()} // onContentSizeChange={() => scrollToEnd()}
/> />
</Animated.View> </Animated.View> */}
</View> </View>
{/* 输入框区域 */} {/* 输入框区域 */}