开始官网模板

This commit is contained in:
augushong
2020-04-19 13:18:57 +08:00
parent 1ec8c07250
commit 9910dd3e6d
42 changed files with 1435 additions and 219 deletions

View File

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