From 43321b85fb9ab89b39f3327701898704b9631d50 Mon Sep 17 00:00:00 2001 From: WuHao <2323333339@qq.com> Date: Thu, 2 Dec 2021 18:52:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/function.php | 2 +- package.json | 2 +- public/aside.php | 4 ++-- public/header.php | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/function.php b/core/function.php index 390d763..4abe77a 100644 --- a/core/function.php +++ b/core/function.php @@ -2,7 +2,7 @@ /* 获取主题当前版本号 */ function _getVersion() { - return "7.3.5"; + return "7.3.6"; }; /* 判断是否是手机 */ diff --git a/package.json b/package.json index 67dc66f..526aa0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typecho-joe-next", - "version": "7.3.5", + "version": "7.3.6", "description": "A Theme Of Typecho", "main": "index.php", "keywords": [ diff --git a/public/aside.php b/public/aside.php index 9c60784..89025f4 100644 --- a/public/aside.php +++ b/public/aside.php @@ -2,8 +2,8 @@
博主栏壁纸
- 博主头像 - options->JAside_Author_Nick ? $this->options->JAside_Author_Nick() : $this->author->screenName(); ?> + 博主头像 + options->JAside_Author_Nick ? $this->options->JAside_Author_Nick() : ($this->authorId ? $this->author->screenName() : $this->user->screenName()); ?>

to($item); ?> diff --git a/public/header.php b/public/header.php index 980cbbd..d95d4b8 100644 --- a/public/header.php +++ b/public/header.php @@ -301,9 +301,9 @@
侧边栏壁纸