mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 12:24:46 +08:00
feat: rewording and adjust button size
This commit is contained in:
@@ -133,7 +133,7 @@ export function MessagesBlock({ className }: { className?: string }) {
|
|||||||
? "DeerFlow is now replaying the conversation..."
|
? "DeerFlow is now replaying the conversation..."
|
||||||
: replayStarted
|
: replayStarted
|
||||||
? "The replay has been stopped."
|
? "The replay has been stopped."
|
||||||
: `You're now in DeerFlow's replay mode. Click the "Start" button on the right to replay.`}
|
: `You're now in DeerFlow's replay mode. Click the "Play" button on the right to start.`}
|
||||||
</RainbowText>
|
</RainbowText>
|
||||||
</CardDescription>
|
</CardDescription>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
@@ -150,9 +150,9 @@ export function MessagesBlock({ className }: { className?: string }) {
|
|||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
{!replayStarted && (
|
{!replayStarted && (
|
||||||
<Button onClick={handleStartReplay}>
|
<Button className="w-24" onClick={handleStartReplay}>
|
||||||
<Play size={16} />
|
<Play size={16} />
|
||||||
Start
|
Play
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user