mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
13 lines
150 B
PHP
13 lines
150 B
PHP
<?php
|
|
|
|
return [
|
|
'category' => [
|
|
'' => '普通',
|
|
'pc' => '电脑端',
|
|
'mb' => '移动端',
|
|
],
|
|
'post' => [
|
|
'' => '普通',
|
|
]
|
|
];
|