From 94f65d21c3fa0b1cfd11eae6802294f1e87948ca Mon Sep 17 00:00:00 2001 From: CberYellowstone <2844829687@qq.com> Date: Sat, 31 Oct 2020 23:22:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.php b/config.php index 193eacc..5f2d2b1 100644 --- a/config.php +++ b/config.php @@ -5,15 +5,15 @@ $version = "Alpha 0.2.0"; //用户设置 -$site_name = "Yellowstone's Anime Site";//站点名称 -$remote_port = "8009";//远程访问端口号,需为http协议,留空取访问时端口号 -$remote_addres = "apps.ystone.top";//留空则为访问时地址 +$site_name = "Yellowstone's Anime Site"; //站点名称 +$remote_port = "8009"; //远程访问端口号,需为http协议,留空取访问时端口号 +$remote_addres = "apps.ystone.top"; //留空则为访问时地址 $authorization = FALSE; //网页是否需要登录 -$root_username = "Yellowstone";//随便填,没啥意义(出现在远程访问二维码中) +$root_username = "Yellowstone"; //随便填,没啥意义(出现在远程访问二维码中) $web_users=array('Yellowstone' => '12345678','user2' => 'password',);//网页用户的账号,密码 -$api_needkey = FALSE; -$api_authkey = "12345678"; -$able_cache = TRUE; +$api_needkey = FALSE; //远程访问是否需要密钥 +$api_authkey = "12345678"; //远程访问密钥 +$able_cache = TRUE; //是否启用缓存 $cache_limit = 60; //缓存过期时间,单位为分钟 $able_webp = TRUE; //是否启用webp格式图片,启用后将获得更好性能但在某些老旧浏览器上将无法正常显示