blog

Welcome to my blog!

标签 : VSCode

e.preventDefault(); e.stopPropagation(); // 切换展开/折叠状态 item.classList.toggle('toc-expanded'); }); // 允许通过双击链接文本跳转 link.addEventListener('dblclick', function(e) { const href = link.getAttribute('href'); if (href) { window.location.hash = href; } }); // 允许通过右键菜单跳转 link.addEventListener('contextmenu', function(e) { // 允许默认的右键菜单 return true; }); } } }); } })();