mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 11:02:48 +08:00
开始官网模板
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'category' => [
|
||||
'' => '普通',
|
||||
'category' => [
|
||||
'' => '普通:',
|
||||
|
||||
'_product' => '产品',
|
||||
'_case' => '案例',
|
||||
'_about' => '关于',
|
||||
],
|
||||
'post' => [
|
||||
'' => '普通',
|
||||
]
|
||||
'_product' => '产品:_product',
|
||||
'_case' => '案例:_case',
|
||||
'_about' => '关于:_about',
|
||||
],
|
||||
'post' => [
|
||||
'' => '普通:',
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user