This commit is contained in:
杜恒 2021-05-20 10:50:27 +08:00
parent 017458d863
commit 0d0b59507f
4 changed files with 5 additions and 4 deletions

View File

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

View File

@ -502,7 +502,8 @@ function themeConfig($form)
),
'off',
'是否开启最新回复栏 - PC',
'介绍:用于控制是否开启最新回复栏'
'介绍:用于控制是否开启最新回复栏 <br>
注意:如果您关闭了全站评论,将不会显示最新回复!'
);
$JAside_Newreply_Status->setAttribute('class', 'joe_content joe_aside');
$form->addInput($JAside_Newreply_Status->multiMode());

View File

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

View File

@ -119,7 +119,7 @@
</ol>
</section>
<?php endif; ?>
<?php if ($this->options->JAside_Newreply_Status === 'on') : ?>
<?php if ($this->options->JAside_Newreply_Status === 'on' && $this->options->JCommentStatus !== 'off') : ?>
<section class="joe_aside__item newreply">
<div class="joe_aside__item-title">
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="18" height="18">