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:
@@ -32,7 +32,10 @@ function renderContent(content: updateNoteItemContentType): VNode | string | und
|
||||
<NDivider title-placement="left">
|
||||
{{ item.date }}
|
||||
</NDivider>
|
||||
<NGrid x-gap="10">
|
||||
<NGrid
|
||||
x-gap="10"
|
||||
y-gap="10"
|
||||
>
|
||||
<template
|
||||
v-for="note in item.items"
|
||||
:key="note.title"
|
||||
|
||||
Reference in New Issue
Block a user