mirror of
https://github.com/Buriburizaem0n/live2d.git
synced 2026-02-04 11:30:02 +00:00
删除了极简模式功能
This commit is contained in:
@@ -19,22 +19,6 @@ function aplayer_panel_toggle(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var simple_mode=false;
|
|
||||||
function simple_mode_toggle(){
|
|
||||||
if(simple_mode){
|
|
||||||
$("html").removeClass("simple-mode filter-grayscale no-banner navbar-absolute");
|
|
||||||
$("html").addClass("banner-as-cover");
|
|
||||||
$(".leftbar-banner-title, .leftbar-banner-subtitle").addClass("text-white");
|
|
||||||
simple_mode=false;
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
$("html").addClass("simple-mode filter-grayscale no-banner navbar-absolute");
|
|
||||||
$("html").removeClass("banner-as-cover");
|
|
||||||
$(".leftbar-banner-title, .leftbar-banner-subtitle").removeClass("text-white");
|
|
||||||
simple_mode=true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function loadWidget() {
|
function loadWidget() {
|
||||||
localStorage.removeItem("waifu-display");
|
localStorage.removeItem("waifu-display");
|
||||||
sessionStorage.removeItem("waifu-text");
|
sessionStorage.removeItem("waifu-text");
|
||||||
|
|||||||
Reference in New Issue
Block a user