Browse Source

add videoblog theme

master
filesite 2 years ago
parent
commit
7377aa4731
  1. 2
      README.md
  2. 22
      Theme_VideoBlog.md

2
README.md

@ -136,11 +136,13 @@ FileSite.io官方提供的皮肤都包含在最新版的源码目录```themes/`` @@ -136,11 +136,13 @@ FileSite.io官方提供的皮肤都包含在最新版的源码目录```themes/``
| WebDirectory | webdirectory | 导航站 |
| Manual | manual | 文档站 |
| GoogleImage | googleimage | 图片站 |
| VideoBlog | videoblog | 视频站 |
官方皮肤介绍如下:
* [导航站皮肤WebDirectory](./Theme_WebDirectory.md)
* [文档站皮肤Manual](./Theme_Manual.md)
* [图片站皮肤GoogleImage](./Theme_GoogleImage.md)
* [视频站皮肤VideoBlog](./Theme_VideoBlog.md)
第三方提供的皮肤下载:

22
Theme_VideoBlog.md

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