f
This commit is contained in:
parent
9341a1560f
commit
995f5ad981
@ -1,6 +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 AskHello from "@/components/ask/hello";
|
|
||||||
import { ThemedText } from "@/components/ThemedText";
|
import { ThemedText } from "@/components/ThemedText";
|
||||||
import { fetchApi } from "@/lib/server-api-util";
|
import { fetchApi } from "@/lib/server-api-util";
|
||||||
import { Message } from "@/types/ask";
|
import { Message } from "@/types/ask";
|
||||||
@ -263,7 +261,7 @@ export default function AskScreen() {
|
|||||||
|
|
||||||
<View style={[styles.contentContainer, { marginTop: isHello ? -24 : 0 }]}>
|
<View style={[styles.contentContainer, { marginTop: isHello ? -24 : 0 }]}>
|
||||||
{/* 欢迎页面 */}
|
{/* 欢迎页面 */}
|
||||||
<Animated.View
|
{/* <Animated.View
|
||||||
style={[
|
style={[
|
||||||
styles.absoluteView,
|
styles.absoluteView,
|
||||||
{
|
{
|
||||||
@ -274,10 +272,10 @@ export default function AskScreen() {
|
|||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<AskHello setUserMessages={setUserMessages} setConversationId={setConversationId} setIsHello={setIsHello} />
|
<AskHello setUserMessages={setUserMessages} setConversationId={setConversationId} setIsHello={setIsHello} />
|
||||||
</Animated.View>
|
</Animated.View> */}
|
||||||
|
|
||||||
{/* 聊天页面 */}
|
{/* 聊天页面 */}
|
||||||
<Animated.View
|
{/* <Animated.View
|
||||||
style={[
|
style={[
|
||||||
styles.absoluteView,
|
styles.absoluteView,
|
||||||
{
|
{
|
||||||
@ -298,7 +296,7 @@ export default function AskScreen() {
|
|||||||
showsVerticalScrollIndicator={false}
|
showsVerticalScrollIndicator={false}
|
||||||
onContentSizeChange={() => scrollToEnd()}
|
onContentSizeChange={() => scrollToEnd()}
|
||||||
/>
|
/>
|
||||||
</Animated.View>
|
</Animated.View> */}
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
{/* 输入框区域 */}
|
{/* 输入框区域 */}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user