feat: 字数限制2000 + MiniMax emotion参数 + 前端情绪全局选择模式

This commit is contained in:
lanhao
2026-06-30 23:47:23 +08:00
parent d6edc69c65
commit 81460f06d7
4 changed files with 57 additions and 104 deletions
+3 -3
View File
@@ -50,11 +50,11 @@
<span class="toolbar-label">情绪:</span>
<button class="emotion-btn" data-emotion="happy" title="开心愉快">😊</button>
<button class="emotion-btn" data-emotion="sad" title="悲伤">😢</button>
<button class="emotion-btn" data-emotion="excited" title="激">🔥</button>
<button class="emotion-btn" data-emotion="angry" title="激">🔥</button>
<button class="emotion-btn" data-emotion="surprised" title="惊讶"></button>
<button class="emotion-btn" data-emotion="fearful" title="害怕">😨</button>
<button class="emotion-btn" data-emotion="disgusted" title="厌恶">😒</button>
<span class="toolbar-hint">← 选中文字后点击添加情绪</span>
<span class="toolbar-hint">← 选择整段语音的情绪风格</span>
</div>
</div>
@@ -63,7 +63,7 @@
<div class="editor" id="editor" contenteditable="true" spellcheck="false"></div>
<div class="editor-placeholder" id="editorPlaceholder">
请输入配音文稿...<br><br>
<span class="hint">💡 提示:选中文字后点击上方情绪标签,可为选中文本添加情绪</span>
<span class="hint">💡 提示:点击上方情绪按钮选择整段语音的情绪风格,生成时自动应用</span>
</div>
</div>