Skip to content

Commit

Permalink
Merge pull request #8 from zhheo/dev
Browse files Browse the repository at this point in the history
Update functions.php
  • Loading branch information
zhheo committed Aug 10, 2023
2 parents 8e40b22 + 1e78141 commit 8c5a8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function themeConfig($form)
$data = json_decode(file_get_contents('https://plog.zhheo.com/usr/themes/time/releases.json'), true);
$message = $data['tag_name'];
//当前版本号
$selfmessage = '2.4';
$selfmessage = '2.5';
if ($selfmessage == $message) {
echo 'TimePlus&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp当前版本:' . 'v' . $selfmessage . "&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp" . '最新版本:' . 'v' . $message;
} else if ($selfmessage > $message) {
Expand Down

0 comments on commit 8c5a8bc

Please sign in to comment.