From 9416e1af31e0840699877b0a41b502cad3acd658 Mon Sep 17 00:00:00 2001 From: haoouba <2323333339@qq.com> Date: Wed, 3 Feb 2021 21:29:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/include.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/include.php b/public/include.php index 9700ae0..8b229a1 100644 --- a/public/include.php +++ b/public/include.php @@ -3,8 +3,7 @@ if (localStorage.getItem('data-night')) document.querySelector("html").setAttribute("data-night", "night") window.Joe = { LIVE2D: 'options->JLive2d() ?>', - // BASE_API: 'options->rewrite == 0 ? '/index.php/joe/api' : '/joe/api' ?>', - BASE_API: '/index.php/joe/api', + BASE_API: 'options->rewrite == 0 ? '/index.php/joe/api' : '/joe/api' ?>', DYNAMIC_BACKGROUND: 'options->JDynamic_Background() ?>', WALLPAPER_BACKGROUND_PC: 'options->JWallpaper_Background_PC() ?>', IS_MOBILE: /windows phone|iphone|android/gi.test(window.navigator.userAgent),