From a4279f721fb456cafd0e9682bf1bb1060a3e4de7 Mon Sep 17 00:00:00 2001 From: the1812 Date: Wed, 15 May 2024 22:32:59 +0800 Subject: [PATCH 1/3] Fix vueProps (fix #4745) --- src/components/utils/comment/areas/v2.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/utils/comment/areas/v2.ts b/src/components/utils/comment/areas/v2.ts index 0df277f7a7..7f1bc2f39c 100644 --- a/src/components/utils/comment/areas/v2.ts +++ b/src/components/utils/comment/areas/v2.ts @@ -94,7 +94,7 @@ export class CommentAreaV2 extends CommentArea { content: r.content.message, time: r.ctime * 1000, likes: r.like, - vueProps, + vueProps: r, }) }) } From ba255a757f5e65a0ca2bf820c6fd71bc04bc952c Mon Sep 17 00:00:00 2001 From: the1812 Date: Wed, 15 May 2024 22:33:54 +0800 Subject: [PATCH 2/3] Fix changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ded08c91..de6adf0247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,11 @@ 🐛修复 - 修复了搜索框中的 XSS 注入问题. +- 修复了搜索框在搜索页面不能同步关键词. (#4721) - 修复 `评论区IP属地显示` 失效. (#4690) - 在搜索框中删除搜索历史时将不再收起下拉菜单. (#4732) - 修复功能反复开关时, 功能面板中的按钮重复出现. (#4731) -- 修复功能面板空间不足时出现折行. (#4721) +- 修复功能面板空间不足时出现折行. (#4730) - 修复 `启用视频截图` 在番剧区失效. (#4719) ☕开发者相关 From 31e7383e120854c01e2f422bfd037d38d08889bb Mon Sep 17 00:00:00 2001 From: the1812 Date: Thu, 16 May 2024 09:13:25 +0800 Subject: [PATCH 3/3] Update version number --- src/client/common.meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/common.meta.json b/src/client/common.meta.json index 285af13e06..1e5fdd96ac 100644 --- a/src/client/common.meta.json +++ b/src/client/common.meta.json @@ -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",