no message

This commit is contained in:
hellcat 2026-08-08 15:59:01 +08:00
parent 4e7251c139
commit a6aaecb25a
2 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,7 @@ abstract class ListController
protected array $aDateFields = []; // date字段
protected array $aJsonFields = []; // json字段
// protected array $aValueStyle = []; // 特定文字渲染样式
protected int $iLimitMax = 100; // 默认limit限制
protected int $iLimitMax = 900; // 默认limit限制
protected int $iLimit = 20; // 默认显示行数
protected array $aCcExtFields = []; // 自定义条件字段追加在listFields后
protected array $aCcFields = [];

View File

@ -14,6 +14,8 @@ final class FnPoolController extends ListController
// 'i_status'
];
protected $iLimit = 1;
protected string $sPageName = "fn爬取设置";
protected array $aListFields = [ // list展示的字段和名字映射