');
}
if(linktype=='edit'){
if(!category){main.notice('error','名字不能为空');return false;}
el.closest('.baba').setAttribute('data-name', category);
}
if(linktype=='editlink'){
if(!aname||!aurl){main.notice('error','名字和链接不能为空');return false;}
let son=el.closest('.sons').querySelector('.son');
son.setAttribute('data-sonname', aname);
son.setAttribute('data-sonurl', aurl);
son.setAttribute('data-sontext', atext);
son.setAttribute('data-sonimg', aimg);
}
if(linktype=='addlink'){
if(!aname||!aurl){main.notice('error','名字以及链接不能为空');return false;}
el.parentNode.insertAdjacentHTML('afterbegin','
');
}
main.linkssort();
LinkDialog = false;
category='';
aname='';
aurl='';
atext='';
aimg='';
"
class="w-full cursor-pointer whitespace-nowrap rounded-xl bg-blue-700 px-4 py-2 text-center text-sm font-medium tracking-wide text-slate-100 transition hover:opacity-75 focus-visible:outline-offset-2 focus-visible:outline-blue-700 active:opacity-100 active:outline-offset-0 dark:bg-blue-600 dark:text-slate-100 dark:focus-visible:outline-blue-600">提交