mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-10 03:42:49 +08:00
完成分类和文章的模板设置
This commit is contained in:
14
config/view_type.php
Normal file
14
config/view_type.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'category' => [
|
||||
'' => '普通',
|
||||
|
||||
'_product' => '产品',
|
||||
'_case' => '案例',
|
||||
'_about' => '关于',
|
||||
],
|
||||
'post' => [
|
||||
'' => '普通',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user