fix: rename MIc to miC with mic emoji in voice conversation buttons
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8d859b87bf
commit
be98bb542c
|
|
@ -155,7 +155,7 @@ export class RStackMi extends HTMLElement {
|
|||
<input class="mi-input-bar" id="mi-bar-input" type="text"
|
||||
placeholder="Ask mi anything..." autocomplete="off" />
|
||||
${SpeechDictation.isSupported() ? '<button class="mi-mic-btn" id="mi-mic" title="Voice dictation">🎤</button>' : ''}
|
||||
${SpeechDictation.isSupported() ? '<button class="mi-voice-btn" id="mi-voice-btn" title="Voice conversation">🎙</button>' : ''}
|
||||
${SpeechDictation.isSupported() ? '<button class="mi-voice-btn" id="mi-voice-btn" title="miC voice conversation">🎙 miC</button>' : ''}
|
||||
</div>
|
||||
<div class="mi-panel" id="mi-panel">
|
||||
<div class="mi-panel-header">
|
||||
|
|
@ -163,7 +163,7 @@ export class RStackMi extends HTMLElement {
|
|||
<span class="mi-panel-title">mi</span>
|
||||
<select class="mi-model-select" id="mi-model-select" title="Select AI model"></select>
|
||||
<div class="mi-panel-spacer"></div>
|
||||
${SpeechDictation.isSupported() ? '<button class="mi-voice-panel-btn" id="mi-voice-panel-btn" title="Voice mode">🎙</button>' : ''}
|
||||
${SpeechDictation.isSupported() ? '<button class="mi-voice-panel-btn" id="mi-voice-panel-btn" title="miC voice mode">🎙 miC</button>' : ''}
|
||||
<button class="mi-panel-btn" id="mi-minimize" title="Minimize (Escape)">−</button>
|
||||
<button class="mi-panel-btn" id="mi-close" title="Close">×</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue