feat: 字数限制2000 + MiniMax emotion参数 + 前端情绪全局选择模式
This commit is contained in:
+3
-3
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user