🎨 Auto-deploy: Remoção de cards da home e conversão de Mind Lab e Atividade BNCC em botões rápidos

This commit is contained in:
2026-06-05 00:59:51 +00:00
parent 029ab13e0d
commit 3ca38c7436
2 changed files with 11 additions and 22 deletions
+4
View File
@@ -2157,6 +2157,10 @@ const initApp = () => {
// Botões de Modos Rápidos de Prompt (Rodapé)
document.querySelectorAll('.btn-prompt-mode').forEach(btn => {
btn.addEventListener('click', () => {
if (btn.dataset.prompt) {
handleSendMessage(btn.dataset.prompt);
return;
}
if (btn.id === 'barBtnEstudio') return; // Manipulado separadamente
if (btn.id === 'barBtnComics') return; // Manipulado separadamente