feat: 更新组件和数据,增强直播间消息功能

- 在 UpdateNoteContainer.vue 中优化了网格布局。
- 在 UpdateNote.ts 中新增优化记录,支持读弹幕进入直播间消息。
- 在 ReadDanmaku.vue 中新增进入直播间消息模板设置,增强用户体验。
This commit is contained in:
2025-04-26 04:36:27 +08:00
parent d8aed495d9
commit a75f7b6572
3 changed files with 64 additions and 1 deletions

View File

@@ -24,6 +24,15 @@ export const updateNotes: updateNoteType[] = [
]
],
},
{
type: 'optimize',
title: '优化',
content: [
[
'读弹幕现在支持进入直播间消息',
]
]
}
]
},
{