Skip to content

Commit

Permalink
Merge branch 'preview-fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed May 16, 2024
2 parents 1f59cbe + 31e7383 commit f539020
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@

🐛修复
- 修复了搜索框中的 XSS 注入问题.
- 修复了搜索框在搜索页面不能同步关键词. (#4721)
- 修复 `评论区IP属地显示` 失效. (#4690)
- 在搜索框中删除搜索历史时将不再收起下拉菜单. (#4732)
- 修复功能反复开关时, 功能面板中的按钮重复出现. (#4731)
- 修复功能面板空间不足时出现折行. (#4721)
- 修复功能面板空间不足时出现折行. (#4730)
- 修复 `启用视频截图` 在番剧区失效. (#4719)

☕开发者相关
Expand Down
2 changes: 1 addition & 1 deletion src/client/common.meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.8.11",
"version": "2.8.12",
"author": "Grant Howard, Coulomb-G",
"copyright": "[year], Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/components/utils/comment/areas/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class CommentAreaV2 extends CommentArea {
content: r.content.message,
time: r.ctime * 1000,
likes: r.like,
vueProps,
vueProps: r,
})
})
}
Expand Down

0 comments on commit f539020

Please sign in to comment.