diff --git a/app/Http/Controllers/Api/Nasa/V1/FnPoolController.php b/app/Http/Controllers/Api/Nasa/V1/FnPoolController.php index 1847eaea..8d19a965 100755 --- a/app/Http/Controllers/Api/Nasa/V1/FnPoolController.php +++ b/app/Http/Controllers/Api/Nasa/V1/FnPoolController.php @@ -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 = [