From 6f4f318cdd1182af4b872d4ab738efe8fbce21ca Mon Sep 17 00:00:00 2001 From: Rhilip Date: Thu, 1 Aug 2019 17:44:23 +0800 Subject: [PATCH] feat(Category): Add Image and class_name support --- CHANGELOG.md | 1 + apps/views/torrents/list.php | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e584e68..c80775a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ - **redis_key:** Fix array value cause parser error ### Perf +- **Site:** Move apps/{libraries->components}/Site - **Site:** try to cache re-hit - **Tracker:** Use brpoplpush to get announce data from redis - **captcha:** simple captcha input diff --git a/apps/views/torrents/list.php b/apps/views/torrents/list.php index 4b9e9f0..c546c18 100644 --- a/apps/views/torrents/list.php +++ b/apps/views/torrents/list.php @@ -40,7 +40,14 @@ - getCategory())['name'] ?> + + getCategory(); ?> + + <?= $cat['name'] ?> + + + +