Skip to content

Commit

Permalink
v2.2.5
Browse files Browse the repository at this point in the history
1. fix bug #105
2. update demo page
  • Loading branch information
D0n9X1n committed Sep 7, 2019
1 parent 2ca2cbe commit 678e522
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Live Demo

See [Demo Page](https://mhexo.github.io/example-site/2018/06/25/encrypt-test/), **all passwords are `123`**.
See [Demo Page](https://mhexo.github.io/), **all passwords are `123`**.

## Install

Expand Down
2 changes: 1 addition & 1 deletion ReadMe.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

## 线上 Demo

你可以查看 [Demo Page](https://mhexo.github.io/example-site/2018/06/25/encrypt-test/)
你可以查看 [Demo Page](https://mhexo.github.io/)

所有的密码都是 `123`

Expand Down
2 changes: 1 addition & 1 deletion lib/blog-encrypt.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function hbeLoader(){
if (keyPressEvent.keyCode === 13) {
const result = decryptAES(password);
if (result) {
setCookie(GenerateCookieName(), password, 30);
setCookie(generateCookieName(), password, 30);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js ./"
},
"version": "2.2.4",
"version": "2.2.5",
"devDependencies": {
"eslint": "^6.1.0"
}
Expand Down

0 comments on commit 678e522

Please sign in to comment.