'id', 'site_code'=> 'site code', 'url' => [ 'clash_url' => 'clash url', 'v2ray_url' => 'v2ray url', 'singbox_url' => 'singbox url' ], 'content' => [ 'clash_content' => 'clash file', 'v2ray_content' => 'v2ray file', 'singbox_content' => 'singbox file' ], 'status_http_page' => '站点页面状态码', 'updated_at'=> '更新时间' ]; protected array $aFieldTypes = [ 'clash_url' => 'copy', 'v2ray_url' => 'copy', 'singbox_url' => 'copy', 'clash_content' => 'copy-nick', 'v2ray_content' => 'copy-nick', 'singbox_content' => 'copy-nick' ]; protected array $aOrderBy = [ [ "sField" => "id", "sSort" => "desc", ] ]; protected array $aValueStyle = [ // 特定文字渲染样式 '200' => "200", ]; protected array $aJsonFields = [ // json字段 ]; protected array $aDateFields = [ // date字段 // 'dtUpdatedAt' ]; protected array $aLenthFields = [ // 限制长度的字段 // "xx" => 100, ]; protected array $aSelectFields = [ // 作为默认select的字段 // 'iStatus', // 'sComponentType', ]; // protected array $aValueFields = [ // 值映射 // 'sComponentType' => [ // 'TOP_BAR' => '顶级菜单', // 'SIDEBAR_MENU' => '次级菜单', // 'INNER_PAGE_TAB' => '页内菜单', // ] // ]; protected array $aCcExtFields = [ // 'dtCreatedAt' => '创建时间' ]; // protected array $aLimit = [3, 15, 40, 100]; // list长度,第一个为默认 }