Skip to content

Commit

Permalink
Merge pull request #308 from EvanNotFound/dev
Browse files Browse the repository at this point in the history
Bump version to v2.5.4
  • Loading branch information
EvanNotFound authored Nov 21, 2023
2 parents fa8993c + 9af0218 commit 6a1f90d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-redefine",
"version": "2.5.3",
"version": "2.5.4",
"private": false,
"description": "Redefine your writing in Hexo Theme Redefine.",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion scripts/events/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ hexo.on("ready", async () => {
+======================================================================================+
`,
);
hexo.log.error(`Check latest version failed: ${error}`);
hexo.log.warn(`Check latest version failed: ${error}`);
hexo.locals.set(`cdnTestStatus_bootcdn`, 404);
hexo.locals.set(`cdnTestStatus_staticfile`, 404);
reject(error);
});
});
Expand Down
2 changes: 1 addition & 1 deletion source/css/common/markdown.styl
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@

mjx-container
display inline-block
vertical-align bottom
vertical-align middle

mjx-container[display="true"]
display flex !important
Expand Down

0 comments on commit 6a1f90d

Please sign in to comment.