Update 2 files

- /Live2dHistoire/live2d/js/message.js
- /assets/js/main_new.js
This commit is contained in:
mayx
2025-05-24 17:33:47 +00:00
parent 7937972e19
commit 2d757a0e7c
2 changed files with 173 additions and 167 deletions

View File

@@ -1,11 +1,4 @@
$(function () {
$("div#landlord").mouseenter(function () {
$("div.live_ico_box").fadeIn();
});
$("div#landlord").mouseleave(function () {
$("div.live_ico_box").fadeOut();
});
const urlParams = new URLSearchParams(window.location.search);
const keyword = urlParams.get('kw')?.trim();