From 31838bf189af4954b10e54277627b423c67bf536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Tue, 30 Jul 2024 09:55:40 +0800 Subject: [PATCH] 1.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 略微调整 --- comments.php | 2 +- functions.php | 2 +- index.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/comments.php b/comments.php index 7e8eb41..db55797 100644 --- a/comments.php +++ b/comments.php @@ -12,7 +12,7 @@ d="M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01zm8.005-6c-3.317 0-6.005 2.69-6.005 6 0 3.37 2.77 6.08 6.138 6.01l.351-.01h1.761v2.3l5.087-2.81c1.951-1.08 3.163-3.13 3.163-5.36 0-3.39-2.744-6.13-6.129-6.13H9.756z"> - commentsNum(_t('0'), _t('1'), _t('%d')); ?> + 评论 (commentsNum(_t('0'), _t('1'), _t('%d')); ?>)
    have()): ?> diff --git a/functions.php b/functions.php index 94cc69a..8db5759 100644 --- a/functions.php +++ b/functions.php @@ -145,6 +145,6 @@ function addHeaderLinks($text) $level = $matches[1]; $title = $matches[2]; $id = htmlspecialchars(strip_tags($title), ENT_QUOTES, 'UTF-8'); - return sprintf('%s', $level, $id, $id, $title, $title, $level); + return sprintf('%s', $level, $id, $id, $title, $title, $level); }, $text); } \ No newline at end of file diff --git a/index.php b/index.php index f1b945b..89ba574 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * 移植自 Hexo主题 Chic * @package Chic * @author 老孙 - * @version 1.0.3 + * @version 1.0.4 * @link https://www.imsun.org */ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>