|
|
|
|
@ -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>
|
|
|
|
|
|