Auto-deploy: 2026-06-02 18:28:17
This commit is contained in:
17
popup.html
17
popup.html
@@ -414,6 +414,23 @@
|
||||
|
||||
<div class="content">
|
||||
|
||||
<!-- VOICE DICTATION -->
|
||||
<div class="section" style="background: linear-gradient(135deg, rgba(108, 99, 255, 0.15) 0%, rgba(155, 93, 229, 0.15) 100%); border-color: var(--accent);">
|
||||
<div class="section-header">
|
||||
<span class="section-title">🎤 إملاء صوتي ذكي</span>
|
||||
<button class="btn btn-sm" id="copy-dictation-btn" style="display:none; font-family: Tahoma, sans-serif;">📋 نسخ</button>
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; margin-bottom: 12px;">
|
||||
<button id="dictation-mic-btn" style="width: 60px; height: 60px; border-radius: 50%; border: none; background: linear-gradient(135deg, var(--accent), #9b5de5); color: white; font-size: 24px; cursor: pointer; transition: all 0.2s;">
|
||||
🎤
|
||||
</button>
|
||||
<div id="dictation-status" style="font-size: 11px; color: var(--text-secondary); margin-top: 8px; font-family: Tahoma, sans-serif;">اضغط للتحدث (بالعربية)</div>
|
||||
</div>
|
||||
|
||||
<textarea id="dictation-result" placeholder="النص سيظهر هنا..." style="min-height: 80px; direction: rtl; font-family: Tahoma, sans-serif;"></textarea>
|
||||
</div>
|
||||
|
||||
<!-- QUICK ACTIONS -->
|
||||
<div class="section" style="background: linear-gradient(135deg, rgba(108, 99, 255, 0.15) 0%, rgba(155, 93, 229, 0.15) 100%); border-color: var(--accent);">
|
||||
<div class="section-header">
|
||||
|
||||
Reference in New Issue
Block a user