Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cetr committed May 3, 2022
1 parent c9fbd98 commit 1e0ca25
Show file tree
Hide file tree
Showing 8 changed files with 5,384 additions and 6,914 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

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

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

3. 保存
552 changes: 276 additions & 276 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.

8 changes: 4 additions & 4 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.

19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "halo-comment-yu",
"version": "v1.5.0",
"version": "v1.5.2",
"main": "dist/halo-comment.min.js",
"private": false,
"files": [
"dist",
Expand All @@ -27,15 +28,16 @@
"vue": "^2.6.12"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.3",
"@vue/cli-plugin-eslint": "^5.0.3",
"@vue/cli-service": "^5.0.3",
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^5.2.3",
"sass": "^1.49.9",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12"
"eslint-plugin-vue": "^7.20.0",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"core-js": "^3.22.4",
"vue-template-compiler": "^2.6.14"
},
"eslintConfig": {
"root": true,
Expand All @@ -58,7 +60,6 @@
"last 2 versions"
],
"description": "适用于 Halo 的评论组件",
"main": "babel.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/cetr/halo-comment-yu.git"
Expand Down
Loading

0 comments on commit 1e0ca25

Please sign in to comment.