Go to file
Astrian Zheng 7ecc38dda8
feat(歌词): 添加滚动歌词组件和接口定义
新增 ScrollingLyrics.vue 组件实现歌词滚动显示功能,包括:
1. 解析 LRC 格式歌词文本
2. 根据当前播放时间高亮对应歌词行
3. 支持歌词和间隔时间的处理

同时在 vite-env.d.ts 中新增 LyricsLine 和 GapLine 接口定义,并在 Playroom.vue 中集成歌词组件
2025-05-26 17:29:31 +10:00
.vscode chore: add linting 2025-05-24 08:04:14 +10:00
public docs(manifest.json): 更新扩展描述为中文 2025-05-25 09:12:52 +10:00
src feat(歌词): 添加滚动歌词组件和接口定义 2025-05-26 17:29:31 +10:00
.gitignore initial commit 2025-05-23 20:32:08 +10:00
biome.json fix: linting issue 2025-05-24 08:59:17 +10:00
index.html chore: 更新项目配置和样式以支持TailwindCSS 2025-05-24 09:16:03 +10:00
package-lock.json feat(偏好设置): 添加浏览器扩展存储支持及时间显示偏好功能 2025-05-26 14:50:53 +10:00
package.json feat(偏好设置): 添加浏览器扩展存储支持及时间显示偏好功能 2025-05-26 14:50:53 +10:00
README.md initial commit 2025-05-23 20:32:08 +10:00
tsconfig.app.json chore: add linting 2025-05-24 08:04:14 +10:00
tsconfig.json chore: add linting 2025-05-24 08:04:14 +10:00
tsconfig.node.json chore: add linting 2025-05-24 08:04:14 +10:00
vite.config.ts feat: 添加 API 模块并更新项目配置 2025-05-24 10:52:32 +10:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.