no message

This commit is contained in:
hellcat 2026-07-29 14:10:20 +08:00
parent aeeb779355
commit 0d455f6f2c

View File

@ -18,8 +18,11 @@ final class FnPoolController extends ListController
protected array $aListFields = [ // list展示的字段和名字映射 protected array $aListFields = [ // list展示的字段和名字映射
'id' => 'id', 'id' => 'id',
'code' => 'code', 'date' => 'date',
'content' => 'content' 'content' => 'content',
'content_custom' => 'content_custom',
'content_v2ray' => 'content_v2ray',
'content_clash' => 'content_clash'
]; ];
protected array $aValueStyle = [ // 特定文字渲染样式 protected array $aValueStyle = [ // 特定文字渲染样式
@ -28,8 +31,10 @@ final class FnPoolController extends ListController
]; ];
protected array $aFieldTypes = [ protected array $aFieldTypes = [
// 'url_file' => 'json', 'content' => 'text',
// 'file_real' => 'json', 'content_custom' => 'text',
'content_v2ray' => 'content_v2ray',
'content_clash' => 'content_clash'
]; ];
protected array $aOrderBy = [ protected array $aOrderBy = [