mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-01-12 10:34:00 +08:00
Update 2 files
- /Live2dHistoire/live2d/js/message.js - /assets/js/main_new.js
This commit is contained in:
parent
7937972e19
commit
2d757a0e7c
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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user