fix: 修复浮动按钮功能和显示问题

- 修复回到顶部按钮功能,移除不存在的 easeOutExpo 缓动函数
- 移除所有浮动按钮的 tooltip 文字提示
- 删除 before 伪元素的 content 定义
- 确保按钮根据后台设置正确显示/隐藏
This commit is contained in:
2026-01-12 16:45:09 +08:00
parent 98f4fb08fa
commit ec487343e5
2 changed files with 2 additions and 108 deletions

View File

@@ -698,7 +698,7 @@ if (argonConfig.waterflow_columns != "1") {
$backToTopBtn.on("click" , function(){
$("body,html").stop().animate({
scrollTop: 0
}, 600, 'easeOutExpo');
}, 600);
});
$toggleDarkmode.on("click" , function(){