mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -14,8 +14,7 @@
|
||||
LIVE2D: '<?php $this->options->JLive2d() ?>', // Live2d
|
||||
BASE_API: '/index.php/joe/api', // 请求基准URL
|
||||
DYNAMIC_BACKGROUND: '<?php $this->options->JDynamic_Background() ?>', // 动态背景
|
||||
WALLPAPER_BACKGROUND_PC: '<?php $this->options->JWallpaper_Background_PC() ?>', // PC端静态背景
|
||||
WALLPAPER_BACKGROUND_WAP: '<?php $this->options->JWallpaper_Background_WAP() ?>', // WAP端静态背景
|
||||
WALLPAPER_BACKGROUND_PC: '<?php $this->options->JWallpaper_Background_PC() ?>', // 是否填写了PC端静态壁纸
|
||||
IS_MOBILE: /windows phone|iphone|android/gi.test(window.navigator.userAgent), // 是否是手机端
|
||||
encryption: str => window.btoa(unescape(encodeURIComponent(str))), // 加密字符串
|
||||
decrypt: str => decodeURIComponent(escape(window.atob(str))), // 解密字符串
|
||||
|
||||
Reference in New Issue
Block a user