完成分类和文章的模板设置

This commit is contained in:
2020-04-18 23:14:43 +08:00
parent d35febf9f6
commit 1ec8c07250
18 changed files with 285 additions and 30 deletions

14
config/view_type.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
return [
'category' => [
'' => '普通',
'_product' => '产品',
'_case' => '案例',
'_about' => '关于',
],
'post' => [
'' => '普通',
]
];