Source code of filesite.io. https://filesite.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
672 B

# Theme - Beauty
设计精美的图片网站皮肤**Beauty**。
## 皮肤特点
* 支持nginx的防盗链功能
* 适应任何尺寸的图片
* 兼容PC和手机
* PC下图片高度相同,分多行展示,图片宽度自适应
* 手机下图片宽度占满屏幕,图片高度自适应
* 图片下方展示标题,标题不换行,超出部分自动隐藏
* 顶部展示一行分类,可左右滑动以展示更多分类
* 顶部展示网站名称、logo及介绍内容,介绍内容以悬浮菜单方式展示
## conf/app.php配置
```
'content_directory' => 'girls/', //内容存放目录
'theme' => 'beauty', //皮肤名称
```