正在生成AI摘要,请稍候...
ChatGPT、Claude等AI工具与接单平台大全
暂无摘要内容,请稍后再试。
';}summaryText.style.display='block';}).catch(function(){loading.style.display='none';summaryText.innerHTML='加载失败。
';summaryText.style.display='block';});}} function toggleAIChat(){var box=document.getElementById('aiChatBox');var btn=document.getElementById('aiChatBtn');box.classList.toggle('show');btn.innerHTML=box.classList.contains('show')?'×':'🤖';} function closeAIChat(){document.getElementById('aiChatBox').classList.remove('show');document.getElementById('aiChatBtn').innerHTML='🤖';} function openAIChat(){if(!document.getElementById('aiChatBox').classList.contains('show')){toggleAIChat();}} function sendAIMessage(){var input=document.getElementById('aiInput');var message=input.value.trim();if(!message)return;var messages=document.getElementById('aiMessages');messages.innerHTML+='
💬 讨论