Go to file
2024-04-07 05:43:12 +08:00
.vscode feat: 完整注册登录注销流程 2024-04-05 15:35:01 +08:00
app feat: 增加陌陌入口 2024-04-07 05:16:38 +08:00
components feat: 支持设置 token 2024-04-07 01:53:46 +08:00
lib fix: 修复 build 错误 2024-04-07 05:43:12 +08:00
public Initial commit from Create Next App 2024-04-05 13:12:55 +08:00
refs chore: 添加参考文件 2024-04-05 17:04:09 +08:00
.editorconfig feat: 支持编辑器配置,收藏歌曲显示 2024-04-06 23:07:01 +08:00
.eslintrc.json Initial commit from Create Next App 2024-04-05 13:12:55 +08:00
.gitignore Initial commit from Create Next App 2024-04-05 13:12:55 +08:00
middleware.ts feat: 完整注册登录注销流程 2024-04-05 15:35:01 +08:00
next.config.mjs Initial commit from Create Next App 2024-04-05 13:12:55 +08:00
package.json feat: 完善弹幕AI 2024-04-07 03:23:34 +08:00
pnpm-lock.yaml feat: 完善弹幕AI 2024-04-07 03:23:34 +08:00
postcss.config.js Initial commit from Create Next App 2024-04-05 13:12:55 +08:00
README.md chore: 更新 readme 2024-04-07 05:32:33 +08:00
tailwind.config.ts feat: 支持弹幕显示 2024-04-05 17:00:16 +08:00
tsconfig.json feat: login 2024-04-05 14:36:03 +08:00

直播弹幕

只需在搜索框中输入你感兴趣的歌曲名称或歌手,即可找到相关的歌词。然后,选择你喜欢的歌词段落,将其发送为弹幕,即可在视频播放时实现动态同步。这种互动方式不仅有助于分享感受,还能让观众更深入地了解你所喜爱的音乐。

如何开始

# 安装依赖
pnpm i
# 启动服务
pnpm dev

用浏览器打开 http://localhost:3000 就能看到结果了!