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.
23 lines
690 B
23 lines
690 B
2 years ago
|
# Theme - VideoBlog
|
||
|
|
||
|
仿照谷歌图片搜索网站的视频网站皮肤**VideoBlog**。
|
||
|
|
||
|
|
||
|
## 皮肤特点
|
||
|
|
||
|
* 适应任何尺寸的图片
|
||
|
* 兼容PC和手机
|
||
|
* PC下图片高度相同,分多行展示,图片宽度自适应
|
||
|
* 手机下图片分左右两列各占屏幕宽度的一半,图片高度自适应
|
||
|
* 图片下方展示标题,标题不换行,超出部分自动隐藏
|
||
|
* 顶部展示一行分类,可左右滑动以展示更多分类
|
||
|
* 顶部展示网站名称、logo及介绍内容,介绍内容以悬浮菜单方式展示
|
||
|
|
||
|
|
||
|
## conf/app.php配置
|
||
|
|
||
|
```
|
||
|
'content_directory' => 'videos/', //内容存放目录
|
||
|
'theme' => 'videoblog', //皮肤名称
|
||
|
```
|