-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add upvote supports to post #48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我尝试点击点赞按钮,出现以下错误:
Uncaught ReferenceError: handleUpvote is not defined
anonymous http://localhost:8090/themes/theme-earth/assets/dist/main.iife.js?v=1.1.1 line 5 > AsyncFunction:3
main http://localhost:8090/themes/theme-earth/assets/dist/main.iife.js?v=1.1.1:5
ln http://localhost:8090/themes/theme-earth/assets/dist/main.iife.js?v=1.1.1:1
s http://localhost:8090/themes/theme-earth/assets/dist/main.iife.js?v=1.1.1:5
a http://localhost:8090/themes/theme-earth/assets/dist/main.iife.js?v=1.1.1:5
a http://localhost:8090/themes/theme-earth/assets/dist/main.iife.js?v=1.1.1:5
main http://localhost:8090/themes/theme-earth/assets/dist/main.iife.js?v=1.1.1:5
main.iife.js:3:16
@JohnNiang disable cache 试试。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
目前点击点赞按钮的功能是可用的,不过点赞后的效果没有任何变化。
因为此前已经点过赞,误解了点赞后的效果没有变化。 /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JohnNiang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
添加文章点赞的支持。
/kind feature