Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
增加注释
Browse files Browse the repository at this point in the history
  • Loading branch information
CberYellowstone committed Oct 31, 2020
1 parent 581a34f commit 94f65d2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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格式图片,启用后将获得更好性能但在某些老旧浏览器上将无法正常显示

Expand Down

0 comments on commit 94f65d2

Please sign in to comment.