更新
This commit is contained in:
parent
017458d863
commit
0d0b59507f
@ -2,7 +2,7 @@
|
||||
/* 获取主题当前版本号 */
|
||||
function _getVersion()
|
||||
{
|
||||
return "7.0.0";
|
||||
return "7.0.1";
|
||||
};
|
||||
|
||||
/* 判断是否是手机 */
|
||||
|
@ -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());
|
||||
|
@ -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": [
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user