主题目录结构变更,把目录结构精简一层

This commit is contained in:
2016-11-29 20:16:55 +08:00
parent cca25f560b
commit 9d41fbd5e9
39 changed files with 12 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
<?php
return array(
'name' => '默认模板', //模板名称
'remark' => '模板名称.', // 模板简单介绍
'img' => 'logo.png', // 后台显示模板缩列图 相对于模板目录路径
'type' => 'pc', //模板类型pc为PC端模板mobile为手机端模板
'version' => 'v1', // 模板版本
'author' => '郭平平', // 作者
);