Skip to content

Commit 513b71b

Browse files
committed
Merge branch 'preview-fixes' into master-cdn
2 parents 7a29ef2 + 31e7383 commit 513b71b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515

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

2425
☕开发者相关

src/client/common.meta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.8.11",
2+
"version": "2.8.12",
33
"author": "Grant Howard, Coulomb-G",
44
"copyright": "[year], Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)",
55
"license": "MIT",

src/components/utils/comment/areas/v2.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class CommentAreaV2 extends CommentArea {
9494
content: r.content.message,
9595
time: r.ctime * 1000,
9696
likes: r.like,
97-
vueProps,
97+
vueProps: r,
9898
})
9999
})
100100
}

0 commit comments

Comments
 (0)