chore: 注释聊天页面

This commit is contained in:
Junhui Chen 2025-08-06 16:48:39 +08:00
parent 582ed4b037
commit f370036537

View File

@ -1,5 +1,4 @@
import ReturnArrow from "@/assets/icons/svg/returnArrow.svg"; import ReturnArrow from "@/assets/icons/svg/returnArrow.svg";
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 { fetchApi } from "@/lib/server-api-util"; import { fetchApi } from "@/lib/server-api-util";
@ -18,7 +17,7 @@ import {
TouchableOpacity, TouchableOpacity,
View View
} from 'react-native'; } from 'react-native';
import Animated, { useAnimatedStyle, useSharedValue, withTiming } from 'react-native-reanimated'; import { useAnimatedStyle, useSharedValue, withTiming } 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() {
@ -269,7 +268,7 @@ export default function AskScreen() {
</Animated.View> */} </Animated.View> */}
{/* 聊天页面 */} {/* 聊天页面 */}
<Animated.View {/* <Animated.View
style={[styles.absoluteView, chatStyle, { zIndex: 0 }]} style={[styles.absoluteView, chatStyle, { zIndex: 0 }]}
> >
<Chat <Chat
@ -283,7 +282,7 @@ export default function AskScreen() {
showsVerticalScrollIndicator={false} showsVerticalScrollIndicator={false}
// onContentSizeChange={() => scrollToEnd()} // onContentSizeChange={() => scrollToEnd()}
/> />
</Animated.View> </Animated.View> */}
</View> </View>
{/* 输入框区域 */} {/* 输入框区域 */}