diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue index 1f0360c..ccb3065 100644 --- a/frontend/src/views/HomeView.vue +++ b/frontend/src/views/HomeView.vue @@ -1,918 +1,924 @@ - - - - - - - 推荐 - 关注 - 点赞榜 - - - {{ muted ? '静音' : '有声' }} - 详情 - - - - - 加载中… - - {{ currentState.error }} - - 没有匹配内容 - - - - - - - - - - @{{ item.author.username }} - - {{ item.title }} - {{ item.description }} - - - - - ♥ - {{ item.likes_count }} - - - - 💬 - 评论 - - - - + - {{ social.isFollowing(item.author.id) ? '已关注' : '关注' }} - - - - ↗ - 分享 - - - - - ↑ ↓ 切换 - 空格 暂停 - M 静音 - C 评论 - - - - - - - - - {{ drawer.video?.title ?? '评论' }} - × - - - - 加载中… - {{ drawer.error }} - 暂无评论 - - - - {{ c.username }} - - #{{ c.id }} · {{ new Date(c.created_at).toLocaleString() }} - - - {{ c.content }} - - - 删除 - - - - - - - - - 刷新 - - 发送 - - - - - - - - - - + + + + + + + 推荐 + 关注 + 点赞榜 + + + {{ muted ? '静音' : '有声' }} + 详情 + + + + + 加载中… + + {{ currentState.error }} + + 没有匹配内容 + + + + + + + + + + @{{ item.author.username }} + + {{ item.title }} + {{ item.description }} + + + + + ♥ + {{ item.likes_count }} + + + + 💬 + 评论 + + + + + + {{ social.isFollowing(item.author.id) ? '已关注' : '关注' }} + + + + ↗ + 分享 + + + + + ↑ ↓ 切换 + 空格 暂停 + M 静音 + C 评论 + + + + + + + + + {{ drawer.video?.title ?? '评论' }} + × + + + + 加载中… + {{ drawer.error }} + 暂无评论 + + + + {{ c.username }} + + #{{ c.id }} · {{ new Date(c.created_at).toLocaleString() }} + + + {{ c.content }} + + + 删除 + + + + + + + + + 刷新 + + 发送 + + + + + + + + + +