mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-04 11:33:29 +08:00
11 lines
102 B
PHP
11 lines
102 B
PHP
<?php
|
|
|
|
return [
|
|
'category' => [
|
|
'' => '普通:',
|
|
],
|
|
'post' => [
|
|
'' => '普通:',
|
|
]
|
|
];
|