From cc3611d41705a7aa48d45a594c5a097df29019c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Wed, 22 May 2024 14:39:53 +0800 Subject: [PATCH] =?UTF-8?q?chatgpt=E7=9C=9F=E5=A5=BD=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page-archives.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page-archives.php b/page-archives.php index 7be5831..65cb4eb 100644 --- a/page-archives.php +++ b/page-archives.php @@ -33,7 +33,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> } $year = $year_tmp; $mon = 0; // 重置月份 - $output .= '

' . $year . '年

'; // 开始新的年份div + $output .= '

' . $year . '

'; // 开始新的年份div } // 检查是否需要新的月份标题 @@ -42,7 +42,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> $output .= ''; // 结束上一个月份的列表 } $mon = $mon_tmp; - $output .= '

' . $mon . '月

'; + $output .= '

';// '. $mon . ' $output .= '
    '; // 开始新的月份列表 }