From 1d4912197d0dae21afda7fb571bb9186f9eee205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 16 Nov 2023 00:35:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=20L2D=20=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2233/js/waifu-tips.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2233/js/waifu-tips.js b/2233/js/waifu-tips.js index 8ed4797..c4bda4a 100644 --- a/2233/js/waifu-tips.js +++ b/2233/js/waifu-tips.js @@ -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 () {