feat(music-detail): 添加歌词展开和折叠功能
- 在 MusicDetail 组件中添加了歌词展开和折叠功能 - 新增 isLyricExpanded、isLyricTooLong 和 displayedLyric 等响应式变量 - 实现了 toggleLyricExpansion 方法来切换歌词展开状态 - 在模板中添加了折叠和展开歌词的按钮
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -12,6 +12,7 @@ dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
@@ -35,6 +36,7 @@ target
|
||||
*.iml
|
||||
out
|
||||
gen
|
||||
*/upload
|
||||
*/.vscode
|
||||
.vscode
|
||||
#忽略所有.svn目录
|
||||
|
||||
Reference in New Issue
Block a user