You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
259 B
13 lines
259 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Setting' => '系统设置',
|
|
'setting' => '系统设置',
|
|
],
|
|
'fields' => [
|
|
'order_timeout' => '订单超时时间',
|
|
'auto_shelves' => '自动上架',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|