Skip to content

Commit

Permalink
chore: bump comment widget package version to supports custom account (
Browse files Browse the repository at this point in the history
…#9)

更新 `@halo-dev/comment-widget` 的版本以支持自填写用户信息评论。

<img width="1037" alt="image" src="https://user-images.githubusercontent.com/21301288/212664411-5558f99b-7824-4eec-8500-a32b4f09fb12.png">

参考:

1. halo-sigs/comment-widget#2

/kind feature

Fixes #2
Fixes halo-dev/halo#3116

测试方式:

1. 安装测试插件:[plugin-comment-widget-1.0.0-SNAPSHOT.jar.zip](https://github.com/halo-sigs/plugin-comment-widget/files/10425154/plugin-comment-widget-1.0.0-SNAPSHOT.jar.zip)
2. 测试自填写用户来评论。
3. 测试登录用户评论。
4. 测试退出登录。

```release-note
支持访客自填写用户信息以评论。
```
  • Loading branch information
ruibaby authored Jan 30, 2023
1 parent c3fe325 commit 28741d3
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 29 deletions.
43 changes: 21 additions & 22 deletions src/main/resources/static/comment-widget.iife.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/main/resources/static/comment-widget.iife.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/resources/static/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "@halo-dev",
"license": "GPL-3.0",
"dependencies": {
"@halo-dev/comment-widget": "1.0.2",
"@halo-dev/comment-widget": "1.2.0",
"pinia": "^2.0.27",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
Expand Down
8 changes: 4 additions & 4 deletions widget/pnpm-lock.yaml

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

0 comments on commit 28741d3

Please sign in to comment.