'commit'
This commit is contained in:
@@ -1109,7 +1109,7 @@ select { padding: 8px 12px; border: 1px solid #ccc; border-radius: 4px; backgrou
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="recording-controls" style="position: fixed; right:37px; bottom: 230px; z-index: 998;">
|
<div class="recording-controls" style="position: fixed; right:37px; bottom: 230px; z-index: 998;">
|
||||||
<button class="record-button" id="startRecordBtn" style="font-size: 14px;">和我讲话</button>
|
<button class="record-button" id="startRecordBtn" style="font-size: 14px;">帮我讲题</button>
|
||||||
<button class="stop-button" id="stopRecordBtn" style="font-size: 14px;">停止讲话</button>
|
<button class="stop-button" id="stopRecordBtn" style="font-size: 14px;">停止讲话</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -1263,8 +1263,6 @@ select { padding: 8px 12px; border: 1px solid #ccc; border-radius: 4px; backgrou
|
|||||||
|
|
||||||
// 初始加载默认模型
|
// 初始加载默认模型
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
//const defaultModel = modelSelect ? modelSelect.value : 'shizuku';
|
|
||||||
//console.log("初始加载模型: ", defaultModel);
|
|
||||||
initL2DWidget();
|
initL2DWidget();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
Reference in New Issue
Block a user