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 @@
侧边栏壁纸