This commit is contained in:
wangjinlei
2023-06-09 08:59:33 +08:00
parent 09a2f3231f
commit f2fcabbaa5
8 changed files with 148 additions and 36 deletions

View File

@@ -85,6 +85,8 @@ class Tmrde extends Controller{
$cache_title = str_replace($val, '<i>' . $val . '</i>', $cache_title);
}
$list[$k]['title'] = $cache_title;
$list[$k]['mains'] = getArticleMains($v['article_id']);
}