This commit is contained in:
杜恒 2021-04-27 17:07:53 +08:00
parent 4626dc7562
commit 5ae6a58e3a
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -93,7 +93,7 @@
</div> </div>
</div> </div>
<div class="reply"> <div class="reply">
<a class="link" title="<?php _parseAsideReply($item->content, false); ?>" href="<?php _parseAsideLink($item->permalink); ?>"> <a class="link" href="<?php _parseAsideLink($item->permalink); ?>">
<?php _parseAsideReply($item->content); ?> <?php _parseAsideReply($item->content); ?>
</a> </a>
</div> </div>