no message
This commit is contained in:
parent
aeeb779355
commit
0d455f6f2c
@ -18,8 +18,11 @@ final class FnPoolController extends ListController
|
||||
|
||||
protected array $aListFields = [ // list展示的字段和名字映射
|
||||
'id' => 'id',
|
||||
'code' => 'code',
|
||||
'content' => 'content'
|
||||
'date' => 'date',
|
||||
'content' => 'content',
|
||||
'content_custom' => 'content_custom',
|
||||
'content_v2ray' => 'content_v2ray',
|
||||
'content_clash' => 'content_clash'
|
||||
];
|
||||
|
||||
protected array $aValueStyle = [ // 特定文字渲染样式
|
||||
@ -28,8 +31,10 @@ final class FnPoolController extends ListController
|
||||
];
|
||||
|
||||
protected array $aFieldTypes = [
|
||||
// 'url_file' => 'json',
|
||||
// 'file_real' => 'json',
|
||||
'content' => 'text',
|
||||
'content_custom' => 'text',
|
||||
'content_v2ray' => 'content_v2ray',
|
||||
'content_clash' => 'content_clash'
|
||||
];
|
||||
|
||||
protected array $aOrderBy = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user