新增移动端组件;移动端新增分组导航组件

This commit is contained in:
augushong
2021-06-28 21:58:08 +08:00
parent ab20656442
commit 3abdc52c43
19 changed files with 92 additions and 4 deletions

View File

@@ -2,9 +2,11 @@
return [
'category' => [
'' => '普通:',
'' => '普通',
'pc' => '电脑端',
'mb' => '移动端',
],
'post' => [
'' => '普通:',
'' => '普通',
]
];