mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
copy
This commit is contained in:
parent
24f574a7dc
commit
b59e5bf298
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ class Voice:
|
|||
else:
|
||||
cnt = int(self.pct * 10)
|
||||
|
||||
bar = "█" * cnt + "░" * (num - cnt)
|
||||
bar = "░" * cnt + "█" * (num - cnt)
|
||||
bar = bar[:num]
|
||||
|
||||
dur = time.time() - self.start_time
|
||||
|
|
|
@ -19,7 +19,7 @@ the aider chat session.
|
|||
|
||||
#### /voice
|
||||
|
||||
> Recording, press ENTER when done...
|
||||
> Recording, press ENTER when done... 3.5sec █████░░░░░
|
||||
|
||||
<div style="display: inline-block; position: relative; width: 200px; background-color: #f0f0f0; border-radius: 10px; padding: 10px; color: #333; font-family: 'Comic Sans MS', 'Comic Sans', 'Marker Felt', sans-serif;">
|
||||
<span style="position: absolute; top: 0; left: 50%; transform: translate(-50%, -100%); width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #f0f0f0;"></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue