Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cetr committed Jul 16, 2022
1 parent bde4cb7 commit e7f993b
Show file tree
Hide file tree
Showing 10 changed files with 1,807 additions and 960 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

1. 进入Halo博客后台 -> 系统 -> 博客设置 -> 评论设置

2.`评论模块 JS` 修改为:`https://npm.elemecdn.com/halo-comment-yu@1.5.4/dist/halo-comment.min.js`
2.`评论模块 JS` 修改为:

```
https://unpkg.com/halo-comment-yu@latest/dist/halo-comment.min.js
https://www.unpkg.com/halo-comment-yu@latest/dist/halo-comment.min.js
```

3. 保存
1,506 changes: 803 additions & 703 deletions dist/halo-comment.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/halo-comment.js.map

Large diffs are not rendered by default.

11 changes: 3 additions & 8 deletions dist/halo-comment.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/halo-comment.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "halo-comment-yu",
"version": "v1.5.4",
"version": "v1.5.5",
"main": "dist/halo-comment.min.js",
"private": false,
"files": [
Expand All @@ -14,8 +14,8 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"autosize": "^4.0.2",
"axios": "^0.21.2",
"autosize": "^5.0.1",
"axios": "^0.27.2",
"cross-env": "^7.0.3",
"highlight": "^0.2.4",
"highlight.js": "^10.7.2",
Expand Down
Loading

0 comments on commit e7f993b

Please sign in to comment.