From 0d455f6f2c8103587df27614432eb0d5826b23da Mon Sep 17 00:00:00 2001 From: hellcat Date: Wed, 29 Jul 2026 14:10:20 +0800 Subject: [PATCH] no message --- .../Controllers/Api/Nasa/V1/FnPoolController.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 = [