更新
This commit is contained in:
parent
b20e5dfaed
commit
9416e1af31
@ -3,8 +3,7 @@
|
|||||||
if (localStorage.getItem('data-night')) document.querySelector("html").setAttribute("data-night", "night")
|
if (localStorage.getItem('data-night')) document.querySelector("html").setAttribute("data-night", "night")
|
||||||
window.Joe = {
|
window.Joe = {
|
||||||
LIVE2D: '<?php $this->options->JLive2d() ?>',
|
LIVE2D: '<?php $this->options->JLive2d() ?>',
|
||||||
// BASE_API: '<?php echo $this->options->rewrite == 0 ? '/index.php/joe/api' : '/joe/api' ?>',
|
BASE_API: '<?php echo $this->options->rewrite == 0 ? '/index.php/joe/api' : '/joe/api' ?>',
|
||||||
BASE_API: '/index.php/joe/api',
|
|
||||||
DYNAMIC_BACKGROUND: '<?php $this->options->JDynamic_Background() ?>',
|
DYNAMIC_BACKGROUND: '<?php $this->options->JDynamic_Background() ?>',
|
||||||
WALLPAPER_BACKGROUND_PC: '<?php $this->options->JWallpaper_Background_PC() ?>',
|
WALLPAPER_BACKGROUND_PC: '<?php $this->options->JWallpaper_Background_PC() ?>',
|
||||||
IS_MOBILE: /windows phone|iphone|android/gi.test(window.navigator.userAgent),
|
IS_MOBILE: /windows phone|iphone|android/gi.test(window.navigator.userAgent),
|
||||||
|
Loading…
Reference in New Issue
Block a user