Dodocool.setup Welcome.html โ
#resetHint:hover text-decoration: underline; opacity: 0.8; cursor: pointer;
<div class="help-row"> <div class="help-item">๐ <a href="#" style="color:#2c7a6e; text-decoration:none;" id="helpGuideLink">Setup guide</a></div> <div class="help-item">๐ก <a href="#" style="color:#2c7a6e; text-decoration:none;" id="faqLink">FAQs & troubleshooting</a></div> <div class="help-item">๐ Support: 1-888-DODOCOOL</div> <div class="help-item">๐ง <span id="resetHint">Factory reset: hold reset 10s</span></div> </div> </div> <div class="footer-note"> ยฉ dodocool ยท version 2.4.0 ยท This setup portal works best with Chrome, Safari, or Edge. Ensure your device is connected to dodocool Wi-Fi before proceeding. </div> </div>
.modal-card p color: #345; margin-bottom: 28px; line-height: 1.5; dodocool.setup welcome.html
// Help guide link: shows basic instructions in a toast (or could expand) helpGuideLink.addEventListener('click', (e) => e.preventDefault(); showMessageToast('๐ Setup guide: 1) Connect to dodocool Wi-Fi. 2) Visit dodocool.setup or 192.168.10.1. 3) Follow the web wizard. For detailed PDF manual visit dodocool.com/support', false); );
.btn-start:active transform: scale(0.98); #resetHint:hover text-decoration: underline; opacity: 0
.close-modal background: #0f2f3c; border: none; padding: 12px 28px; border-radius: 40px; color: white; font-weight: 600; cursor: pointer; font-size: 0.9rem;
/* main content */ .welcome-content padding: 44px 40px 40px 40px; 2) Visit dodocool
/* footer */ .footer-note background: #f1f6fa; text-align: center; padding: 14px; font-size: 0.7rem; color: #6d8eaa; border-top: 1px solid #e2edf5;