style(webView): 隐藏深度思考按钮

refactor
钟良源 3 days ago
parent a300f115e3
commit 9748b33cf5

@ -77,10 +77,10 @@ export function getWebviewContent(styleUri: vscode.Uri, scriptUri: vscode.Uri,hi
<form id="chat-form">
<div class="input-container">
<input type="text" id="user-input" placeholder="输入你的问题..."/>
<label class="deep-thinking-toggle" title="启用深度思考模式">
<input type="checkbox" id="deep-thinking-checkbox"/>
<span class="toggle-label"></span>
</label>
<!--<label class="deep-thinking-toggle" title="启用深度思考模式">-->
<!-- <input type="checkbox" id="deep-thinking-checkbox"/>-->
<!-- <span class="toggle-label"></span>-->
<!--</label>-->
<button type="submit" id="send-btn"></button>
</div>
</form>

Loading…
Cancel
Save