feat: 优化 L2D 提示

pull/620/head
耗子 2023-11-16 00:35:06 +08:00
parent f3f31e010f
commit 1d4912197d
1 changed files with 2 additions and 2 deletions

View File

@ -218,10 +218,10 @@ if (!isMobileDevice()) {
jQuery(document).on("mouseover", "#comment", function () {
showMessage('要说点什么吗');
});
jQuery(document).on("mouseover", ".action-rewards", function () {
jQuery(document).on("mouseover", "#donate", function () {
showMessage('要打赏我嘛?好期待啊~');
});
jQuery(document).on("mouseover", ".i-like", function () {
jQuery(document).on("mouseover", "#thumbs", function () {
showMessage('我是不是棒棒哒~快给我点赞吧!');
});
jQuery(document).on("mouseover", "#sign-in", function () {