v0.4.0_front #2

Merged
txcjh merged 3 commits from v0.4.0_front into main 2025-07-07 15:00:07 +08:00
Owner
No description provided.
jinyaqiu added 2 commits 2025-07-07 14:15:22 +08:00
feat: 0.4版本
All checks were successful
Dev Deploy / Explore-Gitea-Actions (push) Successful in 15s
11b0c051d1
txcjh requested changes 2025-07-07 14:41:13 +08:00
@ -0,0 +26,4 @@
const createNewConversation = useCallback(async () => {
setUserMessages([{
content: {
text: "请输入您的问题,寻找,请稍等..."
Owner

记个TODO的注释

记个TODO的注释
@ -0,0 +9,4 @@
{/* 内容区域 IP与介绍文本*/}
<View className="items-center flex-1">
<ThemedText className="text-3xl font-bold text-center">
Hi,
Owner

i18n

i18n
@ -0,0 +322,4 @@
</TouchableOpacity>
) : (
<Button
title={isLoading ? '处理中...' : '选择图片'}
Owner

I18N

I18N
@ -0,0 +35,4 @@
/>
)}
{item.status === 'success' && (
<ThemedText style={styles.successText}> </ThemedText>
Owner

删掉文件

删掉文件
jinyaqiu added 1 commit 2025-07-07 14:58:49 +08:00
feat: 修改
Some checks failed
Dev Deploy / Explore-Gitea-Actions (push) Failing after 14s
0c98b399b9
txcjh merged commit 0c98b399b9 into main 2025-07-07 15:00:07 +08:00
txcjh deleted branch v0.4.0_front 2025-07-07 15:00:07 +08:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: FairClip/memowake-front#2
No description provided.