From a288e4bdb058091c73e1c18c685b97f47c3b71ba Mon Sep 17 00:00:00 2001 From: make Date: Mon, 14 Apr 2025 15:29:58 +0800 Subject: [PATCH] debug --- code/app/home/view/kuangYu/pc/getKanNovelInfo.html | 2 +- code/app/home/view/kuangYu/pc/getNovelInfo.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/app/home/view/kuangYu/pc/getKanNovelInfo.html b/code/app/home/view/kuangYu/pc/getKanNovelInfo.html index 429a285..1eaf57c 100644 --- a/code/app/home/view/kuangYu/pc/getKanNovelInfo.html +++ b/code/app/home/view/kuangYu/pc/getKanNovelInfo.html @@ -186,7 +186,7 @@

{$Chapter.name} - {$Chapter.created_at} + {$Chapter.created_at ?? '1天前'}

diff --git a/code/app/home/view/kuangYu/pc/getNovelInfo.html b/code/app/home/view/kuangYu/pc/getNovelInfo.html index e7fa4fd..631ca70 100644 --- a/code/app/home/view/kuangYu/pc/getNovelInfo.html +++ b/code/app/home/view/kuangYu/pc/getNovelInfo.html @@ -195,7 +195,7 @@ {$arrGRM[$key]|raw} {$Chapter.name} - {$Chapter.created_at} + {$Chapter.created_at ?? '1天前'}