mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-12-22 13:24:15 +00:00
Update 2 files
- /Live2dHistoire/live2d/js/message.js - /assets/js/main_new.js
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,4 @@
|
|||||||
$(function () {
|
$(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 urlParams = new URLSearchParams(window.location.search);
|
||||||
const keyword = urlParams.get('kw')?.trim();
|
const keyword = urlParams.get('kw')?.trim();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user