Files
2025-05-18 07:42:27 +00:00

9 lines
224 B
PHP
Executable File

<?php
// +----------------------------------------------------------------------
// | 分页设置
// +----------------------------------------------------------------------
return [
// 每页条数
'limit' => 10
];