后端模块更新

前端模板路径设置
This commit is contained in:
2020-03-29 21:46:46 +08:00
parent 4893580b70
commit 05654b269c
12 changed files with 123 additions and 49 deletions

View File

@@ -0,0 +1,11 @@
<?php
return [
'name' => '官方默认模板',
'version' => '1.0',
'authors' => [
'name' => 'molong',
'email' => 'molong@tensent.cn'
],
'type' => 'pc',
'preview' => 'preview.png'
];