`;const a=document.getElementById(`input-${e}`);a.setSelectionRange(0,a.value.length),a.focus(),a.onblur=()=>{0===a.value.length?(t.innerHTML=s,alert("内容不能为空")):this.updateItem(e,"title",a.value)}},toggleMenu(e){e.stopPropagation();const t=document.querySelector(".menu-items");t&&t.classList.toggle("show")},hideMenu(){const e=document.querySelector(".menu-items");e&&e.classList.remove("show")},clearCompleted(){DataService.clearCompleted(),this.load()}};window.onload=()=>App.init();