This commit is contained in:
杜恒 2021-05-20 11:15:46 +08:00
parent 0d0b59507f
commit 2311bc0da4
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
/* 获取主题当前版本号 */ /* 获取主题当前版本号 */
function _getVersion() function _getVersion()
{ {
return "7.0.1"; return "7.0.2";
}; };
/* 判断是否是手机 */ /* 判断是否是手机 */

View File

@ -1,6 +1,6 @@
{ {
"name": "typecho-joe-next", "name": "typecho-joe-next",
"version": "7.0.1", "version": "7.0.2",
"description": "A Theme Of Typecho", "description": "A Theme Of Typecho",
"main": "index.php", "main": "index.php",
"keywords": [ "keywords": [

View File

@ -1,7 +1,7 @@
<?php $this->comments()->to($comments); ?> <?php $this->comments()->to($comments); ?>
<div class="joe_comment"> <div class="joe_comment">
<h3 class="joe_comment__title">评论 <?php if ($this->allow('comment')) : ?>(<?php $this->commentsNum(); ?>)<?php endif; ?></h3> <h3 class="joe_comment__title">评论 <?php if ($this->allow('comment') && $this->options->JCommentStatus !== "off") : ?>(<?php $this->commentsNum(); ?>)<?php endif; ?></h3>
<?php if ($this->hidden) : ?> <?php if ($this->hidden) : ?>
<div class="joe_comment__close"> <div class="joe_comment__close">