mirror of
https://github.com/Buriburizaem0n/live2d.git
synced 2026-02-04 11:30:02 +00:00
为Argon主题增加极简模式秘密通道
This commit is contained in:
@@ -19,6 +19,20 @@ function aplayer_panel_toggle(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var simple_mode=false;
|
||||||
|
function simple_mode_toggle(){
|
||||||
|
if(simple_mode){
|
||||||
|
$("#content").removeClass("background-hide");
|
||||||
|
$("html").removeClass("filter-grayscale");
|
||||||
|
simple_mode=false;
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
$("#content").addClass("background-hide");
|
||||||
|
$("html").addClass("filter-grayscale");
|
||||||
|
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