目录结构更新,增加composer支持
This commit is contained in:
1
web/template/default/index_index.html
Normal file
1
web/template/default/index_index.html
Normal file
@@ -0,0 +1 @@
|
||||
{__TPL__}
|
||||
9
web/template/default/info.php
Normal file
9
web/template/default/info.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => '默认模板', //模板名称
|
||||
'remark' => '模板名称.', // 模板简单介绍
|
||||
'img' => 'logo.png', // 后台显示模板缩列图 相对于模板目录路径
|
||||
'type' => 'pc', //模板类型,pc为PC端模板,mobile为手机端模板
|
||||
'version' => 'v1', // 模板版本
|
||||
'author' => '郭平平', // 作者
|
||||
);
|
||||
BIN
web/template/default/logo.png
Normal file
BIN
web/template/default/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 203 KiB |
1
web/template/default/user/index.html
Normal file
1
web/template/default/user/index.html
Normal file
@@ -0,0 +1 @@
|
||||
测试
|
||||
Reference in New Issue
Block a user