明日方舟同人 恶魔博士的后宫之路(89)(第13/49页)
    
	
    
    
    	t", c, { expires: 3600 });
    core.cookie("currentFontString", sizes[c], { expires: 3600 });
    },
    increase: function(){
    if( currentFont < level - 1 ) {
    this.set(currentFont + 1)
    }
    },
    descrease: function(){
    if( currentFont > 0 ) {
    this.set( currentFont - 1 );
    }
    },
    day: function(){
    isNight = false;
    body.removeClass("night");
    core.cookie.removeCookie("night-mode", {});
    },
    night: function(){
    isNight = true;
    body.addClass("night");
    core.cookie("night-mode", true, { expires: 3600 });
    }
    }
    }();
    if( typeof saveFont !
-->>(第13/49页)(本章未完,请点击下一页继续阅读)