From a138d247c735cdfa01a80d7869d5ac36d2074ae8 Mon Sep 17 00:00:00 2001 From: Viggo Gao Date: Wed, 30 Apr 2025 13:42:54 +0800 Subject: [PATCH] Update ParserModel.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复列表标签 [list:subtitle] 无效的问题 --- apps/home/model/ParserModel.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/home/model/ParserModel.php b/apps/home/model/ParserModel.php index 18c43e5..3f169bc 100644 --- a/apps/home/model/ParserModel.php +++ b/apps/home/model/ParserModel.php @@ -334,6 +334,7 @@ public function getList($scode, $num, $order, $filter = array(), $tags = array() 'a.scode', 'a.subscode', 'a.title', + 'a.subtitle', 'a.filename', 'a.outlink', 'a.date', @@ -982,4 +983,4 @@ public function delComment($id) ->where("id=$id") ->delete(); } -} \ No newline at end of file +}