mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
feat: 更新组件和数据,增强直播间消息功能
- 在 UpdateNoteContainer.vue 中优化了网格布局。 - 在 UpdateNote.ts 中新增优化记录,支持读弹幕进入直播间消息。 - 在 ReadDanmaku.vue 中新增进入直播间消息模板设置,增强用户体验。
This commit is contained in:
@@ -24,6 +24,15 @@ export const updateNotes: updateNoteType[] = [
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'optimize',
|
||||
title: '优化',
|
||||
content: [
|
||||
[
|
||||
'读弹幕现在支持进入直播间消息',
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user