右键菜单功能调整

This commit is contained in:
liuzhihang 2022-11-07 22:21:42 +08:00
parent f25a62ada0
commit f166923d3b
3 changed files with 3 additions and 2 deletions

View File

@ -759,7 +759,6 @@ document.addEventListener('pjax:send', function () {
document.addEventListener('load', function () {
coverColor()
addRightMenuClickEvent()
navTitle()
percent()
heo.topPostScroll()

View File

@ -98,7 +98,6 @@
// 移除加载动画
removeLoading();
}
addRightMenuClickEvent();
navTitle();
heo.topPostScroll();
heo.topCategoriesBarScroll();

View File

@ -83,5 +83,8 @@
</div>
</div>
<div id="rightmenu-mask"></div>
<script>
addRightMenuClickEvent();
</script>
</div>
</html>